skillfed

cadquery-ocp-proxy

Proxy package to track cadquery_ocp / cadquery_ocp_novtk version

cadquery-ocp-proxy v7.9.3.1.1 856.0K downloads/30d#4,890 on PyPI
Permissive license Apache-2.0 Active released

What it is and what it does

cadquery-ocp-proxy is a dependency-routing package that declares optional dependencies on either cadquery_ocp (with VTK support) or cadquery_ocp_novtk (without VTK). It exists to allow packages in its ecosystem to depend on a single proxy rather than directly on OCP variants, enabling users to choose which variant to install at install time by selecting the appropriate extra.

The package itself contains no functional code—it is purely a dependency-management tool. Users must explicitly select [vtk] or [novtk] when installing packages that depend on it. Omitting the extra leaves the OCP dependency uninstalled, which consuming packages must handle at runtime with appropriate error guidance.

Use it for:

  • Install multiple ecosystem packages together by selecting the [vtk] extra for VTK-enabled environments
  • Use ecosystem packages without VTK overhead by selecting [novtk] for lighter deployments
  • Provide a single dependency point for ecosystem packages that need flexible OCP variant selection
  • Enable runtime error handling in consuming packages when the OCP extra is not specified

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A proxy package that routes optional dependencies to either cadquery_ocp or cadquery_ocp_novtk, allowing packages in its ecosystem to coexist without version conflicts.

Yes, if you are installing packages that declare cadquery-ocp-proxy as an optional dependency and need to choose between VTK and non-VTK variants. Install it indirectly by specifying [vtk] or [novtk] on the consuming package. Do not install this package directly; it is a dependency-management tool. Be aware that omitting the extra leaves OCP uninstalled, which requires runtime error handling in packages that depend on it.

Install

cadquery-ocp-proxy on PyPI

pip

pip install cadquery-ocp-proxy

uv

uv add cadquery-ocp-proxy

poetry

poetry add cadquery-ocp-proxy

Installing cadquery-ocp-proxy

Before you install

Low install friction with a pure-Python wheel. Active maintenance status as of 78 days since last release. No runtime dependencies to resolve.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions.

Quickstart

pip install cadquery-ocp-proxy[vtk]>=7.9,<8.0
# or
pip install cadquery-ocp-proxy[novtk]>=7.9,<8.0

Requires Python >=3.10. Must explicitly specify [vtk] or [novtk] extra during install; omitting it leaves the OCP dependency uninstalled.

Verify before relying

  • Whether the proxy package exposes any public API or is purely a dependency-routing mechanism
  • How version pinning (>=7.9,<8.0) is enforced across dependent packages when multiple declare conflicting ranges
  • Whether downstream packages handle missing OCP gracefully at runtime when the extra is omitted

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 78 days since the last release
First released
Downloads 856,008/month — #4,890 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cadquery_ocp_proxy-7.9.3.1.1-py3-none-any.whl

License :: OSI Approved :: Apache Software License

Tags

cadquery ocp proxyoptional dependency routingocp variant selectorcadquery ecosystem proxydependency version resolver
dependency-resolverecosystem-proxy

More Build Tools packages