aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-jsonschema/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-jsonschema/pkg-descr')
-rw-r--r--devel/py-jsonschema/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-jsonschema/pkg-descr b/devel/py-jsonschema/pkg-descr
new file mode 100644
index 000000000000..693f9c26f84a
--- /dev/null
+++ b/devel/py-jsonschema/pkg-descr
@@ -0,0 +1,8 @@
+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