Skip to content

Python interface into the Irish Rail RTPI infromation

License

Notifications You must be signed in to change notification settings

ttroy50/pyirishrail

Repository files navigation

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")