1 Apr 2009 01:38
Re: [Cython] Package names
On Mar 31, 2009, at 1:48 PM, Lisandro Dalcin wrote: > On Tue, Mar 31, 2009 at 3:17 PM, Stefan Behnel > <stefan_ml@...> wrote: >> >> Lisandro Dalcin wrote: >>>> 2) Should all the package names be converted to lowercase? >>> >>> Perhaps we should follow PEP 8 ? >> >> Sure. When we break stuff, make sure we only have to do it once. >> That also >> includes asking on python-dev what a suitable target package would >> be for >> the stdlib. +1 >>>> 3) Should one perhaps distribute Cython under two seperate package >>>> names, so that a standalone version can coexist with the one in >>>> stdlib? >>>> This would facilitate easy installation and usage of non-stdlib >>>> Cython >>>> releases. Can't come up with any good names though. >>> >>> 1) cython >>> 2) cython.core >>> 3) cython.pyximport >> >> Yes, one package for everything. So, what you mean is: rename the(Continue reading)
RSS Feed