Skip to content

Commit

Permalink
Add PyPI and RTD badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 28, 2015
1 parent 566d359 commit 65ebb9d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
``zope.proxy``
==============

.. image:: https://pypip.in/version/zope.proxy/badge.svg?style=flat
:target: https://pypi.python.org/pypi/zope.proxy/
:alt: Latest Version

.. image:: https://travis-ci.org/zopefoundation/zope.proxy.png?branch=master
:target: https://travis-ci.org/zopefoundation/zope.proxy

.. image:: https://readthedocs.org/projects/zopeproxy/badge/?version=latest
:target: http://zopeproxy.readthedocs.org/en/latest/
:alt: Documentation Status

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
Expand All @@ -13,10 +21,3 @@ zope.proxy is implemented via a C extension module, which lets it do things
like lie about its own ``__class__`` that are difficult in pure Python (and
were completely impossible before metaclasses). It also proxies all the
internal slots (such as `__int__`/`__str__`/`__add__`).

Editorial note:

Unfortunately, we don't have separate documentation for `zope.proxy`
at this time. This is a shame because they are generically useful.
We are publishing this release without documentation mainly because
it is a dependency of other releases.

0 comments on commit 65ebb9d

Please sign in to comment.