ToolReadline (version 0.2, jeudi 07 02 2013, at 23h:17m:30s)
index
ToolReadline.py
ToolReadline.py.html

Add auto-completion and a stored history file of commands to your Python
 interactive interpreter. Requires Python 2.0+, readline. Autocomplete is
 bound to the Esc key by default (you can change it - see readline docs).
 
This module simple launch readline wrapper to help taping texts to python programs.
 Basically, it's less efficient than `PyRlwrap <PyRlwrap.html>`_, but quite simplier.
 
Warning:
========
.. warning::
   The readline history file is set locally (./.python.history.py).

 
Data
        __author__ = 'Lilian BESSON (mailto:lilian.besson[AT]normale.fr)'
__date__ = 'jeudi 07 02 2013, at 23h:17m:30s'
__version__ = '0.2'

 
Author
        Lilian BESSON (mailto:lilian.besson[AT]normale.fr)