Nrewebservices
A Python 3 library for accessing the National Rail Enquiries web service APIs.
Install / Use
/learn @grundleborg/NrewebservicesREADME
.. image:: https://img.shields.io/travis/grundleborg/nrewebservices.svg?maxAge=3600 :target: https://travis-ci.org/grundleborg/nrewebservices :alt: Travis CI Build Status .. image:: https://img.shields.io/codecov/c/github/grundleborg/nrewebservices.svg?maxAge=3600 :target: https://codecov.io/gh/grundleborg/nrewebservices :alt: Codecov Coverage Checker .. image:: https://readthedocs.org/projects/nrewebservices/badge?maxAge=2592000 :target: https://nrewebservices.readthedocs.io :alt: ReadTheDocs Documentation .. image:: https://img.shields.io/pypi/v/nrewebservices.svg?maxAge=86400 :target: https://pypi.python.org/pypi/nrewebservices :alt: PyPI Release Version .. image:: https://img.shields.io/pypi/pyversions/nrewebservices.svg?maxAge=2592000?maxAge=2592000 :target: https://pypi.python.org/pypi/nrewebservices :alt: Supported Python Versions .. image:: https://img.shields.io/pypi/l/nrewebservices.svg?maxAge=2592000 :target: https://github.com/grundleborg/nrewebservices/blob/master/LICENSE :alt: License
NREWebServices
A Python 3 client for the National Rail Enquiries web services.
Supported Web Services
The following NRE web services are currently supported by this library.
- Darwin Live Departure Boards (ldbws).
Usage
Take a look at the
examples <https://github.com/grundleborg/nrewebservices/tree/master/examples>_ or read the
documentation <http://nrewebservices.readthedocs.io>_ to learn how to use this library.
Installation
::
pip install nrewebservices
Under Development
Classes for accessing the following NRE web services are still under development, and not yet ready for general usage:
- Darwin Live Departure Boards - Staff Version (staff)
- Historical Performance Information (historical)
