PACKAGE NAME: python3-argcomplete-3.6.2-x86_64-2_slackdce.txz PACKAGE LOCATION: ./python/python3-argcomplete PACKAGE SIZE (compressed): 60 K PACKAGE SIZE (uncompressed): 370 K PACKAGE REQUIRED: python3-flit_core,python3-installer,python3-pyproject-hooks,python3-build,python3-packaging-opt,python3-wheel,python3-setuptools-opt,python-zipp,python-importlib_metadata,python3-editables,python3-pathspec,python3-pluggy,python3-calver,python3-trove-classifiers,python3-hatchling,python3-hatch_vcs PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python3-argcomplete: python3-argcomplete (bash tab completion for argparse) python3-argcomplete: python3-argcomplete: Argcomplete provides easy, extensible command line tab completion python3-argcomplete: of arguments for your Python script.Argcomplete is particularly python3-argcomplete: useful if your program has lots of options or subparsers, and python3-argcomplete: if your program can dynamically suggest completions for python3-argcomplete: your argument/option values. python3-argcomplete: python3-argcomplete: Homepage:https://github.com/kislyuk/argcomplete python3-argcomplete: python3-argcomplete: