How to Install and Uninstall python310-argh Package on openSuSE Tumbleweed
Last updated: November 15,2024
1. Install "python310-argh" package
Please follow the step by step instructions below to install python310-argh on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-argh
Copied
2. Uninstall "python310-argh" package
Please follow the guidance below to uninstall python310-argh on openSuSE Tumbleweed:
$
sudo zypper remove
python310-argh
Copied
3. Information about the python310-argh package on openSuSE Tumbleweed
Information for package python310-argh:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-argh
Version : 0.31.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 184.8 KiB
Installed : No
Status : not installed
Source package : python-argh-0.31.2-1.4.src
Upstream URL : https://github.com/neithere/argh/
Summary : An argparse wrapper
Description :
This Python module provides a wrapper for argparse with support for hierarchical
commands that can be bound to modules or classes.
Features that argh adds to argparse:
* mark a function as a CLI command and specify its arguments before the parser
is instantiated;
* nested commands made easy: no messing with subparsers (though they are of
course used under the hood);
* infer agrument type from the default value;
* infer command name from function name;
* add an alias root command help for the --help argument;
* enable passing unwrapped arguments to certain functions instead of a
argparse.Namespace object.
Argh is fully compatible with argparse. argh-agnostic and argh-aware code
can be mixed. Keep in mind that argh.dispatch does some extra
work that a custom dispatcher may not do.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-argh
Version : 0.31.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 184.8 KiB
Installed : No
Status : not installed
Source package : python-argh-0.31.2-1.4.src
Upstream URL : https://github.com/neithere/argh/
Summary : An argparse wrapper
Description :
This Python module provides a wrapper for argparse with support for hierarchical
commands that can be bound to modules or classes.
Features that argh adds to argparse:
* mark a function as a CLI command and specify its arguments before the parser
is instantiated;
* nested commands made easy: no messing with subparsers (though they are of
course used under the hood);
* infer agrument type from the default value;
* infer command name from function name;
* add an alias root command help for the --help argument;
* enable passing unwrapped arguments to certain functions instead of a
argparse.Namespace object.
Argh is fully compatible with argparse. argh-agnostic and argh-aware code
can be mixed. Keep in mind that argh.dispatch does some extra
work that a custom dispatcher may not do.