Metadata-Version: 1.1
Name: Crowd
Version: 0.3dev
Summary: A python client to the Atlassian Crowd REST API
Home-page: https://github.com/aelse/python-crowd
Author: Alexander Else
Author-email: aelse@else.id.au
License: GPL v3
Description: python-crowd
        ============
        
        python-crowd is a python client library to the Atlassian Crowd REST API.
        
        This library may be useful to you if you wish to create an application
        that authenticates users against Crowd or integrate with Crowd's SSO.
        
        This project has no official status within Atlassian and is provided as
        a service to the programming community. I hope that you find it useful.
        
        Documentation
        =============
        
        Docs are built automatically by sphinx. You can build them yourself
        in the doc directory or access them at
        <http://aelse.github.com/python-crowd/>.
        
        Examples
        ========
        
        Some example invocations are provided in the examples directory, and
        are included in the built documentation.
        
        The unit tests may also be instructive.
        
        License
        =======
        
        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/>.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
