You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
2.4 KiB
57 lines
2.4 KiB
Metadata-Version: 1.2
|
|
Name: pyreadline
|
|
Version: 2.1
|
|
Summary: A python implmementation of GNU readline.
|
|
Home-page: http://ipython.org/pyreadline.html
|
|
Author: Jorgen Stenarson
|
|
Author-email: jorgen.stenarson@kroywen.se
|
|
Maintainer: Jorgen Stenarson
|
|
Maintainer-email: jorgen.stenarson@kroywen.se
|
|
License: BSD
|
|
Download-URL: https://pypi.python.org/pypi/pyreadline/
|
|
Description:
|
|
The 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 2000 and windows xp.
|
|
|
|
* pyreadline 2.1 <2015-09-16>
|
|
|
|
This is a bugfix release to make pyreadline work with python 3.5.
|
|
|
|
Contributors to this release:
|
|
|
|
- J枚rgen Stenarson, maintainer
|
|
- kivhift, improved error message for running on non windows platforms
|
|
- zooba, made helpful suggestions to make it work for python 3.5
|
|
|
|
Version 2.1 of pyreadline has been verfied for Python 2.7, and 3.4, 3.5.
|
|
|
|
|
|
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 IPython github
|
|
repository_.
|
|
|
|
.. _repository: https://github.com/pyreadline/pyreadline.git
|
|
|
|
Keywords: readline,pyreadline
|
|
Platform: Windows XP/2000/NT
|
|
Platform: Windows 95/98/ME
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Environment :: Console
|
|
Classifier: Operating System :: Microsoft :: Windows
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Programming Language :: Python :: 2.7
|
|
Classifier: Programming Language :: Python :: 3.2
|
|
Classifier: Programming Language :: Python :: 3.3
|
|
Classifier: Programming Language :: Python :: 3.4
|
|
Classifier: Programming Language :: Python :: 3.5
|