questo
Advanced tools
+2
-1
| Metadata-Version: 2.1 | ||
| Name: questo | ||
| Version: 0.1.1 | ||
| Version: 0.1.2 | ||
| Summary: A library of extensible and modular CLI prompt elements | ||
@@ -17,2 +17,3 @@ Home-page: https://github.com/petereon/questo | ||
| Classifier: Programming Language :: Python :: 3.11 | ||
| Classifier: Programming Language :: Python :: 3.12 | ||
| Requires-Dist: python-yakh (>=0.3.2,<0.4.0) | ||
@@ -19,0 +20,0 @@ Requires-Dist: rich (>=12.2.0,<13.0.0) |
+1
-1
| [tool.poetry] | ||
| name = "questo" | ||
| version = "0.1.1" | ||
| version = "0.1.2" | ||
| description = "A library of extensible and modular CLI prompt elements" | ||
@@ -5,0 +5,0 @@ authors = ["Peter Vyboch <pvyboch1@gmail.com>"] |
@@ -54,5 +54,5 @@ import copy | ||
| if not (keypress == Keys.TAB and s.completion.in_completion_ctx): | ||
| s.cursor_position += 1 | ||
| value_chars = [*s.value] | ||
| value_chars.insert(s.cursor_position, str(keypress)) | ||
| s.cursor_position += 1 | ||
| s.value = ''.join(value_chars) | ||
@@ -59,0 +59,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
24412
0.21%