mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
added buildout
This commit is contained in:
parent
0478e7dbb7
commit
df57eff6a9
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
|
|||
|
||||
* [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. It lets you create a buildout configuration and reproduce the same software later.
|
||||
|
||||
## Files
|
||||
|
||||
|
|
Loading…
Reference in a new issue