Metadata-Version: 2.1
Name: gfe-fhir
Version: 0.0.1
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/mhalagan-nmdp/gfefhir
Author: Michael Halagan
Author-email: mhalagan@nmdp.org
License: LGPL 3.0
Keywords: gfefhir
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
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
Requires-Dist: biopython (==1.72)
Requires-Dist: certifi (==2018.4.16)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: fhirclient (==3.2.0)
Requires-Dist: gfe-client (==0.0.2)
Requires-Dist: idna (==2.7)
Requires-Dist: isodate (==0.6.0)
Requires-Dist: numpy (==1.15.0)
Requires-Dist: python-dateutil (==2.7.3)
Requires-Dist: requests (==2.19.1)
Requires-Dist: six (==1.11.0)
Requires-Dist: urllib3 (==1.23)

===============================
fhirGFE
===============================


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

.. image:: https://img.shields.io/travis/mhalagan-nmdp/fhirgfe.svg
        :target: https://travis-ci.org/mhalagan-nmdp/fhirgfe

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

.. image:: https://pyup.io/repos/github/mhalagan-nmdp/fhirgfe/shield.svg
     :target: https://pyup.io/repos/github/mhalagan-nmdp/fhirgfe/
     :alt: Updates


Python Boilerplate contains all the boilerplate you need to create a Python package.


* Free software: LGPL 3.0
* Documentation: https://fhirgfe.readthedocs.io.


Features
--------

* TODO

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.0.1 (2018-07-20)
------------------

* First release on PyPI.


