Metadata-Version: 2.0
Name: nhs-dos
Version: 0.1.0
Summary: A Python client library for interacting with the NHS Service Directory APIs
Home-page: https://github.com/mattstibbs/nhs_dos
Author: Matt Stibbs
Author-email: matt@stibbsy.co.uk
License: GNU General Public License v3
Description-Content-Type: UNKNOWN
Keywords: nhs_dos
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests

==================
NHS DoS API Client
==================


.. image:: https://img.shields.io/pypi/v/nhs_dos.svg
        :target: https://pypi.python.org/pypi/nhs_dos

.. image:: https://img.shields.io/travis/nhsd-a2si/nhs_dos.svg
        :target: https://travis-ci.org/nhsd-a2si/nhs_dos

.. image:: https://readthedocs.org/projects/nhs-dos/badge/?version=latest
        :target: https://nhs-dos.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/nhsd-a2si/nhs_dos/shield.svg
     :target: https://pyup.io/repos/github/nhsd-a2si/nhs_dos/
     :alt: Updates


A client library for interacting with NHS DoS APIs

* Free software: GNU General Public License v3
* Documentation: https://nhs-dos.readthedocs.io.


Python Support
--------------
**Support for Python 3.6+ only.**

This library does not support **Legacy Python** (Python 2).


Features
--------
This package provides a simple python API client for interacting with NHS Service Directories.

Support for the Urgent & Emergency Care DoS APIs:

* CheckCapacitySummary (Filtered Service Search)
* GetServiceByServiceId
* GetServiceByOdsCode


Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2017-12-21)
------------------

* First release on PyPI.


