summaryrefslogtreecommitdiff
path: root/README.rst
blob: c8a9203fd3ce298976de0538115e1c8406cb147d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
===================
 ``zope.security``
===================

.. image:: https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml

.. image:: https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.security?branch=master&svg=true
        :target: https://ci.appveyor.com/project/mgedmin/zope-security

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

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

.. image:: https://img.shields.io/pypi/v/zope.security.svg
        :target: https://pypi.python.org/pypi/zope.security/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
        :target: https://pypi.org/project/zope.security/
        :alt: Supported Python versions


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

Documentation is available at https://zopesecurity.readthedocs.io/