Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'bootstrap': 0.07; 'tarek': 0.07; 'python': 0.09; 'received:internal': 0.09; 'subject:Does': 0.09; 'subject:command': 0.09; 'template': 0.11; 'subject:python': 0.11; 'suggest': 0.11; 'add,': 0.16; 'from:name:tarek ziad\xe9': 0.16; 'paster': 0.16; 'readme.rst': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:mail.srv.osa': 0.16; 'received:messagingengine.com': 0.16; 'received:nyi.mail.srv.osa': 0.16; 'received:osa': 0.16; 'received:srv.osa': 0.16; 'should.': 0.16; 'think?': 0.16; 'this:"': 0.16; 'wrote:': 0.17; '"you': 0.17; 'pointed': 0.17; 'typical': 0.17; 'example': 0.23; 'cheers': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'in.': 0.27; 'probably': 0.29; 'this.': 0.29; 'code': 0.31; 'file': 0.32; 'could': 0.32; 'doubt': 0.33; 'to:addr:python-list': 0.33; 'pm,': 0.35; 'subject:?': 0.35; 'something': 0.35; 'add': 0.36; 'really': 0.36; 'tool': 0.36; 'but': 0.36; 'should': 0.36; 'level': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:10': 0.38; 'sure': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'called': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'your': 0.60; 'days': 0.60; 'high': 0.61; 'kind': 0.61; 'free': 0.61; 'show': 0.63; 'dont': 0.64; 'burden': 0.65; 'subject:have': 0.79; 'remark': 0.84; 'habit': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=yCtyFesfpHnQ+P827xw9UV dYBj0=; b=PqXOClCUsfgLAZCH4S7/NntDAuAlu7tLe9t8MEV3zQU0BELINSS8oK DeG89cF6iw/xSCH0Njz+VeLDpqt2V65QiR+N8Wad7q7BctGdu7mK3QcOrBV2WOht aNZgAFzX8u27yhMxkPJN7jAcg72tiFC/jewj4wHjoqcGmvs84NziI= X-Sasl-enc: 2DQNK1AjZ5s1ecQKILBqYAAC8D8MVsCpeRo96pzv3v1R 1348232638 Date: Fri, 21 Sep 2012 15:04:30 +0200 From: =?ISO-8859-1?Q?Tarek_Ziad=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Does python have built command for package skeleton creation? References: <48ed7c38-966a-48d4-97aa-cf3b350ce39b@googlegroups.com> <832435ee-230c-49c2-916c-18e9f807a422@googlegroups.com> In-Reply-To: <832435ee-230c-49c2-916c-18e9f807a422@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348232641 news.xs4all.nl 6865 [2001:888:2000:d::a6]:51217 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29625 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 traction. The sdtlib don't get new features these days because it's a burden to maintain high level tool on a 2 years release cycle > - 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.. I am not sure I get your remark on this. I pointed to this page to show a typical use case of building Paster Templates, so you can bootstrap your projects boiler-plate code So IOW everyone's free to create any kind of template :) Cheers Tarek