unpushed

unpushed 1.1.0

unpushed is fork of the "uncommitted" project originally created by Brandon Rhodes (http://bitbucket.org/brandon/uncommitted)."unpushed" adds some features: * support for checking branches for unpushed commits * on-screen notificationPreface from original...

grt

grt 0.1

grt is a tool that aims to provide one stop command-line git repository and Gerrit Code Review management.Historygrt was prototyped during the Summer 2011 hack-@-thon at Return Path with the intion of helping simplify the workflow changes for developers...

pyPEG

pyPEG 2.4.1

Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates.But sometimes you may want to have your own parser. This...

cynic

cynic 1.0

These days almost any application has several integration points like database, gateway, payment, or some Web service that it consumes over HTTP.All communication with the remote systems happens over the network and both networks and those systems often...

git-recipe

git-recipe 0.2.2

git-recipe is a simple buildout recipe for downloading git repositories that uses system git command and its syntax.UsageRecipe clones git repository and checkouts to revision, if it is providedin configuration. You can use recipe like this:...

SlimIt

SlimIt 0.8.1

SlimIt is a JavaScript minifier written in Python. The project compiles JavaScript into more compact code so that it downloads and runs faster.Using lexer in your project>>> from slimit.lexer import Lexer>>> lexer = Lexer()>>> lexer.input('a = 1;')>>> for...

git-link

git-link 0.2.0

git-link is a git sub-command for getting a repo-browser link to a git object. The motivation behind git-link is that it is often faster to navigate to a git object or path on the command line than it is to click your way to it through a web...

gitchangelog

gitchangelog 2.0.0

gitchangelog is a tool that can translate commit message history to a changelog.SampleThe output is currently fixed to ReSTructured text, but it should be readable is ASCII.Here is a small sample of the git-changelog changelog at work.Current git log...