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


Groups > comp.lang.python > #90602 > unrolled thread

Re: Clize 3.0b1: An argument parser that draws a CLI from your function sigature

Started byYann Kaiser <kaiser.yann@gmail.com>
First post2015-05-14 05:43 +0000
Last post2015-05-14 05:43 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Clize 3.0b1: An argument parser that draws a CLI from your function sigature Yann Kaiser <kaiser.yann@gmail.com> - 2015-05-14 05:43 +0000

#90602 — Re: Clize 3.0b1: An argument parser that draws a CLI from your function sigature

FromYann Kaiser <kaiser.yann@gmail.com>
Date2015-05-14 05:43 +0000
SubjectRe: Clize 3.0b1: An argument parser that draws a CLI from your function sigature
Message-ID<mailman.475.1431582183.12865.python-list@python.org>

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

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 <kaiser.yann@gmail.com> 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
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web