zope.authentication


Namezope.authentication JSON
Version 5.1 PyPI version JSON
download
home_pagehttps://zopeauthentication.readthedocs.io/
SummaryDefinition of authentication basics for the Zope Framework
upload_time2025-02-13 09:23:17
maintainerNone
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.9
licenseZPL-2.1
keywords zope security authentication
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
 zope.authentication
=====================

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

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

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

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

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

This package provides a definition of authentication concepts for use in
Zope Framework. This includes:

- ``IAuthentication``
- ``IUnauthenticatedPrincipal``
- ``ILogout``

Documentation is hosted at https://zopeauthentication.readthedocs.io/en/latest/


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

5.1 (2025-02-13)
================

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7, 3.8.


5.0 (2023-01-06)
================

- Add support for Python 3.10, 3.11.

- Drop support for Python 2.7, 3.5, 3.6.


4.5.0 (2021-03-19)
==================

- Add support for Python 3.8 and 3.9.

- Drop support for Python 3.4.

- Fix deprecated test imports from zope.component to use the correct
  imports from zope.interface.

4.4.0 (2018-08-24)
==================

- Host documentation at https://zopeauthentication.readthedocs.io

- Add support for Python 3.7.

- Drop support for Python 3.3.

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


4.3.0 (2017-05-11)
==================

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6 and 3.2.


4.2.1 (2015-06-05)
==================

- Add support for PyPy3 and Python 3.2.


4.2.0 (2014-12-26)
==================

- Add support for PyPy.  PyPy3 support is blocked on a release of a fix for:
  https://bitbucket.org/pypy/pypy/issue/1946

- Add support for Python 3.4.

- Add support for testing on Travis.


4.1.0 (2013-02-21)
==================

- Add support for Python 3.3.

- Add ``tox.ini`` and ``MANIFEST.in``.


4.0.0 (2012-07-04)
==================

- Break inappropriate testing dependency on ``zope.component.nextutility``.

  (Forward-compatibility with ``zope.component`` 4.0.0).

- Replace deprecated ``zope.component.adapts`` usage with equivalent
  ``zope.component.adapter`` decorator.

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

- Drop support for Python 2.4 and 2.5.


3.7.1 (2010-04-30)
==================

- Remove undeclared testing dependency on ``zope.testing``.

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

Initial release. This package was split off from ``zope.app.security`` to
provide a separate common interface definition for authentication utilities
without extra dependencies.

            

