A python implementation of GNU readline.
Project description
The pyreadline3 package is based on the stale package pyreadline located at https://github.com/pyreadline/pyreadline. The original pyreadline package is a python implementation of GNU readline functionality. It is based on the ctypes based UNC readline package by Gary Bishop. It is not complete. It has been tested for use with Windows 10.
Version 3.0+ or pyreadline3 runs on Python 3.3+.
Features
keyboard text selection and copy/paste
Shift-arrowkeys for text selection
Control-c can be used for copy activate with allow_ctrl_c(True) in config file
Double tapping ctrl-c will raise a KeyboardInterrupt, use ctrl_c_tap_time_interval(x)
where x is your preferred tap time window, default 0.3 s.
paste pastes first line of content on clipboard.
ipython_paste, pastes tab-separated data as list of lists or numpy array if all data is numeric
paste_mulitline_code pastes multi line code, removing any empty lines.
The latest development version is always available at the project git repository https://github.com/brgirgis/pyreadline3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyreadline3-3.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0003fd0079d152ecbd8111202c5a7dfa6a5569ffd65b235e45f3c2ecbee337b4 |
|
MD5 | 7767cacfcc2484c2fb4c1c0dfcc4f39a |
|
BLAKE2b-256 | 892910fbb29d957dbcee77a0832eabb9953da80d6bb9514f7ca1b3d82f50219f |