Metadata-Version: 1.1
Name: gh2
Version: 0.0.0
Summary: Tool to convert GitHub issues to a format
Home-page: https://rackspace.com
Author: Ian Cordasco
Author-email: ian.cordasco@rackspace.com
License: Apache 2.0
Description: ===
        gh2
        ===
        
        An extensible (soon) tool take GitHub issues and convert it to any output
        format.
        
        .. warning::
        
            This is still a very young project.
        
        
        Installation
        ============
        
        At the moment, gh2 is not available on PyPI but it can be installed from
        GitHub like so:
        
        .. code-block:: shell
        
            pip install git+https://github.com/rcbops/gh2.git
        
        Usage
        =====
        
        In order to avoid ratelimits, gh2 requires that you provide a Personal Access
        Token from GitHub. Once you've done that you can export this in your
        environment like so:
        
        .. code-block:: shell
        
           export GITHUB_TOKEN=<personal access token from github>
        
        With that variable defined in your environment, you can then do the following
        
        .. code-block:: shell
        
           gh2csv --date-format '%Y-%m-%d' --output-file gh2results.csv rcbops/gh2
        
        .. code-block:: shell
        
           gh2csv --date-format '%Y-%m-%dT%H:%M:%SZ' --output-file requests.csv kennethreitz/requests
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
