Python-Prompt-Toolkit v1.0.14 發布
Python-Prompt-Toolkit是一個用于構建強大的交互式 Python 命令行環境的庫。用好了就變成了 Python 中的 Vim 。
特性:
-
純 Python.
-
輸入時語法高亮
-
多行輸入編輯
-
高級代碼補全Advanced code completion.
-
Emacs 和 Vi 鍵綁定(類似 readline)
-
反向和正向增量搜索
-
可在 Python 2.6 至 3.4 版本運行
-
Unicode 雙寬字符(中文輸入)運行效果很好 。
-
可選文本復制/粘貼 (Both Emacs and Vi style.)
-
多輸入緩沖
-
沒有全局的狀態
-
輕量級,唯一的依賴是 Pygments,six 和 wcwidth
-
用心寫的代碼
-
可在 Linux, OS X, OpenBSD 和 Windows 運行
更新日志
- Handle arguments in the $EDITOR and $VISUAL env variable.
- Added missing explicit loops for Futures in asyncio_posix eventloop.
- Fallback to default terminal size if reported as 0.
- Don't save undo state when receiving CPRResponse.
- Set VMIN terminal flag to 1 when entering raw mode. (Fixes a bug on Solaris.)
- Fix `previous_key_sequences`.
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/36dbe349
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!