From 43bb6c9416b83adf1e37005183e706c84193bb97 Mon Sep 17 00:00:00 2001 From: Vinta Date: Fri, 4 Jul 2014 00:21:14 +0800 Subject: [PATCH] rearrange --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1459dc9..3150119 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Environment Management](#environment-management) - [Package Management](#package-management) - [Distribution](#distribution) + - [Build Tools](#build-tools) - [Files](#files) - [Date and Time](#date-and-time) - [Text Processing](#text-processing) @@ -41,7 +42,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Data Validation](#data-validation) - [Anti-spam](#anti-spam) - [Tagging](#tagging) - - [Build Tools](#build-tools) - [Admin Panels](#admin-panels) - [Processes and Threads](#processes-and-threads) - [Networking](#networking) @@ -96,6 +96,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X) * [PyInstaller ](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX) +## Build Tools + +*Compile software from source code.* + +* [buildout](http://www.buildout.org/) - A build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based. +* [SCons](http://www.scons.org/) - A software construction tool. +* [PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms. + ## Files *Libraries for file manipulation and MIME type detection.* @@ -479,14 +487,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-taggit](https://github.com/alex/django-taggit) - Simple tagging for Django. -## Build Tools - -*Compile software from source code.* - -* [buildout](http://www.buildout.org/) - A build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based. -* [SCons](http://www.scons.org/) - A 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.*