summaryrefslogtreecommitdiff
path: root/README.rst
blob: 8c04f93556891a615b235110ceab6410ea00348c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
``zope.security``
=================

.. image:: https://img.shields.io/pypi/v/zope.security.svg
    :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

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.security/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.security?branch=master


The Security framework provides a generic mechanism to implement security
policies on Python objects.