Metadata-Version: 2.4
Name: opentripplan
Version: 0.1.7
Summary: A tool to plan your next trip
Author-email: "Gaël de Chalendar (aka Kleag)" <kleagg@gmail.com>
License: AGPL
Requires-Python: >=3.9
Requires-Dist: folium>=0.19.4
Requires-Dist: pyqt6-webengine>=6.8.0
Requires-Dist: pyqt6>=6.8.1
Provides-Extra: build
Requires-Dist: build; extra == 'build'
Requires-Dist: bumpver; extra == 'build'
Requires-Dist: twine; extra == 'build'
Provides-Extra: deploy
Requires-Dist: uv; extra == 'deploy'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# Open Trip Plan

Open Trip Plan allows to plan a trip by adding markers on a map (using the Folium library to display an OpenStreetMap map) associated with a note.

Open Trip Plan is on PyPi. To install it, run:

```sh
pip install opentripplan
```

Tested on Linux. Should work on any platform.

Open Trip Plan is already usable but would be better with a lot of other features. Some ara listed here:
https://github.com/kleag/opentripplan/issues

Don't hesitate to create a new issue if you think at other features. And contribute them if you can!


