Metadata-Version: 2.1
Name: medux
Version: 0.0.5
Summary: Medux Electronic Medical Record
Author-email: Christian González <office@nerdocs.at>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 4.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: django-enumfields
Requires-Dist: django[argon2]~=4.1
Requires-Dist: gdaps>=0.6.4
Requires-Dist: toml
Requires-Dist: django-enumfields
Requires-Dist: django-crispy-forms
Requires-Dist: crispy-bootstrap5
Requires-Dist: django-polymorphic
Requires-Dist: django-colorfield
Requires-Dist: django-sass
Requires-Dist: phonenumbers
Requires-Dist: django-extra-views
Requires-Dist: django-component-tags
Requires-Dist: django-htmx
Requires-Dist: django-environ
Requires-Dist: whitenoise
Requires-Dist: django-composite-field
Requires-Dist: black ; extra == "dev"
Requires-Dist: pytest~=6.2.5 ; extra == "dev"
Requires-Dist: pytest-django ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: django-extensions ; extra == "dev"
Requires-Dist: django-debug-toolbar ; extra == "dev"
Requires-Dist: mkdocs ; extra == "doc"
Requires-Dist: mkdocstrings[python] ; extra == "doc"
Requires-Dist: uvicorn ; extra == "prod"
Requires-Dist: gunicorn ; extra == "prod"
Project-URL: Documentation, https://medux.readthedocs.org
Project-URL: Home, https://medux.readthedocs.org
Project-URL: Source, https://gitlab.com/nerdocs/medux/medux
Project-URL: Tracker, https://gitlab.com/nerdocs/medux/medux/issues
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: prod

# Welcome to MedUX's documentation!


MedUX is an Open Source Electronic Record, in an early (currently Pre-Alpha) state.

CAVE: This project is in planning/pre-alpha state. Don't expect this to run yet. It doesn't care about django migrations. So if your database is broken because of a major update, please just delete the DB again and start from scratch. Remember, it's pre-alpha.

You can read more at the [MedUX documentation](https://medux.readthedocs.io)

Stay tuned.

