Kenneth Reitz c08c9cf39f clarity
2011-08-03 01:24:53 -04:00
2011-08-03 01:02:06 -04:00
2011-08-03 01:17:09 -04:00
2011-08-03 01:24:53 -04:00

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>`_


Goals
-----

I've spent 3 hours today trying to deal with some deep dependency of
someone's broken package. This should take seconds.

- Mirror (or fork) any project in mere seconds
- PyPi + Pip compatibility
- Dependencies managed by installer (packages client), not distutils.


Users
------

- Everyone. PyPi Alternative
- Companies. Shouldn't rely on third parties.
- Open source projects. Shouldn't rely on third parties.
S
Description
No description provided
Readme 34 KiB
Languages
Text 100%