Metadata-Version: 2.0
Name: sqre-gtf
Version: 0.1.18
Summary: GitHub Protection, TravisCI and Flake8 tools for LSST DM.
Home-page: https://github.com/lsst-sqre/gtf
Author: J. Matt Peterson
Author-email: jmatt@jmatt.org
License: MIT
Keywords: lsst
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: GitPython (==1.0.1)
Requires-Dist: MapGitConfig (==1.1)
Requires-Dist: sqre-codekit (==2.1.0)
Requires-Dist: sqre-github3.py (==1.0.0a4)
Requires-Dist: sqre-pytravisci (==0.0.3)

# sqre-gtf

[![Build Status](https://travis-ci.org/lsst-sqre/sqre-gtf.svg?branch=master)](https://travis-ci.org/lsst-sqre/sqre-gtf)

Github TravisCI and Flake8 and update automation for LSST DM SQuaRE.

## Installation

sqre-gtf runs on Python 2.7, 3.5 and 3.6. You can install it with

```
pip install sqre-gtf
```

This will also install dependencies: `sqre-github3`, `sqre-codekit`, `progress` and `gitpython`.


