Metadata-Version: 1.1
Name: cas-client
Version: 0.1.0
Summary: A Python CAS client
Home-page: https://github.com/discogs/python-cas-client
Author: Josiah Wolf Oberholtzer
Author-email: joberholtzer@discogsinc.com
License: MIT
Description: python-cas-client
        =================
        
        A python CAS client
        
        Installation
        ------------
        
        Supports Python 2.7 and 3.4.
        
        ::
        
            $ git clone git@github.com:discogs/python-cas-client.git
            $ cd python-cas-client
            python-cas-client$ pip install .
            ...
        
        Testing
        -------
        
        ::
        
            python-cas-client$ tox
        
Keywords: auth,authentication,cas,cas2,cas3,client,single sign-on,sso
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
