From e4c28b6abc79a9c9bd015e21723b0e848cf271aa Mon Sep 17 00:00:00 2001 From: jhermann Date: Thu, 21 Aug 2014 12:02:58 +0200 Subject: [PATCH] added warehouse --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad3e6987..c9b8d3f5 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *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.