Welcome to vbbpy’s documentation!¶
vbbpy is a python wrapper for the vbb REST API written by derHuerst.
Contents:
Installation¶
git clone https://github.com/Colum31/vbb-pythonWrapper.git
cd vbb-pythonWrapper
pip install .
Features¶
vbbpy is able to:
find routes between stations and addresses
get next departures for a station
get further information about stations and lines
Usage¶
The examples folder contains some scripts that show the capabilities and usage of the library.