Skip to content

Python flask api to parse saint-jean-sur-richelieu bus information

Notifications You must be signed in to change notification settings

jbellavance34/py_bus

Repository files navigation

Project python bus

The pybus.py script parse the St-Jean-Sur-Le-Richelieu autobus timeline.

api call

* /          - return all bus trajectories ( sjsr and mtrl) and max 10
* ?dest=sjsr - return only sjsr bus trajectories (combines with max=x)
* ?dest=mtrl - return only mtrl bus trajectories (combines with max=x)
* ?max=x     - return only x bus trajectories (combines with ?dest=value)

Requirements

Install the required python packages

pip install --no-cache-dir -r requirements.txt

Running the tests

python pybus_test.py -v

Authors

  • Jeremie Bellavance - Maintainer

Acknowledgments

About

Python flask api to parse saint-jean-sur-richelieu bus information

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages