Metadata-Version: 2.4
Name: edc-dashboard
Version: 1.0.3
Summary: Dashboard classes, templates for clinicedc/edc projects
Home-page: https://github.com/clinicedc/edc-dashboard
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django Edc dashboard classes and templates,clinicedc,clinical trials
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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.rst
Provides-Extra: test
Requires-Dist: arrow; extra == "test"
Dynamic: license-file

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


edc-dashboard
-------------

Core classes for dashboards used by the EDC. e.g. Listboard, SubjectDashboard


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

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

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

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