Examples to help understand how to use Python/Cerberus to check Yaml/JSON files.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| basicyaml | ||
| firsttddexample | ||
| kubeExample | ||
| schemafile | ||
| simple | ||
| Readme.md | ||
Cerberus Examples
To make use of these examples, ensure the cerberus PyPI module is installed
''' sudo apt-get install python3-pip pip3 install cerberus '''
First Example
Inline format and data check in simple.py
'''python python3 simple.py '''