Metadata-Version: 2.1
Name: reeco
Version: 0.0.2.post1696433139
Summary: Python library with utility functions for the REECO Framework.
Author-email: Enrico Daga <enricodaga@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Project-URL: Home, http://github.com/reeco-framework/reeco-python

# REECO Python

Python library for the REECO framework.


## Schema

TBD

### Developers
Editing happens in this [Spreadsheet](https://docs.google.com/spreadsheets/d/1PZ11esT6COK7Y0mMZEHifY9hQeREbNSlRbC6dkYtjNg/edit?usp=sharing).

The reference documentation is in folder `schema/`.

To regenerate the `yaml` files in the schema directory:
```bash
python3 generate-schema.py && git add schema/ && git commit -m "Update" && git push
```

## Validator

TBD
