Metadata-Version: 2.1
Name: kadi
Version: 0.2.0
Summary: Kadi4Mat, the Karlsruhe Data Infrastructure for Materials Science.
Home-page: https://kadi.iam-cms.kit.edu
Author: Karlsruhe Institute of Technology
License: Apache-2.0
Project-URL: Code, https://gitlab.com/iam-cms/kadi
Project-URL: Documentation, https://kadi4mat.readthedocs.io/en/latest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: celery (<5.0.0,>=4.4.7)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: elasticsearch-dsl (<8.0.0,>=7.0.0)
Requires-Dist: Flask (>=1.1.2)
Requires-Dist: Flask-Babel (>=1.0.0)
Requires-Dist: Flask-Limiter (>=1.3.1)
Requires-Dist: Flask-Login (>=0.5.0)
Requires-Dist: Flask-Migrate (>=2.5.3)
Requires-Dist: Flask-SQLAlchemy (>=2.4.4)
Requires-Dist: flask-talisman (>=0.7.0)
Requires-Dist: Flask-WTF (>=0.14.3)
Requires-Dist: ldap3 (>=2.7)
Requires-Dist: Markdown (>=3.2.1)
Requires-Dist: marshmallow (>=3.5.1)
Requires-Dist: Pillow (>=7.1.2)
Requires-Dist: pluggy (>=0.13.1)
Requires-Dist: psycopg2-binary (>=2.8.5)
Requires-Dist: PyJWT (>=1.7.1)
Requires-Dist: python-magic (>=0.4.15)
Requires-Dist: redis (>=3.5.3)
Requires-Dist: sentry-sdk[flask] (>=0.14.3)
Requires-Dist: Werkzeug[watchdog] (>=1.0.1)
Requires-Dist: WTForms[email] (>=2.3.1)
Provides-Extra: dev
Requires-Dist: black (==20.8b1) ; extra == 'dev'
Requires-Dist: pre-commit (>=2.7.0) ; extra == 'dev'
Requires-Dist: pylint (<2.5.0,>=2.4.4) ; extra == 'dev'
Requires-Dist: pytest (>=6.0.1) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.10.0) ; extra == 'dev'
Requires-Dist: python-dotenv (>=0.13.0) ; extra == 'dev'
Requires-Dist: tox (>=3.15.0) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (>=3.0.3) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.5.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-httpdomain (>=1.7.0) ; extra == 'docs'

# Kadi4Mat

**Kadi4Mat** is the **Karlsruhe Data Infrastructure for Materials Science**, a
software for managing research data with the aim of combining new concepts with
established technologies and existing solutions.

## Links

* More information: https://kadi.iam-cms.kit.edu
* Source code: https://gitlab.com/iam-cms/kadi
* Releases: https://pypi.org/project/kadi
* Developer documentation:
    * Latest (reflecting the *master* branch): https://kadi4mat.readthedocs.io/en/latest
    * Stable (reflecting the latest release): https://kadi4mat.readthedocs.io/en/stable


