LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
cadquery/__init__.py
cadquery/assembly.py
cadquery/cq.py
cadquery/cq_directive.py
cadquery/cqgi.py
cadquery/fig.py
cadquery/func.py
cadquery/hull.py
cadquery/py.typed
cadquery/selectors.py
cadquery/sketch.py
cadquery/types.py
cadquery/units.py
cadquery/utils.py
cadquery/vis.py
cadquery.egg-info/PKG-INFO
cadquery.egg-info/SOURCES.txt
cadquery.egg-info/dependency_links.txt
cadquery.egg-info/not-zip-safe
cadquery.egg-info/requires.txt
cadquery.egg-info/top_level.txt
cadquery/contrib/__init__.py
cadquery/occ_impl/__init__.py
cadquery/occ_impl/assembly.py
cadquery/occ_impl/geom.py
cadquery/occ_impl/jupyter_tools.py
cadquery/occ_impl/shape_protocols.py
cadquery/occ_impl/shapes.py
cadquery/occ_impl/sketch_solver.py
cadquery/occ_impl/solver.py
cadquery/occ_impl/exporters/__init__.py
cadquery/occ_impl/exporters/amf.py
cadquery/occ_impl/exporters/assembly.py
cadquery/occ_impl/exporters/dxf.py
cadquery/occ_impl/exporters/json.py
cadquery/occ_impl/exporters/svg.py
cadquery/occ_impl/exporters/threemf.py
cadquery/occ_impl/exporters/vtk.py
cadquery/occ_impl/importers/__init__.py
cadquery/occ_impl/importers/assembly.py
cadquery/occ_impl/importers/dxf.py
cadquery/plugins/__init__.py
tests/test_assembly.py
tests/test_cad_objects.py
tests/test_cadquery.py
tests/test_cqgi.py
tests/test_examples.py
tests/test_exporters.py
tests/test_fig.py
tests/test_free_functions.py
tests/test_hull.py
tests/test_importers.py
tests/test_jupyter.py
tests/test_pickle.py
tests/test_selectors.py
tests/test_shapes.py
tests/test_sketch.py
tests/test_utils.py
tests/test_vis.py
tests/test_workplanes.py