You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,7 +42,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
41
42
-[Data Validation](#data-validation)
42
43
-[Anti-spam](#anti-spam)
43
44
-[Tagging](#tagging)
44
-
-[Build Tools](#build-tools)
45
45
-[Admin Panels](#admin-panels)
46
46
-[Processes and Threads](#processes-and-threads)
47
47
-[Networking](#networking)
@@ -96,6 +96,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
96
96
*[py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X)
97
97
*[PyInstaller ](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX)
98
98
99
+
## Build Tools
100
+
101
+
*Compile software from source code.*
102
+
103
+
*[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.
104
+
*[SCons](http://www.scons.org/) - A software construction tool.
105
+
*[PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms.
106
+
99
107
## Files
100
108
101
109
*Libraries for file manipulation and MIME type detection.*
@@ -479,14 +487,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
479
487
480
488
*[django-taggit](https://github.com/alex/django-taggit) - Simple tagging for Django.
481
489
482
-
## Build Tools
483
-
484
-
*Compile software from source code.*
485
-
486
-
*[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.
487
-
*[SCons](http://www.scons.org/) - A software construction tool.
488
-
*[PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms.
0 commit comments