.gitignore
CITATION.cff
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/anaconda-publish.yml
.github/workflows/black.yml
.github/workflows/ci_with_install.yml
.github/workflows/python-publish.yml
brep_part_finder/__init__.py
brep_part_finder/_version.py
brep_part_finder/core.py
brep_part_finder.egg-info/PKG-INFO
brep_part_finder.egg-info/SOURCES.txt
brep_part_finder.egg-info/dependency_links.txt
brep_part_finder.egg-info/requires.txt
brep_part_finder.egg-info/top_level.txt
conda/conda_build_config.yaml
conda/meta.yaml
examples/ball_reactor.brep
examples/example_finding_part_id_by_bounding_box.py
examples/example_finding_part_id_by_center.py
examples/example_finding_part_id_by_volume.py
examples/paramak_example.py
tests/test_get_brep_part_properties.py
tests/test_get_matching_part_id.py
tests/test_get_matching_part_id_with_file.py
tests/test_get_matching_part_ids.py
tests/test_loading_from_file_vs_shape_object.py
tests/test_version.py