Metadata-Version: 2.0
Name: hooks
Version: 0.1.1
Summary: Convenient git hooks
Home-page: https://github.com/kevinjqiu/githooks
Author: Kevin Jing Qiu
Author-email: kevin@idempotent.ca
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: docopt (>=0.6)

githooks
========

Collection of git hooks to make git workflow more convenient.

Install
=======

    pip install hooks


In a git repository:

    hooks install


