Packages
========
This is just a scratchboard for a possible distributed packaging system
for Python.
Package servers can be treated like Git remotes. Pull a package from one,
push it to another.
Components
----------
- `Server <https://github.com/kennethreitz/packages/tree/master/packages-server>`_
- `Client <https://github.com/kennethreitz/packages/tree/master/packages-client>`_
Ummm.. Why?
-----------
I've spent 3 hours today trying to deal with some deep dependency of
someone's broken package. I want this to take seconds.
I want:
- Simple nested requirements overrides
- Simple-as-humanely possible private mirroring
- backwards compatibility w/ pip/easy_install, or something.