Metadata-Version: 2.1
Name: hooks4git
Version: 0.1.11
Summary: Extensible Hook System for GIT
Home-page: https://github.com/lovato/hooks4git
Author: Marco Lovato
Author-email: maglovato@gmail.com
License: MIT
Download-URL: https://github.com/lovato/hooks4git/tarball/0.1.11
Description: # hooks4git
        Based on https://github.com/collin5/precommit-hook
        
        [![Build Status](https://travis-ci.org/lovato/hooks4git.svg?branch=master)](https://travis-ci.org/lovato/hooks4git)
        [![Coverage Status](https://coveralls.io/repos/github/lovato/hooks4git/badge.svg?branch=master)](https://coveralls.io/github/lovato/hooks4git?branch=master)
        [![PyPI version](https://badge.fury.io/py/hooks4git.svg)](https://badge.fury.io/py/hooks4git)
        
        Auto checks the quality of your python code before you ship it.
        
        ## Getting started
        These instructions will show you how to install and use the application
        
        ### Availability
        Production module is available from https://pypi.python.org/pypi/hooks4git/, and development branch is also published by Travis-CI to https://testpypi.python.org/pypi/hooks4git/. Both are provided as EGG packages, since there is a Post Install section which creates the hook files on your local directory. Wheel packaging is not intented to do that.
        
        Both can be downloaded and installed via the pip command.
        
        ### Installation
         ```
         pip install hooks4git
         ```
        
        ### Usage
        After you install the package, your repo is automatically hooked for commits.
        
        ## 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 <a href="./LICENSE">LICENSE</a> file for details
        
        ## Authors
        See list of <a href="https://github.com/lovato/hooks4git/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
Description-Content-Type: text/markdown
Provides-Extra: dev
