Metadata-Version: 1.1
Name: nrewebservices
Version: 0.1.1
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
Description: [![Travis CI Build Status](https://img.shields.io/travis/grundleborg/nrewebservices.svg)](https://travis-ci.org/grundleborg/nrewebservices)
        [![Codecov Coverage Checker](https://img.shields.io/codecov/c/github/grundleborg/nrewebservices.svg)](https://codecov.io/gh/grundleborg/nrewebservices)
        [![ReadTheDocs Documentation](https://readthedocs.org/projects/nrewebservices/badge)](https://nrewebservices.readthedocs.io)
        [![License](https://img.shields.io/pypi/l/nrewebservices.svg?maxAge=2592000)](https://github.com/grundleborg/nrewebservices/blob/master/LICENSE)
        [![PyPI Release Version](https://img.shields.io/pypi/v/nrewebservices.svg)](https://pypi.python.org/pypi/nrewebservices)
        [![Supported Python Versions](https://img.shields.io/pypi/pyversions/nrewebservices.svg?maxAge=2592000)](https://pypi.python.org/pypi/nrewebservices)
        
        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
        -----
        
        Please read the included documentation for more information on using this library.
        
        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)
        
        
        
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
