Link Search Menu Expand Document

REECO Python Library

Python library for the REECO framework.

Schema

TBD

Developers

Editing happens in this Spreadsheet.

The reference documentation is in folder schema/.

To regenerate the yaml files in the schema directory:

python3 generate-schema.py && git add schema/ && git commit -m "Update" && git push

Validator

TBD