From 33de12ea61b70f1520d786b6e5e5fc03087ccda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=A5=C3=A5rd?= Date: Mon, 5 Jan 2015 15:04:55 +0000 Subject: [PATCH] Added hgapi and gitapi --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70280ed..f924ca4 100644 --- a/README.md +++ b/README.md @@ -972,7 +972,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [honcho](https://github.com/nickstenning/honcho) - A Python port of [Foreman](https://github.com/ddollar/foreman), a tool for managing Procfile-based applications. * [gunnery](https://github.com/gunnery/gunnery) - Multipurpose task execution tool for distributed systems with web-based interface. * [fig](http://www.fig.sh/) - Fast, isolated development environments using [Docker](https://www.docker.com/). - +* [hgapi](http://bitbucket.org/haard/hgapi) - Pure-Python API for Mercurial. +* [gitapi](http://bitbucket.org/haard/gitapi) - Pure-Python API for git. + ## Job Scheduler *Libraries for scheduling jobs.*