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
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Awesome Python](#awesome-python)
- [Environment Management](#environment-management)
- [Package Management](#package-management)
- [Package Repositories](#package-repositories)
- [Distribution](#distribution)
- [Build Tools](#build-tools)
- [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.
* [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
*Libraries to create packaged executables for release distribution.*