LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
src/polycubetools/__init__.py
src/polycubetools/errors.py
src/polycubetools/grid.py
src/polycubetools/hull.py
src/polycubetools/models.py
src/polycubetools/py.typed
src/polycubetools/solver.py
src/polycubetools/utils.py
src/polycubetools.egg-info/PKG-INFO
src/polycubetools.egg-info/SOURCES.txt
src/polycubetools.egg-info/dependency_links.txt
src/polycubetools.egg-info/requires.txt
src/polycubetools.egg-info/top_level.txt
src/polycubetools/data/heptacubes.json
src/polycubetools/data/hexacubes.json
src/polycubetools/data/pentacubes.json
tests/test_grid.py
tests/test_hull.py
tests/test_models.py
tests/test_parallel_solver.py
tests/test_solver.py