https://github.com/ttroy50/pyirishrail
Python interface into the Irish Rail RTPI infromation
https://github.com/ttroy50/pyirishrail
home-automation irish-rail pypi python python-interface transport
Last synced: about 1 month ago
JSON representation
Python interface into the Irish Rail RTPI infromation
- Host: GitHub
- URL: https://github.com/ttroy50/pyirishrail
- Owner: ttroy50
- License: mit
- Created: 2017-10-10T21:17:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T20:57:09.000Z (over 7 years ago)
- Last Synced: 2025-03-28T08:35:38.205Z (about 2 months ago)
- Topics: home-automation, irish-rail, pypi, python, python-interface, transport
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PyIrishRail
========================================Python Interface for the Irish Rail RTPI XML interface.
[](https://travis-ci.org/ttroy50/pyirishrail)
Example basic usage
------------------->>> from pyirishrail.pyirishrail import IrishRailRTPI
>>> e = IrishRailRTPI()
>>> e.get_station_by_name("Tara Street", direction="Southbound")