summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 15 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 30db9ef..67d0266 100644
--- a/README.rst
+++ b/README.rst
@@ -2,17 +2,27 @@
``zope.proxy``
================
-.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
- :target: https://pypi.python.org/pypi/zope.proxy/
- :alt: Latest Version
-
.. image:: https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.proxy/actions/workflows/tests.yml
+.. image:: https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.proxy?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-proxy
+
+.. image:: https://coveralls.io/repos/github/zopefoundation/zope.proxy/badge.svg?branch=master
+ :target: https://coveralls.io/github/zopefoundation/zope.proxy?branch=master
+
.. image:: https://readthedocs.org/projects/zopeproxy/badge/?version=latest
- :target: http://zopeproxy.readthedocs.org/en/latest/
+ :target: https://zopeproxy.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.proxy.svg
+ :target: https://pypi.org/project/zope.proxy/
+ :alt: Python versions
+
Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access