New kids on the block: haufe.eggserver and haufe.releaser
Tools for building up a local (and private) egg repository
One of my customer is currently switching to zc.buildout and egg-based deployment in the mid-term. Since a lot of code is not intended for the public there was a need for a local egg repository. So far we have been using a filesystem containing the eggs that was made accessible through Apache. This worked fine with buildout and easy_install. However this solution lacked a nice web interface and the possibility for uploading eggs directly from setuptools into our own repository. This is where haufe.eggserver and haufe.releaser comes in.
