Say you\'re on a team that\'s maintaining a lot of internal python libraries(eggs), and for whatever reason uploading them to pypi is not an option. How could you host the l
ClueReleaseManager is an implementation of the PyPi server backend as
provided by http://pypi.python.org. It uses SQLAlchemy (on top of
sqlite by default) to store all project metadata and the filesystem
for storing project files.