Metadata-Version: 2.3
Name: busradar24
Version: 0.1.0
Summary: A package to get the location of busses
License: MIT
Author: Pinguin
Author-email: jonathan.krueger@teckids.org
Requires-Python: >=3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Issues, https://codeberg.org/pinguin/BusRadar24/issues
Project-URL: Repository, https://codeberg.org/pinguin/BusRadar24.git
Description-Content-Type: text/markdown

# BusRadar24
A package to get the location of busses, currently only in Bonn

## How to use
```python
import busradar24
# To get the location/data for a bus/tram line, use it as following (example for line 600)
busradar24.get_information("600") # Will output a dictionary
# To get the list of all existing bus lines (and their corresponding id's), do the following
busradar24.bus_lines # Will output a dictionary
```

More following later on

