Metadata-Version: 2.1
Name: medux-common
Version: 0.0.1.0a2
Summary: "MedUX common tools and models, which are used for medux_online and medux"
Home-page: https://medux.at/
Author: Christian González
Author-email: christian.gonzalez@nerdocs.at
License: AGPLv3+
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 4.0
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: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE.md

Common Plugin
======================================

MedUX common tools and models, which are used for MedUX online and MedUX.


Install
^^^^^^^

You can install this plugin locally during development by invoking `pip install -e .` in this folder, assuming you have activated your main project's virtualenv.

For production or usage of the stable version, just install it using `pip install medux-common`. The `medux-online` and `medux` packages depend on it automatically.


License
^^^^^^^

This plugin is licensed under the `GNU Affero General Public License v3 or later (AGPLv3+) <https://www.gnu.org/licenses/agpl-3.0.txt>`_



