Metadata-Version: 2.1
Name: py-nextbusnext
Version: 2.0.5
Summary: Minimalistic Python client for the NextBus public API for real-time transit arrival data
Home-page: https://github.com/vividboarder/py_nextbus
Author: ViViDboarder
Classifier: Programming Language :: Python :: 3.9 
Classifier: Programming Language :: Python :: 3.10 
Classifier: Programming Language :: Python :: 3.11 
Classifier: Programming Language :: Python :: 3.12 
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# py_nextbusnext

## This is forked from py_nextbus for maintanence
_It is no longer API compatible to the upstream_

A minimalistic Python 3 client to get routes and predictions from the NextBus API.

Installation
---

Install with pip:

`pip install py-nextbusnext`

Usage
---

```
>>> import py_nextbus
>>> client = py_nextbus.NextBusClient()
>>> agencies = client.get_agencies()
```
