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


Groups > comp.lang.python > #21895

Re: ANN: cmd2, an extenstion of cmd that parses its argument line

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <thudfoo@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.024
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'subject:ANN': 0.02; 'pypi': 0.04; 'url:github': 0.09; 'url:packages': 0.09; 'argument': 0.15; "library's": 0.16; 'extension': 0.17; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.22; 'cmd': 0.30; 'message- id:@gmail.com': 0.31; 'there': 0.33; 'header:User-Agent:1': 0.33; 'it.': 0.33; 'to:addr:python-list': 0.35; 'url:python': 0.35; 'received:209.85.160': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'announce': 0.38; 'received:209.85.160.46': 0.39; 'url:org': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'release': 0.40; 'march': 0.61; 'header:Message-Id:1': 0.62; 'here:': 0.67; 'subject:its': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; bh=64UqK51YXsFZJyleYScz+rGgTJ9xsqmb+u8ePFj496M=; b=ay6x9AaK+N8yTaiBYSIXS2bocZFBXbkwnbwR8Rc+KGzf0rAlJa6gscTQZTHNyTalCj OFGJsQq6lADpy0IUiHW+/qk18k4y6f9nSo7Yv8FP0Ox5ZKJHK0EWpwTlAw8vk2onLQaG nZZwBYcx/F2SmjDoyerVZj4+bRG7zCvtdHOZe4PksuY2GnXzu7oaAGDbGzq9GnDY7tRi 6FuTjoAXFLGEMvqrebiTkok8rOChRf0/Wf8/PdB8cksrAdH0ikL0aHprHhr7bDbP3a6V kaCgjRZomjzeqSv2YRxh/Oel5EyBoDBK5qzsSO37gNonfZmRWak7jY1ZYOODeEfw6cTG qmyg==
From xDog Walker <thudfoo@gmail.com>
To python-list@python.org
Subject Re: ANN: cmd2, an extenstion of cmd that parses its argument line
Date Mon, 19 Mar 2012 06:14:44 -0700
User-Agent KMail/1.9.5
References <20285780.118.1332133873462.JavaMail.geo-discussion-forums@pbcwe9>
In-Reply-To <20285780.118.1332133873462.JavaMail.geo-discussion-forums@pbcwe9>
MIME-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding 7bit
Content-Disposition inline
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.805.1332162986.3037.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1332162986 news.xs4all.nl 6976 [2001:888:2000:d::a6]:55754
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21895

Show key headers only | View raw


On Sunday 2012 March 18 22:11, anntzer.lee@gmail.com wrote:
> I would like to announce the first public release of cmd2, an extension of
> the standard library's cmd with argument parsing, here:
> https://github.com/anntzer/cmd2.

There already is a cmd2 package at PyPI and has been for a long time.

http://packages.python.org/cmd2/

-- 
I have seen the future and I am not in it.

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


Thread

ANN: cmd2, an extenstion of cmd that parses its argument line anntzer.lee@gmail.com - 2012-03-18 22:11 -0700
  Re: ANN: cmd2, an extenstion of cmd that parses its argument line xDog Walker <thudfoo@gmail.com> - 2012-03-19 06:14 -0700
    Re: ANN: cmd2, an extenstion of cmd that parses its argument line anntzer.lee@gmail.com - 2012-04-26 12:15 -0700

csiph-web