.codecov.yml
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/publish.yml
.github/workflows/quality.yml
.github/workflows/test.yml
examples/01_basic_shapes.py
examples/03_custom_polygons.py
examples/04_optimization_params.py
examples/README.md
examples/benchmark.py
examples/sf_zipcodes.geojson
examples/sf_zipcodes_demo.py
geomantic/__init__.py
geomantic/constants.py
geomantic/core.py
geomantic/demo.py
geomantic/optimizer.py
geomantic/projection.py
geomantic/visualization.py
geomantic.egg-info/PKG-INFO
geomantic.egg-info/SOURCES.txt
geomantic.egg-info/dependency_links.txt
geomantic.egg-info/entry_points.txt
geomantic.egg-info/requires.txt
geomantic.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_optimizer.py
tests/test_projection.py
tests/test_smoke.py
tests/test_visualization.py
tests/fixtures/__init__.py