Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install githooks

How to install githooks

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install githooks
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.5 Available View build log
0.4dev Available View build log
0.3dev Available View build log
Windows (64-bit)
0.5 Available View build log
0.4dev Available View build log
0.3dev Available View build log
Mac OS X (10.5+)
0.5 Available View build log
0.4dev Available View build log
0.3dev Available View build log
Linux (32-bit)
0.5 Available View build log
0.4dev Available View build log
0.3dev Available View build log
Linux (64-bit)
0.5 Available View build log
0.4dev Available View build log
0.3dev Available View build log
 
License
GPL 3
Imports
Lastest release
version 0.5 on Dec 7th, 2011

githooks is a simple module that adds several python related useful hooks to use with Git hooks system.

It's still alpha software!

It uses the hghooks module as backend. It implements part of the Mercurial API for hooks, and calls hghooks for the heavy lifting. It supports what hghooks module supports, currently:

  • pep8 checking of python files
  • pyflakes checking of python files
  • Checking for forgotten pdb statements in python files
  • JSLint checking of JavaScript and HTML files
  • Trac integration. This includes:
    • Making sure at least a ticket is mentioned in the changeset message
    • Updating the Trac ticket with the changeset

PyPi package:

http://pypi.python.org/pypi/githooks

hghooks

hghooks is being developed by Lorenzo Gil Sanchez. It's released under a LGPLv3, and it's hosted on:

https://bitbucket.org/lgs/hghooks

Extra dependencies

It uses pyjslint, who requires nodejs. You can find more details on this in http://pypi.python.org/pypi/pyjslint/

Documentation

How to use

Soon :P

Configuration

Githooks has serveral options. It uses git config as configuration backend.

All githooks options has "githooks" as family, so a git configuration file looks like similar to this:

[user]
        name = John Doe
        email = johndoe@example.com
[githooks "pep8"]
        ignore = E501
[githooks "trac"]
        hook-active = False

How to read:

$ git config --global githooks.pep8.ignore
E501
$

How to set:

$ git config --global githooks.pep8.ignore E501

You can find more details about git configuration on the git help:

$ git config --help

In git configuration there are several contexts. Githooks uses two of them.

Global

Global context is user level. This configuration is common for all the repositories of the user.

  • pep8.ignore
    • pep8 error list to ignore
    • defaults to None
Local

Local context is repository level. This configuration only affects one repository.

  • trac.hook-active
    • activate trac integration hook
    • defaults to False
  • trac.repo-name
  • trac.changeset-style
  • trac.msg-template

Note

More and better documentation soon :P

Subscribe to package updates

Last updated Dec 7th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.