Metadata-Version: 2.1
Name: nrewebservices
Version: 0.2.0
Summary: A Python 2/3 library for accessing the National Rail Enquiries web service APIs.
Home-page: https://github.com/grundleborg/nrewebservices
Author: George Goldberg
Author-email: george@gberg.me
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pytz
Requires-Dist: suds-jurko

.. 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 2/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)




