8000 rearrange · learningendless/awesome-python@43bb6c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43bb6c9

Browse files
committed
rearrange
1 parent 83aea88 commit 43bb6c9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
66
- [Environment Management](#environment-management)
77
- [Package Management](#package-management)
88
- [Distribution](#distribution)
9+
- [Build Tools](#build-tools)
910
- [Files](#files)
1011
- [Date and Time](#date-and-time)
1112
- [Text Processing](#text-processing)
@@ -41,7 +42,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
4142
- [Data Validation](#data-validation)
4243
- [Anti-spam](#anti-spam)
4344
- [Tagging](#tagging)
44-
- [Build Tools](#build-tools)
4545
- [Admin Panels](#admin-panels)
4646
- [Processes and Threads](#processes-and-threads)
4747
- [Networking](#networking)
@@ -96,6 +96,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
9696
* [py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X)
9797
* [PyInstaller ](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX)
9898

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+
99107
## Files
100108

101109
*Libraries for file manipulation and MIME type detection.*
@@ -479,14 +487,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
479487

480488
* [django-taggit](https://github.com/alex/django-taggit) - Simple tagging for Django.
481489

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.
489-
490490
## Admin Panels
491491

492492
*Libraries for administrative interfaces.*

0 commit comments

Comments
 (0)
0