1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Merge pull request #421 from locolupo/master

adding PyBuilder a continuous build tool written in pure Python
This commit is contained in:
Vinta 2015-07-18 23:44:57 +08:00
commit cb41fcbfd2

View file

@ -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. * [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. * [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. * [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 ## Interactive Interpreter