aboutsummaryrefslogtreecommitdiff
path: root/python/jsonschema/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-28 18:17:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-02-28 18:17:35 +0700
commitec5bf8d7b005e31af22f4f17afd58707a1462a02 (patch)
tree45b708210beaec7f3c92ab8ae340898c9b6c9bf7 /python/jsonschema/README
parent9f5e6023c160fa3bc8564d68503355115ede2698 (diff)
python/jsonschema: Added (Implementation of JSON Schema).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jsonschema/README')
-rw-r--r--python/jsonschema/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/jsonschema/README b/python/jsonschema/README
new file mode 100644
index 000000000000..183c7daf0fe5
--- /dev/null
+++ b/python/jsonschema/README
@@ -0,0 +1,2 @@
+jsonschema is an implementation of JSON Schema for Python.
+(supporting 2.6+ including Python 3).