Package: python3-autocommand Status: install reinstreq unpacked Priority: optional Section: python Installed-Size: 61 Maintainer: Jeroen Ploemen Architecture: all Source: python-autocommand Version: 2.2.2-3 Depends: python3:any Description: library to generate argparse parsers from function signatures 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. Homepage: https://github.com/Lucretiel/autocommand