It is no longer API compatible to the upstream
A minimalistic Python 3 client to get routes and predictions from the NextBus API.
Install with pip:
pip install py-nextbusnext
>>> import py_nextbus
>>> client = py_nextbus.NextBusClient()
>>> agencies = client.get_agencies()