Metadata-Version: 2.1
Name: precommit-hook
Version: 0.2.1
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
Description: <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>
        
Platform: any
Provides-Extra: dev
