Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!takemy.news.telefonica.de!telefonica.de!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1421042936; bh=8J5TjNcRZ1VzCjnSX+1WOr/cjcFUMYvceFrUITxXdLo=; h=To:From:Subject:Date:References:In-Reply-To:From; b=dCxwZ+X1d6oEYmeoKo5ZFpC8CFk80/HoFGppM11hEGF/O940o57vOD4NDdpjRqiHg F17RdWkBmtIocOoFq9BmtMkNaaWLoLj6NUcxaKCd3rTEQ4ZEwTTW3j3+ZDgpVCkV3g ZP3cAI1PipQKtvfr9uz+8sZIQJT47dR6sF+VDBiQ= X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'elegant': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '"python': 0.16; 'from:name:christian heimes': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:python': 0.16; 'from:addr:python.org': 0.16; 'wrote:': 0.18; 'skip:p 40': 0.19; 'command': 0.22; 'header:User- Agent:1': 0.23; "i've": 0.25; 'compiled': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'url:python': 0.33; 'tool': 0.35; 'subject:List': 0.36; 'url:org': 0.36; 'list': 0.37; 'christian': 0.38; 'to:addr:python-list': 0.38; 'subject:" ': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'charset:windows-1252': 0.65; 'miss': 0.74; 'url:e': 0.78 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Christian Heimes Subject: Re: List of "python -m" tools Date: Mon, 12 Jan 2015 07:08:46 +0100 References: <9d6346ee-b29d-45a8-bde0-29072a9dca73@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p57aef20c.dip0.t-ipconnect.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <9d6346ee-b29d-45a8-bde0-29072a9dca73@googlegroups.com> 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421042937 news.xs4all.nl 2848 [2001:888:2000:d::a6]:47072 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83597 On 12.01.2015 05:17, Miki Tebeka wrote: > Greetings, > > I've compiled a list of "python -m" tools at pythonwise.blogspot.com/2015/01/python-m.html. > > Did I miss something? What are your favorite "python -m" tools? My all time favorite is "python -me", https://pypi.python.org/pypi/e. It's a small yet elegant tool for the command line. Christian