Metadata-Version: 2.1
Name: gitshoes
Version: 1.2.0
Summary: Generates a CSV report on all open issues in a GitHub repository.
Home-page: https://github.com/qapn/gitshoes
Author: Andrew Passarello
Author-email: apassarello@gmail.com
License: UNKNOWN
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
Requires-Dist: PyGithub (>=1.43)
Requires-Dist: click (>=7.0)
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

# Gitshoes

Generates a CSV report on all open issues in a GitHub repository. Gitshoes is written in Python 3 and uses [Click](https://github.com/pallets/click) to build a command line interface, and [PyGitHub](https://github.com/PyGithub/PyGithub) to interact with the GitHub API.

## Install

```
pip install gitshoes
```

## Usage

```
gitshoes -u <USERNAME> -r <REPOSITORY> -t <TOKEN>
```


