freebsd-ports/devel/py-rlcompleter2/pkg-descr
Dmitry Marakasov d6c95efd94 Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2018-02-08 20:18:08 +00:00

7 lines
383 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: https://pypi.python.org/pypi/rlcompleter2