CadQuery is an intuitive, easy-to-use Python module for constructing parametric 3D CAD models. Originally created by dcowden, it is now being developed under the CadQuery organization.
MinimalCadQuery is a fork of CadQuery, offering a minimal implementation with the OCP core.
Its primary objectives include:
- Understanding CadQuery’s source code.
- Exploring new ideas.
- Experimenting with adaptation to other CAD kernels.
The following commands should be executed in a Python environment which installed twine package.
python -m build
python -m twine upload --repository testpypi dist/*
python -m venv mcpvenv
python -m pip install --upgrade pip
pip install wheel
python -m pip install --extra-index-url https://test.pypi.org/simple/ --no-build-isolation minimalcadquery==0.1.0
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps minimalcadquery==0.1.0
(mcq) PS D:\development\hobbies\CAD\MinimalCadQuery\dist> pip show minimalcadquery
WARNING: Package(s) not found: minimalcadquery
(mcq) PS D:\development\hobbies\CAD\MinimalCadQuery\dist> pip install minimalcadquery-0.1.12-py3-none-any.whl
(mcq) PS D:\development\hobbies\CAD\MinimalCadQuery\dist> pip show minimalcadquery
(mcq) PS D:\development\hobbies\CAD\MinimalCadQuery\dist> pip uninstall minimalcadquery