Added "Build Tools" section

Proposed tools: SCons and PlatformIO
This commit is contained in:
Ivan Kravets 2014-07-01 21:59:06 +03:00
parent 960ffad2c8
commit e93c08b1f9

View File

@ -39,6 +39,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Tagging](#tagging)
- [Processes and Threads](#processes-and-threads)
- [Networking](#networking)
- [Build Tools](#build-tools)
- [Admin Panels](#admin-panels)
- [DevOps Tools](#devops-tools)
- [GUI](#gui)
@ -427,6 +428,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python.
* [pyzmq](http://zeromq.github.io/pyzmq/) - A python wrapper for the 0MQ message library.
## Build Tools
*Compile software from source code.*
* [SCons](http://www.scons.org/) - The software construction tool.
* [PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms.
## Admin Panels
*Libraries for administrative interfaces.*