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


Groups > comp.lang.python > #51293

Re: Critic my module

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <devyncjohnson@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.090
X-Spam-Evidence '*H*': 0.82; '*S*': 0.00; 'python3': 0.07; 'collier': 0.09; 'subject:module': 0.09; 'thu': 0.09; 'python': 0.11; "module's": 0.16; 'python3.': 0.16; 'wrote:': 0.18; 'module': 0.19; 'import': 0.22; 'gmbh': 0.22; 'shell': 0.22; 'header:User- Agent:1': 0.23; 'looks': 0.24; 'certain': 0.27; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'unix': 0.29; 'easier': 0.31; 'received:10.0.0': 0.31; 'closer': 0.31; 'allows': 0.31; 'linux': 0.33; 'common': 0.35; 'tool': 0.35; 'johnson': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'licensed': 0.36; 'module.': 0.36; 'hi,': 0.36; 'received:10.0': 0.36; 'should': 0.36; 'received:10': 0.37; 'easily': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'called': 0.40; 'users': 0.40; 'release': 0.40; 'commands': 0.60; 'free': 0.61; 'email addr:gmail.com': 0.63; 'name': 0.63; 'more': 0.64; 'combining': 0.68; 'internet': 0.71; 'jul': 0.74; 'soon,': 0.74; '260': 0.84; 'boa': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=/dug0Gdzc62Vylc4rhrhb7IEnMKC/UMHTCjAk0aQOyQ=; b=f5/U0C5aPSsSoehDIWythacKoDR7ORpGC1IGBzhLeOaW4aOmn/mxywt3G0ZSm3maGE 049nfy9W9LmMr+sch2CthdudYskTfrOWC8quUYOw9cH7CuO1CNgV7reKbP7SWW93E+6N jTiWqXuG33I4l77X2p6bH6G+wcX7CWN+95a8iPn4/mIuVPMNz7lZqu5RwfSzDzq8LH2B xAMHy9FoQ/F53lhjm7M3i8mFaUsyP+IZc14vmyp0T0/qVqjr1PXvOZWz93cgWyzCW5M0 KJybqI2znuWLCyInJYed8lLJiGAyNDniY11m6DMaCA2CnFtMUVG4w2G5EMuOfSi1Xqnf vx2Q==
X-Received by 10.60.79.131 with SMTP id j3mr47177476oex.96.1374835189941; Fri, 26 Jul 2013 03:39:49 -0700 (PDT)
Date Fri, 26 Jul 2013 06:39:47 -0400
From Devyn Collier Johnson <devyncjohnson@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7
MIME-Version 1.0
To Python Mailing List <python-list@python.org>
Subject Re: Critic my module
References <51F1270E.6000704@Gmail.com> <51F12EFB.3070906@globe.de>
In-Reply-To <51F12EFB.3070906@globe.de>
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 8bit
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.5140.1374835198.3114.python-list@python.org> (permalink)
Lines 54
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374835198 news.xs4all.nl 15998 [2001:888:2000:d::a6]:43712
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51293

Show key headers only | View raw


On 07/25/2013 09:58 AM, Schneider wrote:
> Hi,
>
> nice idea.
>
> mybe -  for security reasons - you should ensure, that the right tool 
> is called and not some tool put the path with the same name.
>
> bg,
> Johannes
>
> On Thu 25 Jul 2013 03:24:30 PM CEST, Devyn Collier Johnson wrote:
>> Aloha Python Users!
>>
>>    I made a Python3 module that allows users to use certain Linux
>> shell commands from Python3 more easily than using os.system(),
>> subprocess.Popen(), or subprocess.getoutput(). This module (once
>> placed with the other modules) can be used like this
>>
>> import boash; boash.ls()
>>
>>    I attached the module. I plan to release it on the Internet soon,
>> but feel free to use it now. It is licensed under LGPLv3.
>>
>>    The name comes from combining "Boa" with "SHell". Notice that the
>> module's name almost looks like "BASH", a common Linux shell. The Boa
>> is a constrictor snake. This module makes Unix shells easier to use
>> via Python3. This brings the system shell closer to the Python shell.
>>
>>
>> Mahalo,
>>
>> Devyn Collier Johnson
>> DevynCJohnson@Gmail.com
>>
>>
>
>
>
> -- 
> GLOBE Development GmbH
> Königsberger Strasse 260
> 48157 MünsterGLOBE Development GmbH
> Königsberger Strasse 260
> 48157 Münster
> 0251/5205 390

What do you mean by that Schneider?

Mahalo,

Devyn Collier Johnson
DevynCJohnson@Gmail.com

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


Thread

Re: Critic my module Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-26 06:39 -0400

csiph-web