cerberus — Easy Playground
Lightweight, extensible data validation
Getting started with cerberusRun locally
Install
pip install cerberusPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: cerberus)
cerberus is a third-party package. Lightweight, extensible data validation. Install with: pip install cerberus
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?