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:
parent
9fe51a1d38
commit
2ececd570a
1 changed files with 7 additions and 0 deletions
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue