Metadata-Version: 2.3
Name: edc-retinopathy
Version: 0.3.0
Summary: Add a diabetic retinopathy screening form and API to use with a fundus camera for clinicedc
Requires-Dist: clinicedc>=4.0.0
Requires-Dist: django>=5.2,<6.1
Requires-Dist: djangorestframework>=3.16.0
Requires-Dist: djangorestframework-stubs>=3.17.0
Requires-Dist: ruff>=0.15.15
Requires-Dist: watchdog>=6.0.0
Requires-Python: >=3.12, <3.15
Project-URL: Homepage, https://github.com/clinicedc/edc-retinopathy
Description-Content-Type: text/x-rst

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

edc-retinopathy
---------------

This module adds a diabetic retinopathy screening form and exposes a REST API for integrating with a fundus camera.

This can be integrated into clinicedc systems.

See also https://edc-retinopathy.readthedocs.io/en/latest/

Requires django>=5.2,<6.1 and djangorestframework>=3.16.0

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

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

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

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

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