I look for private Python Index server on my local network... Whatdo you use ?

J

Jeff McNeil

Hi,

I wonder what Python Index server (like as pypi.python.org) do you use in
your corporation for handle your private python eggs ?

I found three solutions :

*http://pypi.python.org/pypi/basketweaver/0.1.2-r6
*http://pypi.python.org/pypi/pypi/2005-08-01
*http://pypi.python.org/pypi/EggBasket/0.6.1b

Do you know another software ? What do you use ?

Thanks for your help,
Stephane

I've always just created a directory structure laid out by egg name
and enabled directory indexing. I've never really had a need for
anything more complex and this has always worked well for me.

For example:

[root@buildslave01 eggs]# pwd
/var/www/html/eggs
[root@buildslave01 eggs]#

[root@buildslave01 eggs]# ls
Beaker hostapi.logmgmt Paste SQLAlchemy
zope.component
[root@buildslave01 eggs]#

[root@buildslave01 eggs]# ls Beaker/
Beaker-1.1.2-py2.4.egg Beaker-1.2.1-py2.4.egg
[root@buildslave01 eggs]#

On this particular system, buildbot drops successfully built eggs into
the correct location automatically for testing purposes.

HTH,

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top