zope.principalannotation


Namezope.principalannotation JSON
Version 5.0 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/zope.principalannotation
SummaryAnnotations for Zope Principals
upload_time2023-06-29 06:21:38
maintainer
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.7
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.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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "zope security principal annotation",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/64/3f/6bc3c1b577ae9ae52054baed1f810b67fbcea52d97ca232b05a9950242d2/zope.principalannotation-5.0.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.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.0",
    "project_urls": {
        "Homepage": "https://github.com/zopefoundation/zope.principalannotation"
    },
    "split_keywords": [
        "zope",
        "security",
        "principal",
        "annotation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cf3a4a50f3768b0f89bd6d7e0ed7d6ba1490df488460f8764c716d8cbb2c858",
                "md5": "1ff3c90b23f49dd2f373af4f126c9b78",
                "sha256": "fb8361134e41efd3b351b9eb98797becfe72468eaf897d0f3ba8d255a2f3d32d"
            },
            "downloads": -1,
            "filename": "zope.principalannotation-5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ff3c90b23f49dd2f373af4f126c9b78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10859,
            "upload_time": "2023-06-29T06:21:36",
            "upload_time_iso_8601": "2023-06-29T06:21:36.146226Z",
            "url": "https://files.pythonhosted.org/packages/7c/f3/a4a50f3768b0f89bd6d7e0ed7d6ba1490df488460f8764c716d8cbb2c858/zope.principalannotation-5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "643f6bc3c1b577ae9ae52054baed1f810b67fbcea52d97ca232b05a9950242d2",
                "md5": "da28dbb03c2672c482f9127542b157ee",
                "sha256": "f9714b9ae0a39de207baf6c46360b60c303629a29adaac017214cfd7765478f1"
            },
            "downloads": -1,
            "filename": "zope.principalannotation-5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "da28dbb03c2672c482f9127542b157ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18040,
            "upload_time": "2023-06-29T06:21:38",
            "upload_time_iso_8601": "2023-06-29T06:21:38.267519Z",
            "url": "https://files.pythonhosted.org/packages/64/3f/6bc3c1b577ae9ae52054baed1f810b67fbcea52d97ca232b05a9950242d2/zope.principalannotation-5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-29 06:21:38",
    "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.09156s