Merge commit 'e4c28b6abc79a9c9bd015e21723b0e848cf271aa'

This commit is contained in:
Vinta 2014-08-23 18:29:48 +08:00
commit b9dc633642

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,16 @@ 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.*
* [Python Wiki PyPiImplementations](https://wiki.python.org/moin/PyPiImplementations) - A (somewhat dated) wiki list of PyPI compatible implementations.
* [warehouse](https://github.com/pypa/warehouse#warehouse) - Next generation Python Package Repository, designated replacemnet for the current official PyPI service.
* [devpi](http://doc.devpi.net/latest/) - PyPI server and packaging/testing/release tool.
* [localshop](https://github.com/mvantellingen/localshop) - PyPI server which mirrors official packages on-demand, and also supports local (private) package uploads.
* [Defend Against Fruit](http://teamfruit.github.io/defend_against_fruit/) - Pragmatic, continuous deployment-style build system for Python, with very detailed conceptual documentation.
## Distribution ## Distribution
*Libraries to create packaged executables for release distribution.* *Libraries to create packaged executables for release distribution.*