Metadata-Version: 2.4
Name: clicanvas
Version: 0.2.1
Summary: A python library that deals with terminal-based user input. From a TUI framework to custom input functions.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: inputkit>=1.0.2
Requires-Dist: regex>=2026.2.28
Provides-Extra: thonny

# CLICanvas

CLICanvas is a python library that deals with terminal-based user input.
From a TUI framework to custom input functions.

## Features

- Custom input function and modes, including a mirror of readline and getpass
