Metadata-Version: 2.1
Name: pyembeddedfhir
Version: 1.1.2
Summary: A simple way to use a 🔥 FHIR server in 🐍 Python integration tests.
Home-page: https://github.com/kdunee/pyembeddedfhir
Author: Kosma Dunikowski
Author-email: kosmadunikowski@gmail.com
License: MIT license
Keywords: pyembeddedfhir
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

===============================
pyembeddedfhir
===============================


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

.. image:: https://img.shields.io/travis/kdunee/pyembeddedfhir.svg
        :target: https://app.travis-ci.com/github/kdunee/pyembeddedfhir

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


A simple way to use a 🔥 FHIR server in 🐍 Python integration tests.


* Free software: MIT license
* Documentation: https://pyembeddedfhir.readthedocs.io.


Features
--------

* Uses Docker to run a FHIR server in a container. 
* Supported implementations:
   * `HAPI FHIR <https://github.com/hapifhir/hapi-fhir>`_ server.
   * Microsoft's `fhir-server <https://github.com/microsoft/fhir-server>`_.

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
=======

* #16 Renamed the project to pyembeddedfhir.

1.1.1 (2021-11-07)
------------------

* #8 Added Microsoft's fhir-server implementation.

1.0.0 (2021-10-30)
------------------

* #1 Added HAPI FHIR implementation.

0.2.0 (2021-10-18)
------------------

* Version bumped to bypass an issue with redeploying to PyPI.

0.1.0 (2021-10-17)
------------------

* First release on PyPI.


