Windows implementation of the GNU readline library

The pyreadline3 package is based on the stale package pyreadline locatedhere.The original pyreadline package is a python implementation of GNU readlinefunctionality.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+ of pyreadline3 runs on Python 3.8+. 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 […]

Read more