readline 2.6.4
GNU readline support for Python on platforms without readline.
Latest Version: 6.2.1
Some platforms, such as Mac OS X, do not ship with GNU readline installed. The readline extension module in the standard library of Mac 'system' Python uses NetBSD's editline (libedit) library instead, which is a readline replacement with a less restrictive software license.
As the alternatives to GNU readline do not have fully equivalent functionality, it is useful to add proper readline support to these platforms. This module achieves this by bundling the standard Python readline module with the GNU readline source code, which is compiled and statically linked to it. The end result is an egg which is simple to install, with no extra shared libraries required.
The 2.6.4 version of this module is intended for use on Mac OS 10.6 (Snow Leopard), which ships with Python 2.6. It should also work on Tiger and Leopard with Python 2.5, and may even work on Linux. It is built against GNU readline 6.0 with the latest patches.
This module is completely unnecessary on Linux and other Unix systems with default readline support. If you are using Windows, which also ships without GNU readline, you might want to consider using the pyreadline module instead, which is a readline replacement written in pure Python that interacts with the Windows clipboard.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
|
readline-2.6.4-py2.5-macosx-10.3-fat.egg
(md5,
pgp)
MacPython 2.5 on Tiger (4-way universal: i386, x86_64, ppc, ppc64) |
Python Egg | 2.5 | 2009-11-26 | 193KB | 539 |
|
readline-2.6.4-py2.5-macosx-10.5-i386.egg
(md5,
pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64) |
Python Egg | 2.5 | 2009-11-24 | 372KB | 1267 |
|
readline-2.6.4-py2.5-macosx-10.5-ppc.egg
(md5,
pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64) |
Python Egg | 2.5 | 2009-11-24 | 372KB | 489 |
|
readline-2.6.4-py2.5-macosx-10.5-ppc64.egg
(md5,
pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64) |
Python Egg | 2.5 | 2009-11-24 | 372KB | 432 |
|
readline-2.6.4-py2.5-macosx-10.5-x86_64.egg
(md5,
pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64) |
Python Egg | 2.5 | 2009-11-24 | 372KB | 447 |
|
readline-2.6.4-py2.6-macosx-10.6-universal.egg
(md5,
pgp)
Default Snow Leopard (3-way universal: i386, x86_84, ppc7400) |
Python Egg | 2.6 | 2009-11-25 | 296KB | 2913 |
|
readline-2.6.4.tar.gz
(md5,
pgp)
Based on patched version of Python 2.6.4 readline module (svn r75725) |
Source | 2009-11-26 | 2MB | 8043 | |
- Author: Ludwig Schwardt
- Home Page: http://pypi.python.org/pypi/readline
- License: GNU GPL
- Platform: MacOS
- Categories
- Package Index Owner: bob, schwardt
- DOAP record: readline-2.6.4.xml
