Metadata-Version: 2.1
Name: rdmo
Version: 2.0.0
Summary: RDMO is a tool to support the systematic planning, organisation and implementation of the data management throughout the course of a research project.
Author-email: RDMO Arbeitsgemeinschaft <rdmo-team@listserv.dfn.de>
License: Apache-2.0
Project-URL: changelog, https://github.com/rdmorganiser/rdmo/blob/master/CHANGELOG.md
Project-URL: documentation, https://rdmo.readthedocs.io
Project-URL: homepage, https://rdmorganiser.github.io
Project-URL: issues, https://github.com/rdmorganiser/rdmo/issues
Project-URL: repository, https://github.com/rdmorganiser/rdmo.git
Project-URL: slack, https://rdmo.slack.com
Keywords: data management plan,dmp,rdmo,research data,research data management
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: AUTHORS
Requires-Dist: defusedcsv~=2.0
Requires-Dist: defusedxml~=0.7.1
Requires-Dist: django~=4.2
Requires-Dist: django-cleanup~=8.0
Requires-Dist: django-compressor~=4.4
Requires-Dist: django-extensions~=3.2
Requires-Dist: django-filter~=23.2
Requires-Dist: django-libsass~=0.9
Requires-Dist: django-mathfilters~=1.0
Requires-Dist: django-mptt~=0.14.0
Requires-Dist: django-rest-swagger~=2.2
Requires-Dist: django-settings-export~=1.2
Requires-Dist: django-split-settings~=1.2
Requires-Dist: django-widget-tweaks~=1.5
Requires-Dist: djangorestframework~=3.14
Requires-Dist: drf-extensions~=0.7.1
Requires-Dist: iso8601~=2.0
Requires-Dist: markdown~=3.4
Requires-Dist: pypandoc~=1.11
Requires-Dist: rules~=3.3
Provides-Extra: allauth
Requires-Dist: django-allauth~=0.56.1; extra == "allauth"
Provides-Extra: ci
Requires-Dist: coveralls~=3.3; extra == "ci"
Requires-Dist: rdmo[dev]; extra == "ci"
Provides-Extra: dev
Requires-Dist: pre-commit~=3.4; extra == "dev"
Requires-Dist: rdmo[allauth]; extra == "dev"
Requires-Dist: rdmo[pytest]; extra == "dev"
Provides-Extra: gunicorn
Requires-Dist: gunicorn~=21.2; extra == "gunicorn"
Provides-Extra: ldap
Requires-Dist: django-auth-ldap~=4.5; extra == "ldap"
Provides-Extra: mysql
Requires-Dist: mysqlclient~=2.2; extra == "mysql"
Provides-Extra: postgres
Requires-Dist: psycopg[binary]~=3.1; python_version < "3.12" and extra == "postgres"
Requires-Dist: psycopg2-binary~=2.9; python_version >= "3.12" and extra == "postgres"
Provides-Extra: pytest
Requires-Dist: pytest~=7.4; extra == "pytest"
Requires-Dist: pytest-cov~=4.1; extra == "pytest"
Requires-Dist: pytest-django~=4.5; extra == "pytest"
Requires-Dist: pytest-mock~=3.11; extra == "pytest"
Requires-Dist: pytest-randomly~=3.15; extra == "pytest"
Requires-Dist: pytest-xdist~=3.3; extra == "pytest"

RDMO - Research Data Management Organiser
=========================================

[![Latest release](https://img.shields.io/pypi/v/rdmo.svg?style=flat)](https://pypi.python.org/pypi/rdmo/)
[![Python Versions](https://img.shields.io/pypi/pyversions/rdmo.svg?style=flat)](https://www.python.org/)
[![License](https://img.shields.io/github/license/rdmorganiser/rdmo?style=flat)](https://github.com/rdmorganiser/rdmo/blob/master/LICENSE)
[![CI Workflow Status](https://github.com/rdmorganiser/rdmo/actions/workflows/ci.yml/badge.svg)](https://github.com/rdmorganiser/rdmo/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/rdmorganiser/rdmo/badge.svg?branch=master&service=github)](https://coveralls.io/github/rdmorganiser/rdmo?branch=master)
[![Documentation status](https://readthedocs.org/projects/rdmo/badge/?version=latest)](http://rdmo.readthedocs.io/en/latest/?badge=latest)

RDMO is a tool to support the systematic planning, organisation and implementation of the data management throughout the course of a research project. RDMO is funded by the Deutsche Forschungsgemeinschaft (DFG).

<dl>
  <dt>Home Page</dt>
  <dd>https://rdmorganiser.github.io</dd>
  <dt>Source code</dt>
  <dd>https://github.com/rdmorganiser/rdmo</dd>
  <dt>Documentation</dt>
  <dd>https://rdmo.readthedocs.io</dd>
  <dt>Mailing list</dt>
  <dd>https://www.listserv.dfn.de/sympa/subscribe/rdmo</dd>
  <dt>Slack</dt>
  <dd>https://rdmo.slack.com</dd>
  <dt>Demo</dt>
  <dd>https://rdmo.aip.de</dd>
</dl>

If you encounter any problems or bugs with the RDMO Software, or if you want to request a feature, please file an issue here: <https://github.com/rdmorganiser/rdmo/issues>. For problems or suggestions with questionaires, the RDMO domain model or other content, please use the issues in the [rdmo-catalog](https://github.com/rdmorganiser/rdmo-catalog) repository: <https://github.com/rdmorganiser/rdmo-catalog/issues>. In order to file issues, you will need a GitHub account.
