From e93c08b1f9611df50ea7302b57c566157701df17 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 1 Jul 2014 21:59:06 +0300 Subject: [PATCH] Added "Build Tools" section Proposed tools: SCons and PlatformIO --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4b14450..c017ed2 100644 --- a/README.md +++ b/README.md @@ -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.*