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.
Just install it from the Python Package Index:
sudo pip install pyefa
The Python-Modules beautifulsoup4 and colorama are required.
Just clone the repository and run:
python setup.py install
Documentation is available via docstrings.
pydoc clifa
pydoc clifa.classes
# and so on