https://github.com/zopefoundation/zope.security
Zope Security Framework
https://github.com/zopefoundation/zope.security
maintained proxy python security zope
Last synced: 8 months ago
JSON representation
Zope Security Framework
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.security
- Owner: zopefoundation
- License: other
- Created: 2013-01-07T23:05:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-26T10:49:57.000Z (9 months ago)
- Last Synced: 2025-10-01T04:28:55.037Z (8 months ago)
- Topics: maintained, proxy, python, security, zope
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 6
- Watchers: 62
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
===================
``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://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/