Metadata-Version: 1.0
Name: github2
Version: 0.3.1
Summary: Github API v2 library for Python
Home-page: http://github.com/ask/python-github2
Author: Ask Solem
Author-email: askh@opera.com
License: BSD
Description: ================================================================================
        python-github2 - Github API v2 library for Python.
        ================================================================================
        
        :Authors:
            Ask Solem (askh@opera.com)
        :Version: 0.3.1
        
        This is an experimental python library implementing all of the features
        available in version 2 of the `Github API`_.
        
        *Note* This software is not finished. And is likely to change in the near
        future.
        
        See the ``doc/`` directory for installation instructions and usage information.
        
        .. _Github API: http://develop.github.com/
        
        License
        =======
        
        This software is licensed under the ``New BSD License``. See the ``LICENSE``
        file in the top distribution directory for the full license text.
        
        .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
