An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

PyIrishRail
========================================

Python Interface for the Irish Rail RTPI XML interface.

[![Build Status](https://travis-ci.org/ttroy50/pyirishrail.svg?branch=master)](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")