Metadata-Version: 2.1
Name: fhirpath
Version: 0.1.0
Summary: FHIRPath implementation in Python.
Home-page: https://github.com/nazrulworld/fhirpath
Author: Md Nazrul Islam
Author-email: email2nazrul@gmail.com
License: GNU General Public License v3
Keywords: fhirpath
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 :: 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
Requires-Dist: Click (>=6.0)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: fhirclient ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'

========
fhirpath
========


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

.. image:: https://img.shields.io/travis/nazrulworld/fhirpath.svg
        :target: https://travis-ci.org/nazrulworld/fhirpath

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


.. image:: https://pyup.io/repos/github/nazrulworld/fhirpath/shield.svg
     :target: https://pyup.io/repos/github/nazrulworld/fhirpath/
     :alt: Updates



FHIRPath implementation in Python.


* Free software: GNU General Public License v3
* Documentation: https://fhirpath.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.1.0 (2018-12-15)
------------------

* First release on PyPI.(Just register purpose, not usable at all, next release coming soon)


