Metadata-Version: 2.4
Name: django-ddm
Version: 2.2.0b1
Summary: A Django app to set up data donation projects.
Home-page: https://github.com/uzh/ddm
Author: Nico Pfiffner
Author-email: n.pfiffner@ikmz.uzh.ch
License: GPLv3
Project-URL: Documentation, https://uzh.github.io/ddm/ddm/develop/index.html
Project-URL: Website, https://datadonation.uzh.ch
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=5.2
Requires-Dist: pycryptodome
Requires-Dist: django-ckeditor-5
Requires-Dist: django-filter
Requires-Dist: django-polymorphic
Requires-Dist: django-webpack-loader
Requires-Dist: djangorestframework
Requires-Dist: sqlparse
Requires-Dist: asgiref
Dynamic: license-file

# Data Donation Module (DDM)

![PyPI - Version](https://img.shields.io/pypi/v/django-ddm?logo=pypi&logoColor=white&label=pip%20install%20django-ddm&color=%23009c94)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-ddm?logo=python&logoColor=white&label=Python&color=%233570a0)
![PyPI - Versions from Framework Classifiers](https://img.shields.io/pypi/frameworkversions/django/django-ddm?logo=django&label=Django&color=%2320aa76)
![PyPI - License](https://img.shields.io/pypi/l/django-ddm?logo=gnu&label=License&color=%2379bee8)
[![DOI](https://img.shields.io/badge/doi-https%3A%2F%2Fdoi.org%2F10.5117%2FCCR2024.2.4.PFIF-%237800bc)](https://doi.org/10.5117/CCR2024.2.4.PFIF)

**DDM** (Data Donation Module) is a Django application with which researchers can
set up data donation projects and collect data donations for academic research.

This is part of a larger initiative from the University of Zurich and the Digital
Society Initiative to strengthen the exchange about the topic of data donations and
promote this data collection approach. For more information, visit https://datadonation.uzh.ch.

Documentation: [https://uzh.github.io/ddm/ddm/develop/index.html](https://uzh.github.io/ddm/ddm/develop/index.html) \
PyPi: https://pypi.org/project/django-ddm/
