.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.github/workflows/pypi-project.yml
src/halfedge/__init__.py
src/halfedge/half_edge_constructors.py
src/halfedge/half_edge_elements.py
src/halfedge/half_edge_object.py
src/halfedge/half_edge_querries.py
src/halfedge/py.typed
src/halfedge/type_attrib.py
src/halfedge/validations.py
src/halfedge.egg-info/PKG-INFO
src/halfedge.egg-info/SOURCES.txt
src/halfedge.egg-info/dependency_links.txt
src/halfedge.egg-info/requires.txt
src/halfedge.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_classes.py
tests/test_constructors.py
tests/test_elements.py
tests/test_object_pickups.py
tests/test_operations.py
tests/test_validations.py