Package: python-argh Version: 0.26.1-1+0~20170422053830.6+stretch~1.gbpff7840 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 92 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-argcomplete Homepage: http://pypi.python.org/pypi/argh Priority: extra Section: python Filename: pool/main/p/python-argh/python-argh_0.26.1-1+0~20170422053830.6+stretch~1.gbpff7840_all.deb Size: 24142 SHA256: ea151f2d08c35887932f6daaeec219067ef7873db271363f3c5f303a7ca526b6 SHA1: 3c28fa1139578b325d8de418f1461484262a690d MD5sum: c22e6b52a1f1166f73928dbbe08ba562 Description: simple argparse wrapper (Python 2) 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 agrument 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 2. Package: python3-argh Source: python-argh Version: 0.26.1-1+0~20170422053830.6+stretch~1.gbpff7840 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 89 Depends: python3:any (>= 3.3.2-2~) Recommends: python3-argcomplete Homepage: http://pypi.python.org/pypi/argh Priority: extra Section: python Filename: pool/main/p/python-argh/python3-argh_0.26.1-1+0~20170422053830.6+stretch~1.gbpff7840_all.deb Size: 21286 SHA256: 017b90152153983b868216c8c8bb542c4305d5e105c67a944c2ace24870cdf27 SHA1: 8d3ea82c490fdfcb249836aeaafd37152f3eb705 MD5sum: 0dd5420248240458d1e25728134d68ef Description: 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 agrument 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.