pip install is coming
For now you must clone this repo and add him to your PYTHON_PATH
GtfsTools requires Python 3.6.
Install dependencies thanks to setup.py
$ python setup.py
Work in progress....
from mixer.gtfs.to_zip.controller import *
new_zip_path = Controller(gtfs_path=path_of_your_zip).main()new_zip_path contains the path of the gtfs normalized, with shapes, stoptimes etc...
- Write Tests
- Make pip install
- ...
MIT
Free Software !