
prompt-toolkit 3.0.52
0
Library for building powerful interactive command lines in Python
Contents
Library for building powerful interactive command lines in Python
Stars: 10286, Watchers: 10286, Forks: 760, Open Issues: 694The prompt-toolkit/python-prompt-toolkit repo was created 12 years ago and the last code push was 3 months ago.
The project is extremely popular with a mindblowing 10286 github stars!
How to Install prompt-toolkit
You can install prompt-toolkit using pip
pip install prompt-toolkit
or add it to a project with poetry
poetry add prompt-toolkit
Package Details
- Author
- Jonathan Slenders
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/prompt-toolkit/
- Documentation:
- https://python-prompt-toolkit.readthedocs.io/en/stable/
- GitHub Repo:
- https://github.com/prompt-toolkit/python-prompt-toolkit
Classifiers
- Software Development
Related Packages
Errors
A list of common prompt-toolkit errors.
Code Examples
Here are some prompt-toolkit code examples and snippets.
GitHub Issues
The prompt-toolkit package has 694 open issues on GitHub
- Ability to set suggestion for empty prompt or an argument with suggestion to prompt()
- Correctly raise ValueError on unknown binding in KeyBindings.remove()
- Correctly raise ValueError on unknown binding in KeyBindings.remove()
pythonfix