Raw data

            {
    "_id": null,
    "home_page": "https://zopeauthentication.readthedocs.io/",
    "name": "zope.authentication",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "zope security authentication",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/7f/1e/fce2967fd856c51ea010e54ff3ce3c42c51109f2dfdcf6382b3629b4bb2b/zope_authentication-5.1.tar.gz",
    "platform": null,
    "description": "=====================\n zope.authentication\n=====================\n\n.. image:: https://img.shields.io/pypi/v/zope.authentication.svg\n        :target: https://pypi.org/project/zope.authentication/\n        :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/zope.authentication.svg\n        :target: https://pypi.org/project/zope.authentication/\n        :alt: Supported Python versions\n\n.. image:: https://github.com/zopefoundation/zope.authentication/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/zope.authentication/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.authentication/badge.svg?branch=master\n        :target: https://coveralls.io/github/zopefoundation/zope.authentication?branch=master\n\n.. image:: https://readthedocs.org/projects/zopeauthentication/badge/?version=latest\n        :target: https://zopeauthentication.readthedocs.io/en/latest/\n        :alt: Documentation Status\n\nThis package provides a definition of authentication concepts for use in\nZope Framework. This includes:\n\n- ``IAuthentication``\n- ``IUnauthenticatedPrincipal``\n- ``ILogout``\n\nDocumentation is hosted at https://zopeauthentication.readthedocs.io/en/latest/\n\n\n=========\n Changes\n=========\n\n5.1 (2025-02-13)\n================\n\n- Add support for Python 3.12, 3.13.\n\n- Drop support for Python 3.7, 3.8.\n\n\n5.0 (2023-01-06)\n================\n\n- Add support for Python 3.10, 3.11.\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n\n4.5.0 (2021-03-19)\n==================\n\n- Add support for Python 3.8 and 3.9.\n\n- Drop support for Python 3.4.\n\n- Fix deprecated test imports from zope.component to use the correct\n  imports from zope.interface.\n\n4.4.0 (2018-08-24)\n==================\n\n- Host documentation at https://zopeauthentication.readthedocs.io\n\n- Add support for Python 3.7.\n\n- Drop support for Python 3.3.\n\n- Drop support for ``python setup.py test``.\n\n\n4.3.0 (2017-05-11)\n==================\n\n- Add support for Python 3.5 and 3.6.\n\n- Drop support for Python 2.6 and 3.2.\n\n\n4.2.1 (2015-06-05)\n==================\n\n- Add support for PyPy3 and Python 3.2.\n\n\n4.2.0 (2014-12-26)\n==================\n\n- Add support for PyPy.  PyPy3 support is blocked on a release of a fix for:\n  https://bitbucket.org/pypy/pypy/issue/1946\n\n- Add support for Python 3.4.\n\n- Add support for testing on Travis.\n\n\n4.1.0 (2013-02-21)\n==================\n\n- Add support for Python 3.3.\n\n- Add ``tox.ini`` and ``MANIFEST.in``.\n\n\n4.0.0 (2012-07-04)\n==================\n\n- Break inappropriate testing dependency on ``zope.component.nextutility``.\n\n  (Forward-compatibility with ``zope.component`` 4.0.0).\n\n- Replace deprecated ``zope.component.adapts`` usage with equivalent\n  ``zope.component.adapter`` decorator.\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\n\n3.7.1 (2010-04-30)\n==================\n\n- Remove undeclared testing dependency on ``zope.testing``.\n\n3.7.0 (2009-03-14)\n==================\n\nInitial release. This package was split off from ``zope.app.security`` to\nprovide a separate common interface definition for authentication utilities\nwithout extra dependencies.\n",
    "bugtrack_url": null,
    "license": "ZPL-2.1",
    "summary": "Definition of authentication basics for the Zope Framework",
    "version": "5.1",
    "project_urls": {
        "Homepage": "https://zopeauthentication.readthedocs.io/"
    },
    "split_keywords": [
        "zope",
        "security",
        "authentication"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0fded82087ca7780b0a652841a617ebf9dfb8efc78116e4cd4ce0728ebf4bab",
                "md5": "59fffcc6cc9b8cba91ff7c38823956a3",
                "sha256": "5d413922298974faaeadce571b663b4ba9ec40d21057828e7dc67fed7736229b"
            },
            "downloads": -1,
            "filename": "zope.authentication-5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59fffcc6cc9b8cba91ff7c38823956a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 14545,
            "upload_time": "2025-02-13T09:23:16",
            "upload_time_iso_8601": "2025-02-13T09:23:16.086218Z",
            "url": "https://files.pythonhosted.org/packages/d0/fd/ed82087ca7780b0a652841a617ebf9dfb8efc78116e4cd4ce0728ebf4bab/zope.authentication-5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f1efce2967fd856c51ea010e54ff3ce3c42c51109f2dfdcf6382b3629b4bb2b",
                "md5": "e043faeefcee50140cd75bef185a0faa",
                "sha256": "5b6754f995b606184c83f08fcb14081e3d75f6b1b27fc793a2f931f7aab99113"
            },
            "downloads": -1,
            "filename": "zope_authentication-5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e043faeefcee50140cd75bef185a0faa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 22270,
            "upload_time": "2025-02-13T09:23:17",
            "upload_time_iso_8601": "2025-02-13T09:23:17.777314Z",
            "url": "https://files.pythonhosted.org/packages/7f/1e/fce2967fd856c51ea010e54ff3ce3c42c51109f2dfdcf6382b3629b4bb2b/zope_authentication-5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-13 09:23:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zope.authentication"
}
        
Elapsed time: 0.39069s