From 8a8aa2758fffc193a0c63c8ce89b3f78d92df32e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Aug 2011 00:23:37 -0400 Subject: [PATCH] interesting ideas --- packages-client/README.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages-client/README.rst b/packages-client/README.rst index 540136d..6db1801 100644 --- a/packages-client/README.rst +++ b/packages-client/README.rst @@ -5,5 +5,20 @@ I am: - Stupidly simple to use - Not tied to a single server +- Treat servers like git remotes - Able to mirror projects from one source to another -- PyPi-compatible \ No newline at end of file +- PyPi-compatible +- SSH Authenticated + + +Potential Usage +--------------- + +Install 'requests' from PyPi :: + + $ packages install pypi/requests + +Mirror PyPi 'requests' package to personal server :: + + $ packages mirror pypi/requests packages.kreitz.co +