Metadata-Version: 2.1
Name: dgbowl-schemas
Version: 110
Summary: schemas for the dgbowl suite of tools
Home-page: https://github.com/dgbowl/dgbowl-schemas
Author: Peter Kraus
Author-email: peter@tondon.de
Project-URL: Bug Tracker, https://github.com/dgbowl/dgbowl-schemas/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic (>=1.8)
Requires-Dist: pyyaml (>=5.0)
Provides-Extra: docs
Requires-Dist: sphinx (==4.5.0) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: autodoc-pydantic ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# dgbowl-schemas
## Schemas and validators for the `dgbowl` suite of tools.

Currently implemented schemas are:
- `recipe` validator for `dgpost` at version `{1.1, 1.0}`
- `dataschema` validator for `yadg`, versions `{4.2, 4.1.1, 4.1, 4.0.1, 4.0}`
- `payload` validator for `tomato`  at version `{0.2, 0.1}`

Schemas to be incorporated:

- `datagram` validator for `yadg`
