zope.principalannotation


Namezope.principalannotation JSON
Version 5.1 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/zope.principalannotation
SummaryAnnotations for Zope Principals
upload_time2024-12-06 07:43:17
maintainerNone
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.8
licenseZPL 2.1
keywords zope security principal annotation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============================
 ``zope.principalannotation``
==============================

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

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

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

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

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

This package implements annotations for zope.security principals. Common
annotation techniques, like ``AttributeAnnotations`` cannot be applied to
principals, since they are created on the fly for every request.

Documentation is hosted at https://zopeprincipalannotation.readthedocs.io/.


=========
 Changes
=========

5.1 (2024-12-06)
================

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7.

- Update to ``persistent`` 6.0 API usage.


5.0 (2023-06-29)
================

- Drop support for Python 2.7, 3.5, 3.6.

- Drop support for deprecated ``python setup.py test``.

- Add support for Python 3.11.


4.4 (2022-03-17)
================

- Add support for Python 3.8, 3.9 and 3.10.

- Drop support for Python 3.4.


4.3.0 (2018-10-19)
==================

- Add support for Python 3.7.


4.2.0 (2017-08-18)
==================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6 and 3.3.


4.1.1 (2015-06-02)
==================

- Replace use of long-deprecated ``zope.testing.doctest`` with stdlib's
  ``doctest``.


4.1.0 (2015-01-09)
==================

- Accomodate new methods added to ``zope.annotation.interfaces.IAnnotations``
  in upcoming zope.annotation 4.4.0 release.


4.0.0 (2014-12-24)
==================

- Add support for PyPy.

- Add support for Python 3.4.

- Add support for testing on Travis.


4.0.0a2 (2013-02-25)
====================

- Correct Trove classifiers.


4.0.0a1 (2013-02-24)
====================

- Add support for Python 3.3.

- Replace deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Drop support for Python 2.4 and 2.5.

3.6.1 (2010-05-05)
==================

- Fix a test failure in nested local site manager setup.

- Remove dependency on zope.container.

3.6.0 (2009-03-09)
==================

Initial release. This package was splitted off zope.app.principalannotation
to remove its dependencies on "zope 3 application server" components.

