Skip to main content

A python implementation of GNU readline.

Project description

pyreadline3

PyPi Badge Publish Test Downloads Downloads Downloads

The pyreadline3 package is based on the stale package pyreadline located here. 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.4+ of pyreadline3 runs on Python 3.8+.

pyreadline3 is available on PyPI and can be installed with

pip install pyreadline3

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

Development

To clone the library for development:

git clone git@github.com:pyreadline3/pyreadline3.git

or

git clone https://github.com/pyreadline3/pyreadline3.git

Build The Virtual Environment

The current earliest Python version supported is 3.8. You need to be able to create a virtual environment at this version to make sure any changes you make is combatible.

If you are using conda:

conda create --prefix=.venv python=3.8 --yes

If you are using venv, make sure you have the right base package:

>> python --version
Python 3.8.x

Once you verify your base Python, you can then create a virtual environment using:

virtualenv -p py3.8 .venv

Setup

Once you have created your virtual environment and made sure it is active in your current command line:

pip install -e .[dev]

This should all the dependencies you need for developing into the library and also allow you to run the unit tests:

pytest

Debugging

WIP

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyreadline3-3.5.5.tar.gz (100.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyreadline3-3.5.5-py3-none-any.whl (85.2 kB view details)

Uploaded Python 3

File details

Details for the file pyreadline3-3.5.5.tar.gz.

File metadata

  • Download URL: pyreadline3-3.5.5.tar.gz
  • Upload date:
  • Size: 100.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyreadline3-3.5.5.tar.gz
Algorithm Hash digest
SHA256 e5fbcaff335c0f25c970a791bd3946bd8641891b796451cb715fc60d9805f7e0
MD5 09cbe3bc0554d076f0570bac4e3075ae
BLAKE2b-256 f1e861421be255ce4d23f95da8230e287414c0e53db32bd05e752d0a4796021c

See more details on using hashes here.

File details

Details for the file pyreadline3-3.5.5-py3-none-any.whl.

File metadata

  • Download URL: pyreadline3-3.5.5-py3-none-any.whl
  • Upload date:
  • Size: 85.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyreadline3-3.5.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3efa0af2fe0d5b7c3f19eb5dcfcfc9c8d0f99883ebade2a5f377868a49295caf
MD5 a39b8c3ed7d974605976ff92fd95ea9f
BLAKE2b-256 117390ca3a6a599a9b63a38f35269ce905909e2f7ad1db62c9321fb87df8cf76

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page