Metadata-Version: 1.1
Name: zope.login
Version: 2.0.0
Summary: Login helpers for zope.publisher / authentication.
Home-page: http://pypi.python.org/pypi/zope.login
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        This package provides a login helpers for zope.publisher based on the concepts
        of zope.authentication.
        
        Changelog
        =========
        
        2.0.0 (2014-12-24)
        ------------------
        
        - Add support for PyPy and PyPy3.
        
        - Add support for Python 3.4.
        
        - Add support for testing on Travis.
        
        - 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.
        
        
        1.0.0 (2009-12-31)
        ------------------
        
        - Extracted BasicAuthAdapter and FTPAuth adapters from zope.publisher. They
          should have never gone into that package in the first place.
        
Keywords: zope login authentication
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
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 :: Zope3