In addition, the following changes were made after split off:

 - The IAnnotations implementation was fixed to look in the higher-level
   utility not only on ``__getitem__``, but also on ``get`` and ``__nonzero``.

 - Tests was reworked into the README.txt doctest.

 - Added a buildout part that generates Sphinx documentation from the
   README.txt

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zopefoundation/zope.principalannotation",
    "name": "zope.principalannotation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "zope security principal annotation",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/b8/43/fd21779d5e67c5e08b2cccfac052792153d7e96aed950511b945b421253c/zope_principalannotation-5.1.tar.gz",
    "platform": null,
    "description": "==============================\n ``zope.principalannotation``\n==============================\n\n.. image:: https://img.shields.io/pypi/v/zope.principalannotation.svg\n        :target: https://pypi.python.org/pypi/zope.principalannotation/\n        :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/zope.principalannotation.svg\n        :target: https://pypi.org/project/zope.principalannotation/\n        :alt: Supported Python versions\n\n.. image:: https://github.com/zopefoundation/zope.principalannotation/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/zope.principalannotation/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.principalannotation/badge.svg?branch=master\n        :target: https://coveralls.io/github/zopefoundation/zope.principalannotation?branch=master\n\n.. image:: https://readthedocs.org/projects/zopeprincipalannotation/badge/?version=latest\n        :target: https://zopeprincipalannotation.readthedocs.io/en/latest/\n        :alt: Documentation Status\n\nThis package implements annotations for zope.security principals. Common\nannotation techniques, like ``AttributeAnnotations`` cannot be applied to\nprincipals, since they are created on the fly for every request.\n\nDocumentation is hosted at https://zopeprincipalannotation.readthedocs.io/.\n\n\n=========\n Changes\n=========\n\n5.1 (2024-12-06)\n================\n\n- Add support for Python 3.12, 3.13.\n\n- Drop support for Python 3.7.\n\n- Update to ``persistent`` 6.0 API usage.\n\n\n5.0 (2023-06-29)\n================\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n- Drop support for deprecated ``python setup.py test``.\n\n- Add support for Python 3.11.\n\n\n4.4 (2022-03-17)\n================\n\n- Add support for Python 3.8, 3.9 and 3.10.\n\n- Drop support for Python 3.4.\n\n\n4.3.0 (2018-10-19)\n==================\n\n- Add support for Python 3.7.\n\n\n4.2.0 (2017-08-18)\n==================\n\n- Add support for Python 3.5 and 3.6.\n\n- Drop support for Python 2.6 and 3.3.\n\n\n4.1.1 (2015-06-02)\n==================\n\n- Replace use of long-deprecated ``zope.testing.doctest`` with stdlib's\n  ``doctest``.\n\n\n4.1.0 (2015-01-09)\n==================\n\n- Accomodate new methods added to ``zope.annotation.interfaces.IAnnotations``\n  in upcoming zope.annotation 4.4.0 release.\n\n\n4.0.0 (2014-12-24)\n==================\n\n- Add support for PyPy.\n\n- Add support for Python 3.4.\n\n- Add support for testing on Travis.\n\n\n4.0.0a2 (2013-02-25)\n====================\n\n- Correct Trove classifiers.\n\n\n4.0.0a1 (2013-02-24)\n====================\n\n- Add support for Python 3.3.\n\n- Replace deprecated ``zope.interface.implements`` usage with equivalent\n  ``zope.interface.implementer`` decorator.\n\n- Drop support for Python 2.4 and 2.5.\n\n3.6.1 (2010-05-05)\n==================\n\n- Fix a test failure in nested local site manager setup.\n\n- Remove dependency on zope.container.\n\n3.6.0 (2009-03-09)\n==================\n\nInitial release. This package was splitted off zope.app.principalannotation\nto remove its dependencies on \"zope 3 application server\" components.\n\nIn addition, the following changes were made after split off:\n\n - The IAnnotations implementation was fixed to look in the higher-level\n   utility not only on ``__getitem__``, but also on ``get`` and ``__nonzero``.\n\n - Tests was reworked into the README.txt doctest.\n\n - Added a buildout part that generates Sphinx documentation from the\n   README.txt\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "Annotations for Zope Principals",
    "version": "5.1",
    "project_urls": {
        "Homepage": "https://github.com/zopefoundation/zope.principalannotation"
    },
    "split_keywords": [
        "zope",
        "security",
        "principal",
        "annotation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b1fec153aebe481007253f329791a3d6bd67309e4cf9761ff7a3162b1998665",
                "md5": "79723acc10ee48d8ec3df99cd6da38e3",
                "sha256": "11751c14a66cbd232b4d553b26ea1dec0ecd56b5c9a285763f7191d0c2509801"
            },
            "downloads": -1,
            "filename": "zope.principalannotation-5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79723acc10ee48d8ec3df99cd6da38e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10869,
            "upload_time": "2024-12-06T07:43:15",
            "upload_time_iso_8601": "2024-12-06T07:43:15.029286Z",
            "url": "https://files.pythonhosted.org/packages/9b/1f/ec153aebe481007253f329791a3d6bd67309e4cf9761ff7a3162b1998665/zope.principalannotation-5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b843fd21779d5e67c5e08b2cccfac052792153d7e96aed950511b945b421253c",
                "md5": "4322d5282e3a513c204319484f938b9f",
                "sha256": "031442db65e9fa5c9782c466866d24d4bb08d73c5767c842b21d1e30640ee352"
            },
            "downloads": -1,
            "filename": "zope_principalannotation-5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4322d5282e3a513c204319484f938b9f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19277,
            "upload_time": "2024-12-06T07:43:17",
            "upload_time_iso_8601": "2024-12-06T07:43:17.108641Z",
            "url": "https://files.pythonhosted.org/packages/b8/43/fd21779d5e67c5e08b2cccfac052792153d7e96aed950511b945b421253c/zope_principalannotation-5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 07:43:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "zope.principalannotation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.principalannotation"
}
        
Elapsed time: 0.35140s