Contents

argcomplete 3.2.3

0

Bash tab completion for argparse

Bash tab completion for argparse

Stars: 1349, Watchers: 1349, Forks: 124, Open Issues: 50

The kislyuk/argcomplete repo was created 11 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 1349 github stars!

How to Install argcomplete

You can install argcomplete using pip

pip install argcomplete

or add it to a project with poetry

poetry add argcomplete

Package Details

Author
Andrey Kislyuk
License
Apache Software License
Homepage
https://github.com/kislyuk/argcomplete
PyPi:
https://pypi.org/project/argcomplete/
Documentation:
https://kislyuk.github.io/argcomplete
GitHub Repo:
https://github.com/kislyuk/argcomplete

Classifiers

  • Software Development
  • Software Development/Libraries/Python Modules
  • System/Shells
  • Terminals
No  argcomplete  pypi packages just yet.

Errors

A list of common argcomplete errors.

Code Examples

Here are some argcomplete code examples and snippets.

GitHub Issues

The argcomplete package has 50 open issues on GitHub

  • Global completion mode always set to _minimal

See more issues on GitHub

Related Packages & Articles

docopt 0.6.2

Pythonic argument parser, that will make you smile