Proxy package that tracks the cadquery_ocp / cadquery_ocp_novtk version to avoid version mismatches. Version 7.9.3.1, released monthly alongside CadQuery OCP. Use this package to pin the OCP version in your CadQuery projects.
pip install cadquery-ocp-proxyVerified import paths — ran on the pinned version, not inferred.
Basic usage: import cadquery as usual. This proxy ensures the correct OCP version is installed.
Use `import cadquery as cq` and work with the public CadQuery API.
Use a requirements.txt or pip freeze to pin both cadquery and cadquery-ocp-proxy to known compatible versions.