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


Groups > comp.lang.python > #51317

Re: Critic my module

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!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joshua.landau.ws@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.081
X-Spam-Evidence '*H*': 0.84; '*S*': 0.01; 'subject:module': 0.09; 'url:github': 0.09; 'wrapper': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'general.': 0.16; 'module?': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'module': 0.19; 'command': 0.22; 'import': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'instance,': 0.24; 'cc:2**0': 0.24; '&gt;': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; 'easier': 0.31; 'this.': 0.32; 'linux': 0.33; 'could': 0.34; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'url:org': 0.36; 'too': 0.37; 'skip:p 20': 0.39; 'users': 0.40; 'how': 0.40; 'even': 0.60; 'july': 0.63; 'more': 0.64; 'day': 0.76; 'honest': 0.78; 'commands.': 0.84; 'off,': 0.84; 'to:addr:ntlworld.com': 0.84; 'wheel': 0.84; 'url:latest': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=qD19BvJmUQMGx+jWJ2RbD2+fv32rkWiP29I+Ak0SSqU=; b=lGdD00CfTZ1m4sSIRnV0su9/dYa3jrydnYAHOedHyPnmZ90amLxUVF/rIP+MPSbTtc Wk27Ej/y/R6u8ycoAHibm62tdbWe+cj0GnAuvnLjaK6uGlZqSHs6U5JBu1ULER5YBR2r Sh+Q8pUyEdTOnU0vesu9/EdWYd4F9oprSXAHAFJskwqih9qhYzz244UEMpw1Y+09jtfB YXbWuA+xZiRPPspnPtVFTYRB2GSZf9DeGeZWIf83TumlQjiTfWXKKtES9Pwek9zLcOZk /r+aGxTx7IWjZCkd5DDeUYLMdWHtPr9QpwTe6afFg4HzxCHLwM/po3opjISi0qGPhXTg KiXw==
X-Received by 10.112.60.234 with SMTP id k10mr20462001lbr.30.1374859509310; Fri, 26 Jul 2013 10:25:09 -0700 (PDT)
MIME-Version 1.0
Sender joshua.landau.ws@gmail.com
In-Reply-To <ThwIt.13416$Ma6.10382@fx27.am4>
References <mailman.5092.1374758683.3114.python-list@python.org> <87y58u20l0.fsf@dpt-info.u-strasbg.fr> <mailman.5144.1374836361.3114.python-list@python.org> <ThwIt.13416$Ma6.10382@fx27.am4>
From Joshua Landau <joshua@landau.ws>
Date Fri, 26 Jul 2013 18:24:29 +0100
X-Google-Sender-Auth Qkqz1vQQlJF2eCVT9OSCBAKEw_Y
Subject Re: Critic my module
To Alister <alister.ware@ntlworld.com>
Content-Type multipart/alternative; boundary=e89a8f83a9f1ab2a3a04e26d6cf6
Cc python-list <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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5154.1374859517.3114.python-list@python.org> (permalink)
Lines 66
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374859517 news.xs4all.nl 15976 [2001:888:2000:d::a6]:55123
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51317

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 26 July 2013 16:08, Alister <alister.ware@ntlworld.com> wrote:

> >
> > The main point of this is for shell users that are using Python and do
> > not know some of the Python commands. This module would make Python more
> > like a Linux shell. For instance, a shell user would type boash.uname()
> > because they may not know they can type "import platform;
> > platform.uname()".
>
> But they will know how to import your module?
>
> to be honest I think this module is a solution looking for a problem &
> you have re-invented the wheel (Square).
> don't let that put you off, there are many command line tools that could
> do with a good wrapper to make them easier to use,perhaps you are tryingto
> be too general.


I actually think
http://plumbum.readthedocs.org<http://plumbum.readthedocs.org/en/latest/>
, http://sarge.readthedocs.org and http://amoffat.github.io/sh/ do a really
good job at this. I might one day even try them ;).

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Critic my module Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-25 09:24 -0400
  Re: Critic my module Alain Ketterlin <alain@dpt-info.u-strasbg.fr> - 2013-07-25 16:09 +0200
    Re: Critic my module Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-26 06:59 -0400
      Re: Critic my module Alister <alister.ware@ntlworld.com> - 2013-07-26 15:08 +0000
        Re: Critic my module Joshua Landau <joshua@landau.ws> - 2013-07-26 18:24 +0100
  Re: Critic my module Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-27 02:48 +0000
    Re: Critic my module Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-27 08:56 -0400
      Re: Critic my module Alister <alister.ware@ntlworld.com> - 2013-07-27 16:32 +0000
        Re: Critic my module Dave Angel <davea@davea.name> - 2013-07-27 12:58 -0400
    Re: Critic my module Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-27 09:19 -0400
    Re: Critic my module Dave Angel <davea@davea.name> - 2013-07-27 09:35 -0400
    Re: Critic my module Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-07-27 15:36 +0200
    Re: Critic my module Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-27 09:44 -0400
    Re: Critic my module Chris Angelico <rosuav@gmail.com> - 2013-07-27 14:37 +0100
    Re: Critic my module Dave Angel <davea@davea.name> - 2013-07-27 10:33 -0400
    Re: Critic my module Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-27 10:53 -0400
    Re: Critic my module Chris Angelico <rosuav@gmail.com> - 2013-07-27 16:15 +0100

csiph-web