From 5228fe6979cab9313f14ddbe25a893a7b2d640a4 Mon Sep 17 00:00:00 2001 From: locolupo Date: Wed, 15 Jul 2015 14:29:41 +0200 Subject: [PATCH] adding PyBuilder a continuous build tool written in pure Python which mainly targets Python applications. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c06a1a0..9343ca1 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms. * [BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool with the special focus of distributions and packages for embedded Linux. * [fabricate](https://code.google.com/p/fabricate/) - A build tool that finds dependencies automatically for any language. +* [PyBuilder](https://github.com/pybuilder/pybuilder) - A continuous build tool written in pure Python which mainly targets Python applications. ## Interactive Interpreter