How to Install and Uninstall python3-argh Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 04,2024

1. Install "python3-argh" package

Please follow the step by step instructions below to install python3-argh on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-argh

2. Uninstall "python3-argh" package

This guide let you learn how to uninstall python3-argh on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-argh $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-argh package on Ubuntu 21.10 (Impish Indri)

Package: python3-argh
Architecture: all
Version: 0.26.2-1.1
Priority: extra
Section: universe/python
Source: python-argh
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Marco Nenciarini
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 94
Depends: python3:any
Recommends: python3-argcomplete
Filename: pool/universe/p/python-argh/python3-argh_0.26.2-1.1_all.deb
Size: 24916
MD5sum: e19e0b0ed1f9f2070b0f08bd0f776e8e
SHA1: ef931ee62a8a5cb352f3764ad8e777e3ecb6d134
SHA256: 4f0030298a45ef4e6abf22652d27ccf65abde1d14cfe0ead5c2f7aaa6150858b
SHA512: 9a07d73c3a39326b8570387a64c310e381812733852f0b56e792d12f62e17de04775fbe2ff9deca3af3cc0cffb36c7f5e10e0aa1ab87bb3cb16e2186fafe3c70
Homepage: http://pypi.python.org/pypi/argh
Description-en: simple argparse wrapper (Python 3)
Argh provides a very simple wrapper for argparse.
.
Argparse is a very powerful tool; argh just makes it easy to use.
.
Here’s a list of 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;
* infer command name from function name;
* infer argument type from the default value;
* infer argument action from the default value (for booleans);
* infer arguments from function signature;
* add an alias root command help for the --help argument;
* enable passing unwrapped arguments to certain functions instead of
an argparse.Namespace object.
.
Argh is fully compatible with argparse. You can mix argh-agnostic and
argh-aware code. Just keep in mind that dispatch() does some extra
work that a custom dispatcher may not do.
.
This package installs the library for Python 3.
Description-md5: 0db5206c7debce953a818b7354980a5d