You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

questo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

questo - pypi Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-1
PKG-INFO
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)

[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 @@