Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 720 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 720 Bytes

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