python-prompt_toolkit
No description set
- Developed at devel:languages:python
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-prompt_toolkit && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
prompt_toolkit-3.0.8.tar.gz | 0003019536 2.88 MB | |
python-prompt_toolkit.changes | 0000025161 24.6 KB | |
python-prompt_toolkit.spec | 0000001876 1.83 KB |
Revision 14 (latest revision is 28)
Dominique Leuenberger (dimstar_suse)
accepted
request 857115
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 3.0.8: - Added `validator` parameter to `input_dialog`. - New "placeholder" parameter added to `PromptSession`. - Fixes - The SSH/Telnet adaptors have been refactored and improved in several ways. See issues #876 and PR #1150 and #1184 on GitHub. * Handle terminal types for both telnet and SSH sessions. * Added pipe input abstraction. (base class for `PosixPipeInput` and `Win32PipeInput`). * The color depth logic has been refactored and moved to the `Output` implementations. Added `get_default_color_depth` method to `Output` objects. * All line feets are now preceded by a carriage return in the telnet connection stdout. - Introduce `REPLACE_SINGLE` input mode for Vi key bindings. - Improvements to the checkbox implementation: * Hide the scrollbar for a single checkbox. * Added a "checked" setter to the checkbox. - Expose `KeyPressEvent` in key_binding/__init__.py (often used in type annotations). - The renderer has been optimized so that no trailing spaces are generated (this improves copying in some terminals).
Comments 0