Metadata-Version: 2.1
Name: consentdb
Version: 0.3.1
Summary: Holds consent information. Does this person give permission for her or his data to be used?
Home-page: https://github.com/sjoerdk/consentdb
Author: Sjoerd Kerkstra
Author-email: sjoerd.kerkstra@radboudumc.nl
License: MIT license
Keywords: consentdb
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.6
Requires-Dist: flask
Requires-Dist: flask-sqlalchemy
Requires-Dist: sqlalchemy
Requires-Dist: mysqlclient

================
Consent database
================

.. image:: https://github.com/sjoerdk/consentdb/workflows/build/badge.svg
        :target: https://github.com/sjoerdk/consentdb/actions?query=workflow%3Abuild
        :alt: Build Status


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

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


.. image:: https://pyup.io/repos/github/sjoerdk/consentdb/shield.svg
     :target: https://pyup.io/repos/github/sjoerdk/consentdb/
     :alt: Updates



Holds consent information. Does this person give permission for her or his data to be used?


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


Features
--------

* Models consent per patient via sqlalchemy
* Web API via flask
* Documented json reponses (openAPI 3.0)

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 (2020-04-29)
------------------

* First release on PyPI.


