summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-05-20 16:31:39 -0400
committerJulian Berman <Julian@GrayVines.com>2018-05-20 16:31:39 -0400
commitd6793ef5a29f5906e5d17a9ce6c68070abb8e16d (patch)
treee3db003dd5f3e1db0936b00723ee2547517fd637 /README.rst
parentd3af0f081d135bc11d151adf014ac294342c82a5 (diff)
downloadjsonschema-d6793ef5a29f5906e5d17a9ce6c68070abb8e16d.tar.gz
Better badges.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 15 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 9eba731..6fb2b48 100644
--- a/README.rst
+++ b/README.rst
@@ -1,14 +1,22 @@
-.. image:: https://img.shields.io/pypi/v/jsonschema.svg
- :target: https://pypi.python.org/pypi/jsonschema
-.. image:: https://travis-ci.org/Julian/jsonschema.svg?branch=master
- :target: https://travis-ci.org/Julian/jsonschema
-.. image:: https://img.shields.io/pypi/l/jsonschema.svg
- :target: https://pypi.python.org/pypi/jsonschema
-
==========
jsonschema
==========
+|PyPI| |Pythons| |Travis| |AppVeyor|
+
+.. |PyPI| image:: https://img.shields.io/pypi/v/filesystems.svg
+ :alt: PyPI version
+ :target: https://pypi.python.org/pypi/filesystems
+
+.. |Pythons| image:: https://img.shields.io/pypi/pyversions/filesystems.svg
+ :alt: Supported Python versions
+ :target: https://pypi.python.org/pypi/filesystems
+
+.. |Travis| image:: https://travis-ci.org/Julian/Filesystems.svg?branch=master
+ :alt: Travis build status
+ :target: https://travis-ci.org/Julian/Filesystems
+
+
``jsonschema`` is an implementation of `JSON Schema <http://json-schema.org>`_
for Python (supporting 2.7+ including Python 3).