Metadata-Version: 2.1
Name: momotor-engine-shared
Version: 1.2.0
Summary: Momotor Engine shared code
Home-page: https://momotor.org/
Author: Erik Scheffers
Author-email: e.t.j.scheffers@tue.nl
License: UNKNOWN
Project-URL: Documentation, https://momotor.org/doc/engine/momotor-engine-shared/
Project-URL: Source, https://gitlab.tue.nl/momotor/engine-py3/momotor-engine-shared/
Project-URL: Tracker, https://gitlab.tue.nl/momotor/engine-py3/momotor-engine-shared/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiorwlock
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-pythonpath ; extra == 'test'

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-engine-shared` package contains functionality shared between client and server packages.


