AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/geos.rst
docs/gmaps_avoid_swiss.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
src/gmaps_avoid_swiss/__init__.py
src/gmaps_avoid_swiss/client.py
src/gmaps_avoid_swiss/geo_check.py
src/gmaps_avoid_swiss/routes.py
src/gmaps_avoid_swiss/waypoints.py
src/gmaps_avoid_swiss.egg-info/PKG-INFO
src/gmaps_avoid_swiss.egg-info/SOURCES.txt
src/gmaps_avoid_swiss.egg-info/dependency_links.txt
src/gmaps_avoid_swiss.egg-info/requires.txt
src/gmaps_avoid_swiss.egg-info/top_level.txt
src/gmaps_avoid_swiss/data/switzerland.geojson
tests/__init__.py
tests/test_geo_check.py
tests/test_gmaps_avoid_swiss.py
tests/test_routes.py
tests/test_waypoints.py