mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 15:27:01 +00:00
Merge pull request #29 from ivankravets/master
Added "Build Tools" section
This commit is contained in:
commit
54f0f89c8f
12
README.md
12
README.md
|
@ -38,6 +38,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
- [Forms](#forms)
|
||||
- [Anti-spam](#anti-spam)
|
||||
- [Tagging](#tagging)
|
||||
- [Build Tools](#build-tools)
|
||||
- [Admin Panels](#admin-panels)
|
||||
- [Processes and Threads](#processes-and-threads)
|
||||
- [Networking](#networking)
|
||||
|
@ -78,7 +79,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [pip](https://pip.pypa.io/en/latest/) / [Python Package Index](https://pypi.python.org/pypi) - The package and dependency manager.
|
||||
* [wheel](http://pythonwheels.com/) - The new standard of python distribution and are intended to replace eggs.
|
||||
* [buildout](http://www.buildout.org/) - Python-based build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based.
|
||||
|
||||
## Files
|
||||
|
||||
|
@ -429,6 +429,14 @@ 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.*
|
||||
|
@ -683,4 +691,4 @@ Where to discover new Python libraries.
|
|||
|
||||
# Contributing
|
||||
|
||||
Your contributions are always welcome!
|
||||
Your contributions are always welcome!
|
Loading…
Reference in New Issue
Block a user