Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.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; 'python': 0.09; 'received:internal': 0.09; 'subject:Does': 0.09; 'subject:command': 0.09; 'contribute': 0.10; 'subject:python': 0.11; 'cli': 0.16; 'from:name:tarek ziad\xe9': 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; 'wrote:': 0.17; "shouldn't": 0.17; 'fine,': 0.22; 'example': 0.23; 'work.': 0.23; 'this:': 0.23; 'seems': 0.23; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'creating': 0.26; 'common': 0.26; 'probably': 0.29; "i'm": 0.29; 'to:addr:python-list': 0.33; '(with': 0.33; 'pm,': 0.35; 'subject:?': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'subject:have': 0.79; 'url:book': 0.84 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=pJF0yLf1EWesdaiWUwFAW4 Ytje4=; b=GJRRFTGsa11n7liaahr+NYIEDNCbNxKoYGgp0w9SWoz5Rccln+OiKX eDFOPzvNanh5RGoWsrUSOkjotPVYOvhI2QmM/CK/nfNiNvpkWH1cYJzv3CRvZ886 9sEGruyf53bKd3DPNJWsqq5rA50VJyKmE3APVoYQRJ65YkR5Sv/G0= X-Sasl-enc: qap/8rFFSEuOFYCbkWEEd8gMSgSeb7Mi6l3eW30jLPMy 1348225700 Date: Fri, 21 Sep 2012 13:08:49 +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> In-Reply-To: <48ed7c38-966a-48d4-97aa-cf3b350ce39b@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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348225702 news.xs4all.nl 6941 [2001:888:2000:d::a6]:48448 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29620 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