pyirishrail

Python library to get the real-time transport information (RTPI) from Irish Rail


Keywords
irish, rail, RTPI, home-automation, irish-rail, pypi, python, python-interface, transport
License
MIT
Install
pip install pyirishrail==0.0.2

Documentation

PyIrishRail

Python Interface for the Irish Rail RTPI XML interface.

Build Status

Example basic usage

>>> from pyirishrail.pyirishrail import IrishRailRTPI
>>> e = IrishRailRTPI()
>>> e.get_station_by_name("Tara Street", direction="Southbound")