freebsd-ports/devel/py-rlcompleter2/pkg-descr
Ruslan Makhmatkhanov 62affc9abd - strict python version to 2.x
- add LICENSE (MIT)
- move pkg-plist entries to Makefile
2012-05-10 12:17:54 +00:00

7 lines
376 B
Text

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/