1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/py-rlcompleter2/pkg-descr
Ying-Chieh Liao 97142dd1eb add py-rlcompleter2 0.95
Python module for readline interactive completion
2003-12-31 01:20:50 +00:00

8 lines
376 B
Plaintext

rlcompleter2 is an interactive readline completion handler, featuring:
* completion on any python expression/statement
* interactive introspection into function signatures and docstrings
* convenient completions on module, instance and function objects
* ultra simple user interface: <tab> (try hit it multiple times!)
WWW: http://codespeak.net/rlcompleter2/