autocommand
A library to automatically generate and run simple argparse parsers from function signatures.
A library to automatically generate and run simple argparse parsers from function signatures.
To install this package, run one of the following:
Autocommand turns a function into a command-line program. It converts
the function's parameter signature into command-line arguments, and
automatically runs the function if the module was called as __main__.
Summary
A library to automatically generate and run simple argparse parsers from function signatures.
Last Updated
Nov 19, 2022 at 20:35
License
LGPL-3.0-only
Total Downloads
13.1K
Version Downloads
11.1K
Supported Platforms
GitHub Repository
https://github.com/simplejson/simplejsonDocumentation
https://github.com/Lucretiel/autocommand