Metadata-Version: 1.0
Name: github2
Version: 0.4.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: ================================================================================
        github2 - Github API v2 library for Python.
        ================================================================================
        
        :Authors:
            Ask Solem (askh@opera.com)
        :Version: 0.4.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.
        If you prefer you can also read the `documentation online`_.
        
        .. _Github API: http://develop.github.com/
        .. _documentation online: http://packages.python.org/github2
        
        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
        
        User-visible changes
        ====================
        
        .. contents::
        
        0.4.0 - 2011-05-23
        ------------------
        
        * Python 3 compatibility
        * The ``github_manage_collaborators`` script will be installed using
          ``entry_points``, which means there is now a run-time dependency on
          distribute_
        * Support for managing `teams and organisations`_
        * HTTP proxy support
        
        .. _teams and organisations: http://develop.github.com/p/orgs.html
        .. _distribute: http://pypi.python.org/pypi/distribute
        
        0.3.0 - 2011-04-13
        ------------------
        
        * Caching support, see the ``cache`` keyword of ``github.client.Github``
        * OAuth2_ authentication support
        * Additional ``issues`` support:
        
          + Searching issues with ``issues.search``
          + List issues by label with ``issues.list_by_label``
          + List all project labels with ``issues.list_labels``
          + Edit an existing issue with ``issues.edit``
          + Reopen closed issues with ``issues.reopen``
        
        * Additional ``repos`` support
        
          + List non-owned projects that you have push rights to with ``repos.pushable``
        
        * Requires httplib2_
        
        .. _OAuth2: http://develop.github.com/p/oauth.html
        .. _httplib2: http://code.google.com/p/httplib2/
        
Keywords: git github api
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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
