Yann Kaiser

Results 20 issues of Yann Kaiser

Currently Clize supports docstrings in docutils/Sphinx format and in its own legacy docstring format. This could be done in one of two ways: - Sphinx includes a 'napoleon' extension that...

While `repeated_test` helps leverage large amounts of test cases succinctly, it is rather opaque to the uninitiated. The contribution guidelines for Clize should have an intro or link to such...

documentation

Create and help install bash and zsh-compatible autocompletion scripts.

Either in the first example or a standalone `Python concepts` page before the first part of the tutorial.

documentation

The decorator would allow the use of async functions by running them using loop.run_until_complete. This should be implemented in a way that doesn't prevent execution if asyncio isn't present. (import...

good first issue

Currently Clize converts each Python parameter to a `Parameter` instance by calling a function and using its result: * Either the first annotation on that parameter if it is a...