Metadata-Version: 2.1
Name: hit-starter-on-fhir
Version: 0.1.1
Summary: Health IT starter kit providing auditing, authn and authz using FHIR and OpenID Connect
Home-page: https://github.com/walkIT-nl/hit-starter-on-fhir
Author: WalkIT
Author-email: code@walkit.nl
License: MIT license
Keywords: hit-starter-on-fhir
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
Requires-Dist: requests
Requires-Dist: dataclasses
Requires-Dist: fhir.resources (==6.0.0)

===================
HIT Starter on FHIR
===================

.. image:: https://img.shields.io/pypi/v/hit-starter-on-fhir.svg
        :target: https://pypi.python.org/pypi/hit-starter-on-fhir

.. image:: https://img.shields.io/travis/walkIT-nl/hit-starter-on-fhir.svg
        :target: https://travis-ci.com/walkIT-nl/hit-starter-on-fhir

.. image:: https://readthedocs.org/projects/hit-starter-on-fhir/badge/?version=latest
        :target: https://hit-starter-on-fhir.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Health IT starter kit providing auditing, authn and authz using FHIR and OpenID Connect

* Free software: MIT license
* Documentation: https://hit-starter-on-fhir.readthedocs.io.


Features
--------

* Audit client using FHIR AuditEvent

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 (2021-01-16)
------------------

* First release on PyPI.


