Metadata-Version: 2.1
Name: meta-edc
Version: 0.3.30
Summary: META Trial EDC (http://www.isrctn.com/ISRCTN76157257)
Home-page: https://github.com/meta-trial/meta-edc
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django edc META EDC,clinicedc,clinical trials
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.1
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: edc==0.6.8
Requires-Dist: edc-microscopy
Requires-Dist: beautifulsoup4
Requires-Dist: edc-analytics
Requires-Dist: celery[redis]
Requires-Dist: Django==5.1

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


META Edc
--------

Metformin treatment in Africa- META

https://www.lstmed.ac.uk/research/departments/international-public-health/respond-africa/meta

py 3.12 / DJ 5.1 / edc 0.6.0 (META3)

This codebase is used for two randomized clinical trials:

____

META PHASE II:

(final version `0.1.77 <https://github.com/meta-trial/meta-edc/tree/0.1.77>`_)

Metformin Treatment for Diabetes Prevention in Africa: META Trial
TASO, MRC/UVRI/LSHTM, NIMR – TZ and Liverpool School of Tropical Medicine (ISRCTN76157257)
http://www.isrctn.com/ISRCTN76157257

____

META PHASE III:

A randomised placebo-controlled double-blind phase III trial to determine the effects of metformin versus placebo on the incidence of diabetes in HIV-infected persons with pre-diabetes in Tanzania.

Liverpool School of Tropical Medicine

EDCTP grant number: RIA2018CO-2513

Trial registration: ISCRTN 77382043

https://ico.org.uk/ESDWebPages/Entry/Z4763134

____

See also https://github.com/clinicedc/edc

|django|

To setup a demo system, see https://github.com/meta-trial/meta3-sample


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

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

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

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

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