Metadata-Version: 1.1
Name: django-mama-cas
Version: 0.6.1
Summary: A CAS server single sign-on application for Django
Home-page: https://github.com/jbittel/django-mama-cas
Author: Jason Bittel
Author-email: jason.bittel@gmail.com
License: BSD
Download-URL: https://github.com/jbittel/django-mama-cas/downloads
Description: django-mama-cas
        ===============
        
        django-mama-cas is a CAS server single sign-on application for Django,
        implementing the popular CAS server protocol in Python. It implements the CAS
        1.0 and 2.0 specifications, as well as some commonly used extensions to the
        core protocol. It is designed with several key attributes in mind:
        
           * Simple installation and configuration
           * Integrates with an existing Python ecosystem
           * Easily use or write Django applications for authentication
        
        For installation and configuration instructions, see the local
        docs/installation.rst file or read the documentation online at
        `django-mama-cas.readthedocs.org`_.
        
        The source code can be found at `github.com/jbittel/django-mama-cas`_, and is
        the preferred location for contributions, suggestions or bug reports.
        
        .. _django-mama-cas.readthedocs.org: http://django-mama-cas.readthedocs.org/.
        .. _github.com/jbittel/django-mama-cas: https://github.com/jbittel/django-mama-cas
        
Keywords: django,cas,single sign-on,authentication,auth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: Software Development :: Libraries :: Python Modules
