aboutsummaryrefslogtreecommitdiff
path: root/python/python3-jsonschema/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2019-05-09 23:52:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-09 23:52:32 +0700
commit010353d8ed46131e32b7b9d6845cd1cf43890031 (patch)
tree772a292743f18407e1eb14e60c2d7f4ca4ed01e7 /python/python3-jsonschema/README
parent7d34155743ccb71220a95efb6fe84c3a5090ff8f (diff)
python/python3-jsonschema: Added (Implementation of JSON Schema).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jsonschema/README')
-rw-r--r--python/python3-jsonschema/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-jsonschema/README b/python/python3-jsonschema/README
new file mode 100644
index 0000000000..3cdd5e88a8
--- /dev/null
+++ b/python/python3-jsonschema/README
@@ -0,0 +1,2 @@
+jsonschema is an implementation of JSON Schema for Python.
+(supporting Python 3).