Skip to main content

Argpext: hierarchical extension of argparse.

Project description

Argpext is a module dedicated to improving the command line interface with Python functions.

Argpext provides the hierarchical extension to the “Sub-commands” functionality 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.

In addition, Argpext provides an implementation for the Categorical variable type, - a type for variables that take predetermined set of values.

Project details


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.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

argpext-1.0.linux-i686.exe (66.9 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