mirror of
https://github.com/kennethreitz-archive/packages.git
synced 2026-06-05 23:40:17 +00:00
25 lines
436 B
ReStructuredText
25 lines
436 B
ReStructuredText
Packages Client
|
|
================
|
|
|
|
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
|
|
- 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
|
|
|