freebsd-ports/devel/py3-jsonschema/pkg-descr
Muhammad Moinur Rahman 924511e397 [NEW] devel/py3-jsonschema: JSON Schema validation for Python
- Python3 specific version for devel/py-jsonschema

jsonschema is an implementation of JSON Schema for Python

 - Full support for Draft 3 and Draft 4 of the schema.
 - Lazy validation that can iteratively report all validation errors.
 - Small and extensible
 - Programmatic querying of which properties or items failed validation.

WWW: http://github.com/Julian/jsonschema
2015-11-20 06:29:19 +00:00

8 lines
323 B
Text

jsonschema is an implementation of JSON Schema for Python
- Full support for Draft 3 and Draft 4 of the schema.
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.
WWW: http://github.com/Julian/jsonschema