Metadata-Version: 2.4
Name: momotor-django
Version: 5.1.0
Summary: Momotor bindings for the Django project
Author-email: Erik Scheffers <e.t.j.scheffers@tue.nl>
License: GNU Lesser General Public License v3 (LGPLv3)
Project-URL: Homepage, https://momotor.org
Project-URL: Documentation, https://momotor.org/doc/engine/momotor-django/
Project-URL: Repository, https://gitlab.tue.nl/momotor/engine-py3/momotor-django/
Project-URL: Tracker, https://gitlab.tue.nl/momotor/engine-py3/momotor-django/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: asgiref
Requires-Dist: backoff
Requires-Dist: django<6,>=4.2
Requires-Dist: protobuf
Requires-Dist: momotor-engine-proto~=5.0
Requires-Dist: momotor-engine-shared~=2.0
Provides-Extra: test
Requires-Dist: pytest~=8.1; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: momotor-django[test]; extra == "docs"
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints!=1.14.0; extra == "docs"
Requires-Dist: furo; extra == "docs"
Provides-Extra: dev
Requires-Dist: momotor-django[docs]; extra == "dev"
Requires-Dist: docutils-stubs; extra == "dev"
Provides-Extra: build
Requires-Dist: momotor-django[docs]; extra == "build"
Requires-Dist: setuptools; extra == "build"
Requires-Dist: setuptools-scm; extra == "build"
Requires-Dist: build[virtualenv]; extra == "build"
Requires-Dist: python-semantic-release~=9.0; extra == "build"

This package is a part of [Momotor](https://momotor.org/), a tool for automated processing of digital content. 

Momotor accepts digital content as a product bundle and generates a result bundle from this product under 
control of a recipe bundle. 

Momotor is like a continuous integration system, but broader in scope. The 
type of content that Momotor can process is not restricted; each recipe may impose its own constraints. 
One application of Momotor in an educational setting is the automatic generation of feedback on work submitted 
for programming assignments.

---

The `momotor-django` package provides Momotor integration for Django projects.
