pkgsrc-wip/py-voluptuous/DESCR

10 lines
265 B
Plaintext

Voluptuous, despite the name, is a Python data validation library.
It is primarily intended for validating data coming into Python as
JSON, YAML, etc.
It has three goals:
1. Simplicity.
2. Support for complex data structures.
3. Provide useful error messages.