.gitignore
CITATION.cff
LICENSE.txt
README.md
pyproject.toml
.github/workflows/anaconda-publish.yml
.github/workflows/black.yml
.github/workflows/ci_with_install.yml
.github/workflows/conda-build-test.yml
.github/workflows/python-publish.yml
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
src/brep_part_finder/__init__.py
src/brep_part_finder/_version.py
src/brep_part_finder/core.py
src/brep_part_finder.egg-info/PKG-INFO
src/brep_part_finder.egg-info/SOURCES.txt
src/brep_part_finder.egg-info/dependency_links.txt
src/brep_part_finder.egg-info/requires.txt
src/brep_part_finder.egg-info/top_level.txt
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