Metadata-Version: 2.1
Name: gflows
Version: 1.0.0a5
Summary: GitHub workflow automation
Home-page: UNKNOWN
Author: tmbo
Author-email: tombocklisch@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/tmbo/gflows/issues
Project-URL: Source, https://github.com/tmbo/gflows
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: flask (~=1.0)
Requires-Dist: PyGithub (~=1.43)

# gflows

A toolkit to optimize and automate workflows on github. The toolkit
allows you to listen to github webhooks and react to them. 

Available automation's:
- move issues between project panes on branch push or merge 
- share labels between repositories

## Installation

```
pip install gflows
```

______


