Metadata-Version: 1.1
Name: papaya
Version: 0.3.0
Summary: A LDAP-based django authentication provider, with openid.
Home-page: https://github.com/Polyconseil/papaya
Author: Polyconseil Sysadmin Team
Author-email: sysadmin+papaya@polyconseil.fr
License: GPL
Description: papaya
        ======
        
        .. image:: https://secure.travis-ci.org/Polyconseil/papaya.png?branch=master
            :target: http://travis-ci.org/Polyconseil/papaya/
        
        .. image:: https://img.shields.io/pypi/v/papaya.svg
            :target: https://pypi.python.org/pypi/papaya/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/pyversions/papaya.svg
            :target: https://pypi.python.org/pypi/papaya/
            :alt: Supported Python versions
        
        .. image:: https://img.shields.io/pypi/wheel/papaya.svg
            :target: https://pypi.python.org/pypi/papaya/
            :alt: Wheel status
        
        .. image:: https://img.shields.io/pypi/l/papaya.svg
            :target: https://pypi.python.org/pypi/papaya/
            :alt: License
        
        This django-backed library is intended as an authentication provider within an organization's internal services.
        
        It contains:
        
        * An LDAP-based authentication backend
        * An OpenID provider, with autologin for trusted sites
        * An OpenID consumer, with autologin to a predefined OpenID provider
        
        
        
        License
        -------
        
        Copyright (C) 2009 Bolloré telecom
        Copyright (C) 2014 Polyconseil
        See AUTHORS file for a full list of contributors.
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        
Keywords: papaya,ldap,authentication,django,openid
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
