checkoutmanager makes bzr/hg/git/svn checkouts in several places according to a config file.Developer commentsThe advantage: you've got one command with which you can update all your checkouts. And with which you can ask for a list of uncommitted changes....

fastimport

fastimport 0.9.2

fastimport is the Python parser that was originally developed for bzr-fastimport, but extracted so it can be used by other projects.It is currently used by bzr-fastimport and dulwich. hg-fastimport and git-remote-hg use a slightly modified version of...

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...

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)...

SmartCVS

SmartCVS 7.1.6

SmartCVS is an innovative multi-platform CVS client. SmartCVS project has very powerful features, like built-in File Compare and Merge, Show Transactions or List Repository Files, and still is easy and intuitive to use.SmartCVS focusses on your day-to-day...

githubhooks is a simple Python module designed to list and test Github hooks that were previously activated.Installationpip install githubhooksUsageSetup oauth token as env var(github-hooks)jon@lenovo ~/Code/github-hooks $ source GITHUB_TOKENListing...

hgdistver

hgdistver 0.17

hgdistver is a Python module, a simple drop-in to support setup.py in mercurial based projects.Its supposed to generate version numbers from mercurials metadata.it uses 4 stategies to archive its taks: 1. try to directly ask hg for the...

gitrecipe

gitrecipe 0.0.2

gitrecipe uses system git command and its syntax.Usage:Recipe clones git repository and checkouts to revision, if it is provided in configuration. You can use recipe like this:[buildout]parts = data[data]recipe = gitreciperepository =...