CPAN functionality for python

Steve Holden sholden at holdenweb.com
Sun Feb 11 12:29:43 EST 2001


<ssthapa at cs.uchicago.edu> wrote in message
news:slrn98c5fc.2ah.ssthapa at ntcs-ip45.uchicago.edu...
>   I've created a sort of proof of concept that implements something
> similar to perl's CPAN.  Right now, it allows basic user interaction
> and should be able to download and install modules.

Sounds like what catalog-sig should have been doing.

>   At this point, I want to know whether I should continue on this. Also
> and possibly more importantly, I would like to know if there is any place
> to discuss formats for holding information about packages and other
similar
> information.  I have some ideas floating around but would like to get
other
> opinons and it seems like the Catalog-SIG is inactive.  If there is enough
> positive feedback, I'll open up a project on Sourceforge and put my
> code up there.  Any comments, suggestions, or help on where to go from
here
> would also be appreciated.
>
>
I think the most important thing is maintaining dependencies, which becomes
trickier the more you change things. Assuming nobody ever breaks with
backward compaitibility, then at least a module should be able to specifiy
the minimum facility-level it requires in other modules. But then I don't
want to change Python into Perl!

Just my 2c-worth.

Steve




More information about the Python-list mailing list