Skip to main content

Argpext: hierarchical extension of sub-commands in argparse.

Project description

Argpext is a module dedicated to improving the command line interface with Python module internals. It allows one to quickly expose any selected Python functions to the command line within DOS or Linux-like shells. Help messages are automatically produced.

Argpext provides hierarchical extension to the “Sub-commands” utility of the standard argparse module. It allows one to group any Python functions into a hierarchical tree-like structure, e.g. according to their logic. Every such function then corresponds to a certain sequence of sub-commands, and can be executed directly from the command line by simply passing the sequence as command line arguments to the top level script. The rest of the command line arguments to the script are used to set up the values of function arguments, at which level the standard argparse interface applies.

Argpext provides a special type to support command line arguments that take predetermined set of values. Information about available choices is automatically propagated into the usage help message.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

argpext-1.2.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page