![]() |
rlcompleter2
home
issues
mailman
|
V0.95 - Python command line completion - Holger KrekelOne of the best features of python is that you can use and learn it interactively. rlcompleter2 enhances this interactive experience. It is a major improvement over the rlcompleter module in the 2.2 standard lib. I recommend that you simply install it and see if you like it. User interface is simple: hit <tab> one or more times during typing your python statements. If you sometimes use python interactively you will certainly enjoy it. If you don't work interactively then you should :-) Quick startrequirements: Python-2.2.x (2.2.2 recommended) with working readline module.
Permanent install with distutilsThere is only one module which needs to be installed but for your convenience you can use distutils:
list of features
consult the README for further information. have fun, holger krekel <hpk at trillke net>, 18th January 2003 |