A Python client for interacting with transport.opendata.ch.
This module is the base for the integration into Home Assistant and is simply retrieving the details about a given connection between two stations.
This module is not official, developed, supported or endorsed by opendata.ch.
The module is available from the Python Package Index.
$ pip3 install python_opendata_transport
On a Fedora-based system or on a CentOS/RHEL 8 machine with has EPEL enabled.
$ sudo dnf -y install python3-opendata-transport
For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
be present in the unstable
channel.
$ nix-env -iA nixos.python3Packages.python-opendata-transport
The file example.py
contains an example about how to use this module.
python-opendata-transport
is licensed under MIT, for more details check LICENSE.