zope.authentication


Namezope.authentication JSON
Version 5.0 PyPI version JSON
download
home_pagehttps://zopeauthentication.readthedocs.io/
SummaryDefinition of authentication basics for the Zope Framework
upload_time2023-01-06 08:09:53
maintainer
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.7
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.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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "zope security authentication",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.org",
    "download_url": "https://files.pythonhosted.org/packages/e5/a8/5a45cba86ffd6c64d5708dd2a8058058297f40fde06025fe1669f51f234c/zope.authentication-5.0.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.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.0",
    "split_keywords": [
        "zope",
        "security",
        "authentication"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a54ade41f937d868c2037522fde266bf6f38e3060e86cf85bdc3e285a1fc3be",
                "md5": "efd4092937bb4b9dcae4486aea3ac93c",
                "sha256": "06a02d81e2cfee2762df15465294e169447b1deb586b69efbc5a9a7c61737b6b"
            },
            "downloads": -1,
            "filename": "zope.authentication-5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "efd4092937bb4b9dcae4486aea3ac93c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14557,
            "upload_time": "2023-01-06T08:09:51",
            "upload_time_iso_8601": "2023-01-06T08:09:51.390285Z",
            "url": "https://files.pythonhosted.org/packages/5a/54/ade41f937d868c2037522fde266bf6f38e3060e86cf85bdc3e285a1fc3be/zope.authentication-5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5a85a45cba86ffd6c64d5708dd2a8058058297f40fde06025fe1669f51f234c",
                "md5": "17d769e507a0b07ef6e2870641f8dbab",
                "sha256": "5de2d1af987406e4f1d227b0384259f667410d534b1f5725ae2c612029b480ea"
            },
            "downloads": -1,
            "filename": "zope.authentication-5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "17d769e507a0b07ef6e2870641f8dbab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21029,
            "upload_time": "2023-01-06T08:09:53",
            "upload_time_iso_8601": "2023-01-06T08:09:53.421515Z",
            "url": "https://files.pythonhosted.org/packages/e5/a8/5a45cba86ffd6c64d5708dd2a8058058297f40fde06025fe1669f51f234c/zope.authentication-5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-06 08:09:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "zope.authentication"
}
        
Elapsed time: 0.02497s