voluptuous — Easy Playground
Data validation for dictionaries and data structures
Getting started with voluptuousRun locally
Install
pip install voluptuousPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: voluptuous)
voluptuous is a third-party package. Data validation for dictionaries and data structures. Install with: pip install voluptuous
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?