clize icon indicating copy to clipboard operation
clize copied to clipboard

CLIze: Turn Python functions into command-line interfaces

Results 36 clize issues
Sort by recently updated
recently updated
newest added

I was trying to figure out from the docs how to support custom types (even `pathlib`'s `Path`) as well as python's [type hints](https://docs.python.org/3/library/typing.html). Any pointers would be very appreciated. For...

Hi, ``` console $ pip show clize Name: clize Version: 4.0.3 Summary: Turn functions into command-line interfaces Home-page: https://github.com/epsy/clize Author: Yann Kaiser Author-email: [email protected] License: MIT Location: .../lib/python3.6/site-packages Requires: docutils,...

In many cases, several names are needed to invoke the same command. It would be nice to have a way to specify an alias for a command, and have the...

`repeated_test` relies on `unittest2`, which is longer compatible with python 3.10. Both packages haven't been maintained in 5 years. They should be dropped. related: https://github.com/epsy/sigtools/issues/26

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine clize/tests/test_help.py, docs/docstring-reference.rst and observe `overriden`, however expect to see `overridden`. - Examine docs/compositing.rst and observe...

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...

Is it possible to get shell autocompletion work with clize?