Metadata-Version: 2.4
Name: edc-retinopathy
Version: 0.2.0
Summary: Retinopathy camera integration for clinicedc
License-File: LICENSE
Requires-Python: <3.15,>=3.12
Requires-Dist: clinicedc>=3.1.5
Requires-Dist: django<6.1,>=5.2
Requires-Dist: djangorestframework>=3.16.0
Requires-Dist: watchdog>=6.0.0
Description-Content-Type: text/x-rst

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

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

This module exposes a REST API for integrating a retinopathy 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
