python3-autocommand

library to generate argparse parsers from function signatures

Description

Autocommand is a library to automatically generate and run simple argparse parsers from function signatures.

It turns a function into a command-line program, converting the function's parameter signature into command-line arguments, and automatically running the function with these arguments if the module was called as __main__. Usage messages, invoked with -h or --help, are also created automatically.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/Lucretiel/autocommand


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-autocommand