Metadata-Version: 2.1
Name: momotor-engine-options
Version: 0.1.0rc5
Summary: Momotor Engine Options Library
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-options/release/0.1.0rc5/
Project-URL: Source, https://gitlab.tue.nl/momotor/engine-py3/momotor-engine-options/
Project-URL: Tracker, https://gitlab.tue.nl/momotor/engine-py3/momotor-engine-options/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
Provides-Extra: test
Provides-Extra: docs

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-options` package provides methods to process options in Momotor recipe and configuration
bundles. It also includes the handlers for options in the "scheduler" domain used to schedule steps.


