It is very convenient to be able to just put the distributed ifcopenshell in python's site packages directory and then immediately be able to import ifcopenshell. This is a bit off-topic, but is it possible to do the same for PythonOCC so that we can do import OCC.foo?
That would help bundle python utilities that use both IfcOpenShell and PythonOCC easily, since installing PythonOCC is quite an involved process.
It is very convenient to be able to just put the distributed ifcopenshell in python's site packages directory and then immediately be able to
import ifcopenshell. This is a bit off-topic, but is it possible to do the same for PythonOCC so that we can doimport OCC.foo?That would help bundle python utilities that use both IfcOpenShell and PythonOCC easily, since installing PythonOCC is quite an involved process.