pyefa

Python-Bindings for online train connection APIs.


License
Apache-2.0
Install
pip install pyefa==0.1.3

Documentation

pyefa

Python-Library for accessing online train connection APIs. (Elektronische Fahrplanauskunft)

A list of supported regions can be found here.

A pretty command line client is available named clifa.

Install

Just install it from the Python Package Index:

sudo pip install pyefa

Install from source

The Python-Modules beautifulsoup4 and colorama are required.

Just clone the repository and run:

python setup.py install

Documentation

Documentation is available via docstrings.

pydoc clifa
pydoc clifa.classes
# and so on