mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 12:31:07 +00:00
Merge commit 'e4c28b6abc79a9c9bd015e21723b0e848cf271aa'
This commit is contained in:
commit
b9dc633642
11
README.md
11
README.md
|
@ -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.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user