The pybus.py script parse the St-Jean-Sur-Le-Richelieu autobus timeline.
* / - 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)
Install the required python packages
pip install --no-cache-dir -r requirements.txt
python pybus_test.py -v
- Jeremie Bellavance - Maintainer