Language

Package: python-readlike @ 0.1.3

Synopsis

GNU Readline-like line editing module

Description

This Python module provides line editing functions similar to the default Emacs-style ones of GNU Readline. Unlike the Python standard library's readline package, this one allows access to those capabilities in settings outside of a standard command-line interface. It is especially well-suited to interfacing with Urwid, due to a shared syntax for describing key inputs.

Currently, all stateless Readline commands are implemented. Yanking and history are not supported.

Home page
https://github.com/jangler/readlike
Location
gnu/packages/python-xyz.scm (line: 22696, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings