Metadata-Version: 2.1
Name: github3.py
Version: 1.3.0
Summary: Python wrapper for the GitHub API(http://developer.github.com/v3)
Home-page: https://github3.readthedocs.io
Author: Ian Stapleton Cordasco
Author-email: graffatcolmingov@gmail.com
License: 3-clause BSD
Description: .. image::
            https://raw.github.com/sigmavirus24/github3.py/master/docs/img/gh3-logo.png
        
        github3.py is a comprehensive, actively developed and extraordinarily stable 
        wrapper around the GitHub API (v3).
        
        See HISTORY.rst for any "breaking" changes.
        
        Installation
        ------------
        
        ::
        
            $ pip install github3.py
        
        Dependencies
        ------------
        
        - requests_
        - uritemplate_
        
        .. _requests: https://github.com/kennethreitz/requests
        .. _uritemplate: https://github.com/sigmavirus24/uritemplate
        
        Contributing
        ------------
        
        Please read the `CONTRIBUTING`_ document.
        
        .. _CONTRIBUTING: https://github.com/sigmavirus24/github3.py/blob/master/CONTRIBUTING.rst
        
        Testing
        ~~~~~~~
        
        You can run either ``pip install -r dev-requirements.txt`` to install the 
        following before testing or simply ``make test-deps``. It is suggested you do 
        this in a virtual environment. These need to be installed for the tests to run.
        
        - betamax_
        - coverage_ by Ned Batchelder
        - mock_ by Michael Foord
        
        .. _betamax: https://github.com/sigmavirus24/betamax
        .. _coverage: http://nedbatchelder.com/code/coverage/
        .. _mock: https://mock.readthedocs.io/en/latest/
        
        License
        -------
        
        Modified BSD license_
        
        .. _license: https://github.com/sigmavirus24/github3.py/blob/master/LICENSE
        
        Examples
        --------
        
        See the docs_ for more examples.
        
        .. _docs: https://github3.readthedocs.io/en/latest/index.html#more-examples
        
        Testing
        ~~~~~~~
        
        Install the dependencies from requirements.txt e.g.:
        
        ::
        
            make tests
        
        Author
        ------
        
        Ian Stapleton Cordasco (sigmavirus24)
        
        Contact Options
        ---------------
        
        - Feel free to use the `github3.py`_ tag on Stack Overflow for any questions 
          you may have
        - If you dislike Stack Overflow it is preferred that you send an email to 
          github3.py@librelist.com
        - You may also contact (via email) the author directly with 
          questions/suggestions/comments or if you wish to include sensitive data.
        
        .. _github3.py: http://stackoverflow.com/questions/tagged/github3.py
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: sni
Provides-Extra: test
