LICENSE
README.md
pyproject.toml
setup.py
PyCompGeomAlgorithms/__init__.py
PyCompGeomAlgorithms/core.py
PyCompGeomAlgorithms/graham.py
PyCompGeomAlgorithms/jarvis.py
PyCompGeomAlgorithms/kd_tree.py
PyCompGeomAlgorithms/preparata.py
PyCompGeomAlgorithms/quickhull.py
PyCompGeomAlgorithms.egg-info/PKG-INFO
PyCompGeomAlgorithms.egg-info/SOURCES.txt
PyCompGeomAlgorithms.egg-info/dependency_links.txt
PyCompGeomAlgorithms.egg-info/top_level.txt
tests/__init__.py
tests/algorithms/__init__.py
tests/algorithms/test_graham.py
tests/algorithms/test_jarvis.py
tests/algorithms/test_kd_tree.py
tests/algorithms/test_preparata.py
tests/algorithms/test_quickhull.py
tests/entities/__init__.py
tests/entities/test_entities.py