Synkie

Synkie 0.2.4

Synkie is a Python tool that watches a part of a git repository, committing and pushing changes as they occur. It provides optional desktop notification in case of errors. It does not cope with merge errors, these have to be manually...

Mr-Repo

Mr-Repo 0.2.10

Mr. Repo is a repo management script written in Python. It's very simple. Basically, it turns whatever directory Mr. Repo is initialized into a configurable repository of Git repositories. It creates two files to keep track of its state.- A YAML file...

raw-import

raw-import 0.1.1

raw-import is a fork of ghp-import to be more generic on branch name under Git repository.It's possible to generate documentation wit Sphinx, and publish the result of make html under the specify branch.Big Fat WarningThis will DESTROY your dedicate...

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

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