Metadata-Version: 2.4
Name: edc-qol
Version: 2.0.0
Summary: Quality of Life instrument forms/models for the clinicedc/edc and other django projects
Keywords: CRF,EQ-5D-3L,Edc,EuroQol,clinical,clinicedc,django,trials
Author: Erik van Widenfelt
Author-email: Erik van Widenfelt <ew2789@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: clinicedc>=3.0.0
Requires-Python: >=3.12, <3.15
Project-URL: Homepage, https://github.com/clinicedc/edc-qol
Description-Content-Type: text/x-rst

|pypi| |actions| |codecov| |downloads| |clinicedc|

edc-qol
--------

Django classes for Quality of Life instruments.

Includes:

* EQ-5D-3L Instrument
* SF-12 Health Survey

See:

* https://euroqol.org/eq-5d-instruments/eq-5d-3l-about/

See also:

* https://github.com/clinicedc/clinicedc
* https://github.com/meta-trial/meta-edc


|django|

.. |django| image:: https://www.djangoproject.com/m/img/badges/djangomade124x25.gif
   :target: http://www.djangoproject.com/
   :alt: Made with Django

.. |pypi| image:: https://img.shields.io/pypi/v/edc-qol.svg
    :target: https://pypi.python.org/pypi/edc-qol

.. |actions| image:: https://github.com/clinicedc/edc-qol/actions/workflows/build.yml/badge.svg
  :target: https://github.com/clinicedc/edc-qol/actions/workflows/build.yml

.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-qol/branch/develop/graph/badge.svg
    :target: https://codecov.io/gh/clinicedc/edc-qol

.. |downloads| image:: https://pepy.tech/badge/edc-qol
    :target: https://pepy.tech/project/edc-qol

.. |clinicedc| image:: https://img.shields.io/badge/framework-Clinic_EDC-green
   :alt:Made with clinicedc
   :target: https://github.com/clinicedc
