mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
9 lines
265 B
Plaintext
9 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.
|