Metadata-Version: 2.1
Name: precommit-hook
Version: 0.1.7
Summary: Auto check quality of python code before shipping
Home-page: https://github.com/collin5/precommit-hook
Author: Collins Abitekaniza
Author-email: abtcolns@gmail.com
License: MIT
Platform: any
Provides-Extra: dev
Requires-Dist: flake8 (==3.5.0)
Provides-Extra: dev
Requires-Dist: certifi (==2018.4.16); extra == 'dev'
Requires-Dist: chardet (==3.0.4); extra == 'dev'
Requires-Dist: coverage (==4.5.1); extra == 'dev'
Requires-Dist: coveralls (==1.3.0); extra == 'dev'
Requires-Dist: docopt (==0.6.2); extra == 'dev'
Requires-Dist: idna (==2.7); extra == 'dev'
Requires-Dist: nose (==1.3.7); extra == 'dev'
Requires-Dist: requests (==2.19.1); extra == 'dev'
Requires-Dist: urllib3 (==1.22); extra == 'dev'

<a href="https://asciinema.org/a/135255" target="_blank"><img src="https://asciinema.org/a/135255.png" height="400" /></a>
# precommit-hook
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/095d63a592e74b239b28b5e19e689709)](https://www.codacy.com/app/abtcolns/precommit-hook?utm_source=github.com&utm_medium=referral&utm_content=collin5/precommit-hook&utm_campaign=badger)
[![Build Status](https://travis-ci.org/collin5/precommit-hook.svg?branch=master)](https://travis-ci.org/collin5/precommit-hook)
[![Coverage Status](https://coveralls.io/repos/github/collin5/precommit-hook/badge.svg?branch=master)](https://coveralls.io/github/collin5/precommit-hook?branch=master)
[![PyPI version](https://badge.fury.io/py/precommit-hook.svg)](https://badge.fury.io/py/precommit-hook)

Auto check the quality of your python code before you ship it 

## Getting started
These instructions will show you how to install and use the application

### Installation
 ```
 pip install precommit-hook
 ```
### Usage 
In your project folder, just do 
```
precommit.hook
```
Your code will now be automatically checked on every commit.

## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This project is licensed under MIT license. see the ![LICENSE](LICENSE) file for details

## Authors
See list of <a href="https://github.com/collin5/precommit-hook/graphs/contributors">contributors</a> who participated in this project.

## Credits
<ul>
 <li><a href="https://github.com/collin5">Collins Abitekaniza </a></li>
 <li><a href="https://github.com/andela-engmkwalusimbi">Walusimbi Mahad </a></li>
</ul>


