Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 432 Bytes

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