Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!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 X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'interfaces': 0.04; 'everyone!': 0.07; 'kaiser': 0.07; 'skip:` 10': 0.07; 'explanation': 0.09; 'parameter': 0.09; 'release.': 0.09; 'url:releases': 0.09; 'bullet': 0.16; 'command-line': 0.16; 'deduced': 0.16; 'landing': 0.16; 'subject: \n ': 0.16; 'subject:parser': 0.16; ':-)': 0.16; 'wrote:': 0.18; '3.0': 0.19; 'passing': 0.19; 'email addr:gmail.com>': 0.22; 'install': 0.23; 'decorators': 0.24; 'faq': 0.24; 'mon,': 0.24; 'sort': 0.25; "i've": 0.25; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'primarily': 0.30; 'message-id:@mail.gmail.com': 0.30; 'parameters.': 0.31; 'subject:that': 0.31; "who'd": 0.31; 'community': 0.33; 'at:': 0.34; 'subject:from': 0.34; 'created': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'functions.': 0.36; 'url:org': 0.36; 'should': 0.36; 'feedback': 0.38; 'to:addr :python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'free': 0.61; 'extended': 0.61; 'new': 0.61; 'url:3': 0.61; 'reply': 0.66; 'url:0': 0.67; 'contact': 0.67; 'clicking': 0.73; 'links,': 0.74; 'subject:your': 0.76; '2015': 0.84; 'contents,': 0.84; 'explanation:': 0.84; 'url:plus': 0.84; 'thing,': 0.91; 'feet': 0.93; 'browse': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=MtmZ2eQAxDuVIy6OTAZDARCEwuiwaAu9hX+rVUvsm8M=; b=xBPfY5Ol89u4FhUwiZhE329bxQUUVNNwLcyQs9qdmCue4Nxa7VEw2oxTJwUECBDtY4 1PtsOepfmbH6nvvGcOtAWb3JRo2pqhv2D8Nn7pNi/5/D+bmjU4+saoeIUi8+W6RmuTZJ tbYULdUsi7JPEmSCs3ChoDIgTBqgPee48FpSOlhv9SXGLE3xRUYSGbSSKjbmYQ1QipQd ifnFRzYT3WqHUm2vpWeu0jJ+JIyk9gI/SaiaaR4l9YPa6KLv74p9CqNwNI9LNij6EizG 6ERG2L8sz7QlKYOFwCi4sD4xxH4t09TnIznjmZ5CJHWtKaiU4GgUyDOcIrk7VAA2D8PW FFtw== X-Received: by 10.55.20.159 with SMTP id 31mr5316513qku.64.1431582180915; Wed, 13 May 2015 22:43:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Yann Kaiser Date: Thu, 14 May 2015 05:43:00 +0000 Subject: Re: Clize 3.0b1: An argument parser that draws a CLI from your function sigature To: python-list@python.org Content-Type: multipart/alternative; boundary=001a113b0bfe5c3f3405160433a5 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 73 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431582183 news.xs4all.nl 2832 [2001:888:2000:d::a6]:52134 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90602 --001a113b0bfe5c3f3405160433a5 Content-Type: text/plain; charset=UTF-8 And... 3.0 is released! :-) Feel free to contact me or reply should you encounter any issues! http://clize.readthedocs.org/en/3.0/releases.html#v3-0 On Mon, 27 Apr 2015 at 02:02 Yann Kaiser wrote: > Hello everyone! > > After a few years in development, I am proud to say Clize is landing its > feet again and is now in beta for an upcoming release. > > You can try it out using pip install --user clize=3.0b1 and you can > browse the docs at https://clize.readthedocs.org/ > > For those who'd like an explanation before clicking links, here's Clize's > 5-bullet point explanation: > > * Command-line interfaces are created by passing functions to `clize.run`. > * Parameter types are deduced from the functions' parameters. > * A ``--help`` message is generated from your docstrings. (Why does this > still need to be a bullet point?) > * Decorators can be used to reuse functionality across functions. > * Clize can be extended with new parameter behavior. > > I am primarily looking for feedback on the documentation contents, and I > need to source a FAQ page, but any feedback is welcome! > > If you are into that sort of thing, I've also just set up a G+ community > for it at: https://plus.google.com/communities/101146333300650079362 > --001a113b0bfe5c3f3405160433a5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
And... 3.0 is released! :-)

Fee= l free to contact me or reply should you encounter any issues!

http://clize.readthedo= cs.org/en/3.0/releases.html#v3-0

On Mon, 27 Apr 2015 at 02:02 Yann Kaiser <kaiser.yann@gmail.com> wrote:
Hello everyone!

After a few y= ears in development, I am proud to say Clize is landing its feet again and = is now in beta for an upcoming release.

You can tr= y it out using =C2=A0 =C2=A0pip install --user clize=3D3.0b1 =C2=A0 =C2=A0a= nd you can browse the docs at =C2=A0 =C2=A0https://clize.readthedocs.org/
<= br>
For those who'd like an explanation before clicking links= , here's Clize's 5-bullet point explanation:

* Command-line interfaces are created by passing functions to `cliz= e.run`.
* Parameter types are deduced from the functions' par= ameters.
* A ``--help`` message is generated from your docstrings= . (Why does this still need to be a bullet point?)
* Decorators c= an be used to reuse functionality across functions.
* Clize can b= e extended with new parameter behavior.

I am= primarily looking for feedback on the documentation contents, and I need t= o source a FAQ page, but any feedback is welcome!

= If you are into that sort of thing, I've also just set up a G+ communit= y for it at:=C2=A0https://plus.google.com/communities/10114633= 3300650079362
--001a113b0bfe5c3f3405160433a5--