
argcomplete 3.6.3
0
Bash tab completion for argparse
Contents
Bash tab completion for argparse
Stars: 1548, Watchers: 1548, Forks: 143, Open Issues: 70The kislyuk/argcomplete repo was created 13 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 1548 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
- None
- 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
Related Packages
Errors
A list of common argcomplete errors.
Code Examples
Here are some argcomplete code examples and snippets.
pythonfix