LICENSE
MANIFEST.in
README.md
config.example.json
pyproject.toml
requirements-dev.txt
requirements-gui.txt
requirements-min.txt
requirements.txt
src/flatscorer/__init__.py
src/flatscorer/__main__.py
src/flatscorer/cli.py
src/flatscorer/config.py
src/flatscorer/geocode.py
src/flatscorer/launcher.py
src/flatscorer/mapping.py
src/flatscorer/osm.py
src/flatscorer/paths.py
src/flatscorer/report.py
src/flatscorer/routing.py
src/flatscorer/scorer.py
src/flatscorer/scoring.py
src/flatscorer/spatial.py
src/flatscorer.egg-info/PKG-INFO
src/flatscorer.egg-info/SOURCES.txt
src/flatscorer.egg-info/dependency_links.txt
src/flatscorer.egg-info/entry_points.txt
src/flatscorer.egg-info/requires.txt
src/flatscorer.egg-info/top_level.txt
src/flatscorer/gui/__init__.py
src/flatscorer/gui/app.py
src/flatscorer/gui/sidebar.py
src/flatscorer/gui/state.py
src/flatscorer/gui/theme.py
src/flatscorer/gui/widgets.py
src/flatscorer/gui/assets/banner.svg
src/flatscorer/gui/views/__init__.py
src/flatscorer/gui/views/candidates.py
src/flatscorer/gui/views/destinations.py
src/flatscorer/gui/views/run.py
src/flatscorer/gui/views/weights.py
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_config.py
tests/test_geocode.py
tests/test_gui.py
tests/test_mapping.py
tests/test_osm.py
tests/test_paths.py
tests/test_report.py
tests/test_routing.py
tests/test_run.py
tests/test_scoring.py
tests/test_spatial.py