I would like to run my own internal pypi server, for egg distribution within my organization.
I have found a few projects, such as:
As I understand it, pypi.python.org uses software called Cheese Shop.
My questions:
- Why can't I use cheeseshop itself? (I can't find it, not sure it exists)
- How do other people solve this problem? (Currently we use blush svn to distribute eggs)
*edit: This seems canonical http://wiki.python.org/moin/PyPiImplementations. Still, I'm interested in feedback.