Define module-level imports.
Project description
PyRMVtransport :bus:
Python library to make use of transport information from opendata.rmv.de.
Installation
$ pip install PyRMVtransport
Usage
import asyncio import aiohttp from RMVtransport import RMVtransport async def main(): """The main part of the example script.""" async with aiohttp.ClientSession() as session: rmv = RMVtransport(session) # Get the data try: # Departures for station 3006907 (Wiesbaden Hauptbahnhof) # max. 5 results # only specified products (S-Bahn, U-Bahn, Tram) data = await rmv.get_departures(station_id='3006907', products=['S', 'U-Bahn', 'Tram'], max_journeys=5) # Use the JSON output print(data) # or pretty print await rmv.output() except TypeError: pass loop = asyncio.get_event_loop() loop.run_until_complete(main())
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size PyRMVtransport-0.2.8-py3-none-any.whl (16.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size PyRMVtransport-0.2.8.tar.gz (13.6 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for PyRMVtransport-0.2.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65b189d3d55ceba91adb1aefee33dd7b0e7f11942c0cb4e5da96a2b202f9c546 |
|
MD5 | 1a0f896c1f6f4f299214910ff259c783 |
|
BLAKE2-256 | 0b84a8637581c4f7bde94c1f5084e6562804085939787e5ba110f27fbc9942cd |