ANNOUNCE: Readline Alternative 1.2

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Sun May 6 01:30:04 EDT 2001


----- Original Message ----- 
From: <skip at pobox.com>
Subject: Re: ANNOUNCE: Readline Alternative 1.2


> Yeah, I'm sure there are a few people.  At least a few others will be
> interested in something slightly smaller than readline.
> 
> BTW, got a URL for your package?

Whups, forgot again...

    http://newcenturycomputers.net/projects/readline.html

Summary (which was requested by others):

My alternative readline provides command history and inline editing in 
Python under Win32.  Completion is not supported, but certainly not
impossible to implement.

This software is in two parts: _rlsetup, a C extension based heavily on
code by Fredrik Lundh (from his _wincon module).  _rlsetup is covered by
the effbot's copyright and is under BSD-style license from Secret Labs.

The second part is a pure Python readline.py module, which implements the
line input, editing, and history functionality.  The license is BSD-style
under my copyright.

Binaries are only included for 2.0; I don't yet have a 2.1 install to
build against.  The code should also build cleanly for 1.5.2.






More information about the Python-list mailing list