csvplait

csvplait 0.1

csvplait is a Python tool for manipulating CSV files either interactively or via script.UsageInteractive python csvplait.py # Read in the CSV > read myfile.csv # Pretty print the table > pp # Drop first 2 columns > drop 0...

lizpop

lizpop 0.4.0

lizpop is a scheme interpreter for Python.Installation Simply run python setup.py install. e.g.  tar zxvf lizpop-0.3.1.tar.gz  cd lizpop-0.3.1  sudo python setup.py installUsageTo run interactively: python -O -m lizpop.runTo...

jig

jig 0.1.8

jig is a command-line tool and framework for getting more from the Git pre-commit hook.What is the Git pre-commit hook? It's a small script that Git automatically runs right before you commit.InstallationThe Jig command line tool is written in Python, you...

gitcampy

gitcampy 0.0.16

gitcampy is a script that loads Basecamp todo lists into Git commit messages, and marks todos as complete and add time entries if they are kept in the commit message.InstallWarning! Gitcampy overwrites commit-msg and prepare-commit-msg hooks when you run...

Pyjamas-Gitweb is a pure Python git repository browser, comprising an independent JSONRPC back-end service written in 130 lines that can be used by any JSONRPC client (a python command-line example is included), and a front-end python (pyjamas)...

hg-github

hg-github 0.1.4

hg-github is a Mercurial plugin that wraps hg-git, and supports a work-flow where repositories are hosted on Bitbucket and mirrored on GitHub. This work-flow normally requires adding Git paths to each repository's config file, and creating Mercurial...