1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Added "Package Repositories" section, and making a start with "devpi"

This commit is contained in:
jhermann 2014-08-20 17:48:55 +02:00
parent 9fe51a1d38
commit 2ececd570a

View file

@ -5,6 +5,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Awesome Python](#awesome-python) - [Awesome Python](#awesome-python)
- [Environment Management](#environment-management) - [Environment Management](#environment-management)
- [Package Management](#package-management) - [Package Management](#package-management)
- [Package Repositories](#package-repositories)
- [Distribution](#distribution) - [Distribution](#distribution)
- [Build Tools](#build-tools) - [Build Tools](#build-tools)
- [Interactive Interpreter](#interactive-interpreter) - [Interactive Interpreter](#interactive-interpreter)
@ -107,6 +108,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages. * [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages.
* [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs. * [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs.
## Package Repositories
*Local PyPI repositories and proxies.*
* [devpi](http://doc.devpi.net/latest/) - PyPI server and packaging/testing/release tool
## Distribution ## Distribution
*Libraries to create packaged executables for release distribution.* *Libraries to create packaged executables for release distribution.*