Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29617 > unrolled thread

Does python have built command for package skeleton creation?

Started byxliiv <tymoteusz.jankowski@gmail.com>
First post2012-09-21 03:07 -0700
Last post2012-09-21 05:14 -0700
Articles 2 on this page of 22 — 11 participants

Back to article view | Back to comp.lang.python


Contents

  Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 03:07 -0700
    Re: Does python have built command for package skeleton creation? Tarek Ziadé <tarek@ziade.org> - 2012-09-21 13:08 +0200
      Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 05:14 -0700
        Re: Does python have built command for package skeleton creation? Tarek Ziadé <tarek@ziade.org> - 2012-09-21 15:04 +0200
          Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 06:13 -0700
            Re: Does python have built command for package skeleton creation? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-21 14:50 +0100
              Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-21 15:54 +0000
                Re: Does python have built command for package skeleton creation? Dave Angel <d@davea.name> - 2012-09-21 13:26 -0400
                  Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-21 17:31 +0000
                Re: Does python have built command for package skeleton creation? Chris Angelico <rosuav@gmail.com> - 2012-09-22 03:44 +1000
                  Re: Does python have built command for package skeleton creation? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:43 +0000
                    Re: Does python have built command for package skeleton creation? Chris Angelico <rosuav@gmail.com> - 2012-09-22 12:00 +1000
                Re: Does python have built command for package skeleton creation? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-21 16:04 -0400
          Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 06:13 -0700
            Re: Does python have built command for package skeleton creation? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-24 11:54 -0700
            Re: Does python have built command for package skeleton creation? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-09-24 11:54 -0700
        Re: Does python have built command for package skeleton creation? alex23 <wuwei23@gmail.com> - 2012-09-23 20:59 -0700
          Re: Does python have built command for package skeleton creation? Terry Reedy <tjreedy@udel.edu> - 2012-09-24 00:28 -0400
            Re: Does python have built command for package skeleton creation? alex23 <wuwei23@gmail.com> - 2012-09-23 22:00 -0700
            Re: Does python have built command for package skeleton creation? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-23 22:33 -0700
            Re: Does python have built command for package skeleton creation? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-23 22:33 -0700
      Re: Does python have built command for package skeleton creation? xliiv <tymoteusz.jankowski@gmail.com> - 2012-09-21 05:14 -0700

Page 2 of 2 — ← Prev page 1 [2]


#29899

FromRamchandra Apte <maniandram01@gmail.com>
Date2012-09-23 22:33 -0700
Message-ID<mailman.1183.1348464796.27098.python-list@python.org>
In reply to#29892
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 <tymoteusz.jankow...@gmail.com> 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 between Python as
> 
> > runtime and development environments. If you assume that there are
> 
> > more users of Python code than developers, then cluttering it with
> 
> > more developer-only tools is a waste of resources for those end users.
> 
> >
> 
> > Also: developers are fussy about their environments. One person's vi
> 
> > is another person's emacs. We keep various package skeletons in our
> 
> > git repository, and that works well for us, so adding Paste to Python
> 
> > is just more useless kruft from our perspective.
> 
> >
> 
> > And: easy_install/pip install paste isn't exactly crippling to type.
> 
> >
> 
> >> - about readme and manifest.in:
> 
> >> "You could add to your template a file called readme.rst"
> 
> >> i dont want to add, i want it already added :)
> 
> >
> 
> > If you'd just did as they asked, you'd already have this issue
> 
> > resolved by now.
> 
> >
> 
> > If you're waiting for the standard library to scratch your itch for
> 
> > you, you're going to be waiting for a long, _long_ time.
> 
> 
> 
> Batteries are batteries, not flashlights, phone, radios, toys, clickers, 
> 
> etc.
> 
> 
> 
> -- 
> 
> Terry Jan Reedy

Do remember to include laptops.

[toc] | [prev] | [next] | [standalone]


#29622

Fromxliiv <tymoteusz.jankowski@gmail.com>
Date2012-09-21 05:14 -0700
Message-ID<mailman.1001.1348229686.27098.python-list@python.org>
In reply to#29620
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 creating that? It's a lot of effort for common work.
> 
> >
> 
> > I can contribute but i have to know that i'm not reinvent a wheel.
> 
> >
> 
> >
> 
> 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.
- about readme and manifest.in:
"You could add to your template a file called readme.rst . Inside of it you can add the following code that will generate this:"

i dont want to add, i want it already added :).. readme is something typical, it's not rare habit for some geeks how wants to customize it all!! the same with manifest.in..

what do you think? iteractive creation is big plus..

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.python


csiph-web