Metadata-Version: 2.1
Name: zope.app.localpermission
Version: 5.0
Summary: Local Persistent Permissions for zope.security
Home-page: https://github.com/zopefoundation/zope.app.localpermission
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL 2.1
Keywords: zope security persistent local permission
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope :: 3
Requires-Python: >=3.7
Provides-Extra: test
License-File: LICENSE.txt

This package implements local persistent permissions for zope.security that
can be added and registered per site.

This is a part of "Through The Web" development pattern that is not used
much by zope community and not really supported in zope framework anymore
nowadays, so it can be considered as deprecated.


=========
 CHANGES
=========

5.0 (2023-02-08)
================

- Drop support for Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.8, 3.9, 3.10, 3.11.


4.1.0 (2018-10-19)
==================

- Add support for Python 3.7.


4.0.0 (2017-04-23)
==================

- Add support for PyPy.
- Add support for Python 3.4, 3.5, and 3.6.
- Remove dependency on ZODB3. Instead, depend on the separate
  ``persistent`` package.


3.7.2 (2010-03-21)
==================

- Added missing i18n domain to ``browser.zcml``.

3.7.1 (2010-02-22)
==================

- The zope.app namespace wasn't declared correctly.

3.7.0 (2009-03-14)
==================

Initial release. This package was extracted from zope.app.security to separate
the functionality without additional dependencies.
