hgallpaths is a Mercurial extension to allow pushing and pulling from all paths specified in the configuration.InstallationAdd hgallpaths extension to your ~/.hgrc:[extensions]hgallpaths = /path/to/hgallpaths.pyThe list of all paths is available from the...

datastore

datastore 0.3.6

datastore is a simple, unified API for multiple data stores.datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores...

testkit

testkit 0.1.7

testkit is a simple collection of test tools that have been developed out of need for some projects. However, some of these tools needed to be duplicated so I decided to consolidate them in this library.DevelopingInstall virtstrap via pip. Please install...

gett-cli

gett-cli 0.2.2

gett-cli is a basic command-line interface to the ge.tt file sharing website. You can use it to upload files, list and create shares, and also delete those.One of the advantages of ge.tt over other sharing websites is that you don't need to wait for...

hg-git

hg-git 0.3.3

hg-git is a Mercurial extension that lets you communicate (push and pull) with a Git server. This way you can use Git hosting for your project or collaborate with a project that is in Git. A bridger of worlds, this plugin...

infrae.i18nextract is a buildout recipe which create a script to extract i18n strings from multiple packages into a .pot. A script to merge or compile all available translations is also available.The script support extraction from Python Script, Zope...

pytrace

pytrace 0.2.1

pytrace is a fast Python tracer that records function calls, arguments and return values.traces aid debugging, profiling and obviate logging.pytrace has been tested on python 2.7 and python 3.2. (should support 2.6 and up)pytrace has been tested on os x...

doppler

doppler 0.3

doppler is a simple Python tool for managing changes to your database.- doppler is ORM-agnostic- uses raw-SQL scripts as migrations- DBA's can write the scripts, no python knowledge required- gives you complete control over your schemaInstallationInstall...