Metadata-Version: 2.1
Name: gmaps-avoid-swiss
Version: 0.1.4
Summary: A Python package that customizes Google Maps routing to avoid Swiss routes unless the origin, destination, or waypoints include locations within Switzerland.
Home-page: https://github.com/xbencat/gmaps_avoid_swiss
Author: Gregor Bencat
Author-email: Gregor Bencat <bencat.gregor@gmail.com>
Maintainer-email: Gregor Bencat <bencat.gregor@gmail.com>
License: MIT license
Project-URL: bugs, https://github.com/xbencat/gmaps_avoid_swiss/issues
Project-URL: changelog, https://github.com/xbencat/gmaps_avoid_swiss/blob/master/changelog.md
Project-URL: homepage, https://github.com/xbencat/gmaps_avoid_swiss
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: google-maps-routing
Requires-Dist: typer
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

========================
GMaps Avoid Swiss Routes
========================


.. image:: https://img.shields.io/pypi/v/gmaps_avoid_swiss.svg
        :target: https://pypi.python.org/pypi/gmaps_avoid_swiss

.. image:: https://readthedocs.org/projects/gmaps-avoid-swiss/badge/?version=latest
        :target: https://gmaps-avoid-swiss.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A Python package that customizes Google Maps routing to avoid Swiss routes unless the origin, destination, or waypoints include locations within Switzerland.


* Free software: MIT license
* Documentation: https://gmaps-avoid-swiss.readthedocs.io.

TODO
--------

* variable fieldsets
* avoid switz :D

Features
--------

* calculates duration, transit time and encoded path from origin to destination

Credits
-------

This package was created with Cookiecutter_ .

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
