summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-01-28 15:19:17 -0500
committerTres Seaver <tseaver@palladion.com>2015-01-28 15:19:17 -0500
commit8f859a0c3ad345a7e427f07651264e1585c3fe9e (patch)
treed63bf9e96051f2f26f91e240b3b65aa2a88f9748 /README.rst
parent1cfa3274927b24d656af73a226391c7a1279b3e6 (diff)
downloadzope-security-8f859a0c3ad345a7e427f07651264e1585c3fe9e.tar.gz
Add PyPI and RTD badges.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b8347dd..f7569ea 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,16 @@
``zope.security``
=================
+.. image:: https://pypip.in/version/zope.security/badge.svg?style=flat
+ :target: https://pypi.python.org/pypi/zope.security/
+ :alt: Latest Version
+
.. image:: https://travis-ci.org/zopefoundation/zope.security.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.security
+.. image:: https://readthedocs.org/projects/zopesecurity/badge/?version=latest
+ :target: http://zopesecurity.readthedocs.org/en/latest/
+ :alt: Documentation Status
+
The Security framework provides a generic mechanism to implement security
policies on Python objects.