Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'that?': 0.05; '21,': 0.07; 'tarek': 0.07; 'python': 0.09; 'friday,': 0.09; 'subject:Does': 0.09; 'subject:command': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'contribute': 0.10; 'template': 0.11; 'subject:python': 0.11; 'add,': 0.16; 'cli': 0.16; 'readme.rst': 0.16; 'should.': 0.16; 'think?': 0.16; 'this:"': 0.16; 'ziad\xe9': 0.16; 'wrote:': 0.17; '"you': 0.17; "shouldn't": 0.17; 'fine,': 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'work.': 0.23; 'this:': 0.23; 'seems': 0.23; 'cc:no real name:2**0': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'creating': 0.26; 'common': 0.26; 'in.': 0.27; 'probably': 0.29; "i'm": 0.29; 'code': 0.31; 'file': 0.32; 'could': 0.32; '(with': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'add': 0.36; 'but': 0.36; 'url:org': 0.36; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'called': 0.39; 'think': 0.40; 'your': 0.60; 'dont': 0.64; 'subject:have': 0.79; 'url:book': 0.84; 'habit': 0.91; 'received:209.85.220.184': 0.91 Newsgroups: comp.lang.python Date: Fri, 21 Sep 2012 05:14:36 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.205.49.244; posting-account=SsjJvwoAAAAbGEB6oRibqD8UwTelug2W References: <48ed7c38-966a-48d4-97aa-cf3b350ce39b@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 87.205.49.244 MIME-Version: 1.0 Subject: Re: Does python have built command for package skeleton creation? From: xliiv To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348229686 news.xs4all.nl 6853 [2001:888:2000:d::a6]:60056 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29622 On Friday, September 21, 2012 1:08:23 PM UTC+2, Tarek Ziad=E9 wrote: > On 9/21/12 12:07 PM, xliiv wrote: >=20 > > Like the topic.. . I found this: >=20 > > >=20 > > http://learnpythonthehardway.org/book/ex46.html >=20 > > >=20 > > it seems fine, but shouldn't be an interactive (with CLI API) script cr= eating that? It's a lot of effort for common work. >=20 > > >=20 > > I can contribute but i have to know that i'm not reinvent a wheel. >=20 > > >=20 > > >=20 > Python Paste is probably what you are looking for - see=20 >=20 > 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 typica= l, it's not rare habit for some geeks how wants to customize it all!! the s= ame with manifest.in.. what do you think? iteractive creation is big plus..