Re: Does python have built command for package skeleton creation?

2012-09-24 Thread Daniel Nogues
September 2012 06:00:01 IST To: python-list@python.org Subject: Re: Does python have built command for package skeleton creation? On Sep 24, 2:29 pm, Terry Reedy wrote: Batteries are batteries, not flashlights, phone, radios, toys, clickers, etc. I decided not to mention "venv&q

Re: Does python have built command for package skeleton creation?

2012-09-24 Thread 88888 Dihedral
xliiv於 2012年9月21日星期五UTC+8下午9時13分38秒寫道: > On Friday, September 21, 2012 3:04:02 PM UTC+2, Tarek Ziadé wrote: > > > On 9/21/12 2:14 PM, xliiv wrote: > > > > > > > > > > > > > > Python Paste is probably what you are looking for - see > > > > > > > > > > > > > > http://lucasmanual.com/mywi

Re: Does python have built command for package skeleton creation?

2012-09-23 Thread Ramchandra Apte
On Monday, 24 September 2012 09:59:12 UTC+5:30, Terry Reedy wrote: > On 9/23/2012 11:59 PM, alex23 wrote: > > > On Sep 21, 10:14 pm, xliiv wrote: > > >> On Friday, September 21, 2012 1:08:23 PM UTC+2, Tarek Ziadé wrote: > > >>> Python Paste is probably what you are looking for - see > > > >

Re: Does python have built command for package skeleton creation?

2012-09-23 Thread alex23
On Sep 24, 2:29 pm, Terry Reedy wrote: > Batteries are batteries, not flashlights, phone, radios, toys, clickers, > etc. I decided not to mention "venv" as it undermines my rant a little :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Does python have built command for package skeleton creation?

2012-09-23 Thread Terry Reedy
On 9/23/2012 11:59 PM, alex23 wrote: On Sep 21, 10:14 pm, xliiv wrote: On Friday, September 21, 2012 1:08:23 PM UTC+2, Tarek Ziadé wrote: Python Paste is probably what you are looking for - see It's a nice beast but: - it's not built in. Should it be? I think it should. There needs to be

Re: Does python have built command for package skeleton creation?

2012-09-23 Thread alex23
On Sep 21, 10:14 pm, xliiv wrote: > On Friday, September 21, 2012 1:08:23 PM UTC+2, Tarek Ziadé wrote: > > Python Paste is probably what you are looking for - see > It's a nice beast but: > - it's not built in. Should it be? I think it should. There needs to be a distinction at some point betwee

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Chris Angelico
On Sat, Sep 22, 2012 at 11:43 AM, Steven D'Aprano wrote: > On Sat, 22 Sep 2012 03:44:55 +1000, Chris Angelico wrote: > >> On Sat, Sep 22, 2012 at 1:54 AM, Steven D'Aprano >> wrote: >>> For a programming language with a lot of corporate use, Python already >>> seems like it changes at the drop of

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Steven D'Aprano
On Sat, 22 Sep 2012 03:44:55 +1000, Chris Angelico wrote: > On Sat, Sep 22, 2012 at 1:54 AM, Steven D'Aprano > wrote: >> But consider, C and C++ don't have minor releases *at all*. The last >> versions of those two languages are C99 and C+98 -- that's FOURTEEN >> YEARS since the last version of C

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Chris Angelico
On Sat, Sep 22, 2012 at 1:54 AM, Steven D'Aprano wrote: > But consider, C and C++ don't have minor releases *at all*. The last > versions of those two languages are C99 and C+98 -- that's FOURTEEN YEARS > since the last version of C++. And Java hasn't had a major feature update > since 2006. > > F

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Steven D'Aprano
On Fri, 21 Sep 2012 13:26:32 -0400, Dave Angel wrote: > On 09/21/2012 11:54 AM, Steven D'Aprano wrote: >> Python's release cycle is actually closer to 18 months for minor >> releases (3.2 -> 3.3, for example), and 10 years for major releases >> (2.x -> 3.x). But consider, C and C++ don't have min

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Dave Angel
On 09/21/2012 11:54 AM, Steven D'Aprano wrote: > On Fri, 21 Sep 2012 14:50:36 +0100, Mark Lawrence wrote: > >> On 21/09/2012 14:13, xliiv wrote: >>> Why is this '2 years release cycle'? >>> >>> >> Because there aren't enough volunteers to get it done any faster? > Because if it were any faster, it

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Steven D'Aprano
On Fri, 21 Sep 2012 14:50:36 +0100, Mark Lawrence wrote: > On 21/09/2012 14:13, xliiv wrote: >> Why is this '2 years release cycle'? >> >> > Because there aren't enough volunteers to get it done any faster? Because if it were any faster, it would piss off a lot of people. Python's release cycle

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Mark Lawrence
On 21/09/2012 14:13, xliiv wrote: On Friday, September 21, 2012 3:04:02 PM UTC+2, Tarek Ziadé wrote: On 9/21/12 2:14 PM, xliiv wrote: Python Paste is probably what you are looking for - see http://lucasmanual.com/mywiki/PythonPaste for example It's a nice beast but: - it's not

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread xliiv
On Friday, September 21, 2012 3:04:02 PM UTC+2, Tarek Ziadé wrote: > On 9/21/12 2:14 PM, xliiv wrote: > > > > > > Python Paste is probably what you are looking for - see > > > > > > http://lucasmanual.com/mywiki/PythonPaste for example > > > It's a nice beast but: > > > - it's not built in. S

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Tarek Ziadé
On 9/21/12 2:14 PM, xliiv wrote: Python Paste is probably what you are looking for - see http://lucasmanual.com/mywiki/PythonPaste for example It's a nice beast but: - it's not built in. Should it be? I think it should. You can suggest this to python-ideas but I really doubt you will get any t

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread xliiv
On Friday, September 21, 2012 1:08:23 PM UTC+2, Tarek Ziadé wrote: > On 9/21/12 12:07 PM, xliiv wrote: > > > Like the topic.. . I found this: > > > > > > http://learnpythonthehardway.org/book/ex46.html > > > > > > it seems fine, but shouldn't be an interactive (with CLI API) script > > creati

Re: Does python have built command for package skeleton creation?

2012-09-21 Thread Tarek Ziadé
On 9/21/12 12:07 PM, xliiv wrote: Like the topic.. . I found this: http://learnpythonthehardway.org/book/ex46.html it seems fine, but shouldn't be an interactive (with CLI API) script creating that? It's a lot of effort for common work. I can contribute but i have to know that i'm not reinven