From 2ececd570a56ca8a9172723f5335ee6ab2ea1f13 Mon Sep 17 00:00:00 2001 From: jhermann Date: Wed, 20 Aug 2014 17:48:55 +0200 Subject: [PATCH] Added "Package Repositories" section, and making a start with "devpi" --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2f0c5b0a..a342149f 100644 --- a/README.md +++ b/README.md @@ -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.*