I would like to run my own internal pypi server, for egg distribution within my organization.
I have found a few projects, such as:
I ran into the same problem, and ClueReleaseManager solved the problem of hosting an internal PyPI server/custom Python repository for me.
That answers question two, and I guess you already have the answer to question one.