"in house" pypi?

Martin v. Loewis martin at v.loewis.de
Thu Mar 24 02:02:35 EDT 2011


Am 24.03.2011 04:19, schrieb Miki Tebeka:
> Greetings,
> 
> My company want to distribute Python packages internally. We would like something like an internal PyPi where people can upload and easy_install from packages.
> 
> Is there such a ready made solution?
> I'd like something as simple as possible, without my install headache.

The easiest solution is to use a plain file system. Make a directory per
project, and put all distributions of the project into the directory.
Then have Apache serve the parent directory, with DirectoryIndex turned
on.

Regards,
Martin



More information about the Python-list mailing list