.codecov.yml
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG
LICENSE
MANIFEST.in
PROJECTS.rst
README.rst
appveyor.yml
mypy.ini
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/images/auto-suggestion.png
docs/images/bottom-toolbar.png
docs/images/colored-prompt.png
docs/images/colorful-completions.png
docs/images/hello-world-prompt.png
docs/images/html-completion.png
docs/images/html-input.png
docs/images/logo_400px.png
docs/images/multiline-input.png
docs/images/number-validator.png
docs/images/ptpython-2.png
docs/images/ptpython-history-help.png
docs/images/ptpython-menu.png
docs/images/ptpython.png
docs/images/pymux.png
docs/images/pyvim.png
docs/images/rprompt.png
docs/images/dialogs/button.png
docs/images/dialogs/confirm.png
docs/images/dialogs/inputbox.png
docs/images/dialogs/messagebox.png
docs/images/dialogs/styled.png
docs/images/progress-bars/apt-get.png
docs/images/progress-bars/colored-title-and-label.png
docs/images/progress-bars/custom-key-bindings.png
docs/images/progress-bars/simple-progress-bar.png
docs/images/progress-bars/two-tasks.png
docs/images/repl/sqlite-1.png
docs/images/repl/sqlite-2.png
docs/images/repl/sqlite-3.png
docs/images/repl/sqlite-4.png
docs/images/repl/sqlite-5.png
docs/images/repl/sqlite-6.png
docs/pages/asking_for_input.rst
docs/pages/dialogs.rst
docs/pages/full_screen_apps.rst
docs/pages/gallery.rst
docs/pages/getting_started.rst
docs/pages/printing_text.rst
docs/pages/progress_bars.rst
docs/pages/reference.rst
docs/pages/advanced_topics/architecture.rst
docs/pages/advanced_topics/asyncio.rst
docs/pages/advanced_topics/filters.rst
docs/pages/advanced_topics/index.rst
docs/pages/advanced_topics/input_hooks.rst
docs/pages/advanced_topics/key_bindings.rst
docs/pages/advanced_topics/rendering_flow.rst
docs/pages/advanced_topics/rendering_pipeline.rst
docs/pages/advanced_topics/styling.rst
docs/pages/tutorials/index.rst
docs/pages/tutorials/repl.rst
docs/pages/upgrading/2.0.rst
docs/pages/upgrading/3.0.rst
docs/pages/upgrading/index.rst
examples/gevent-get-input.py
examples/dialogs/button_dialog.py
examples/dialogs/checkbox_dialog.py
examples/dialogs/input_dialog.py
examples/dialogs/messagebox.py
examples/dialogs/password_dialog.py
examples/dialogs/progress_dialog.py
examples/dialogs/radio_dialog.py
examples/dialogs/styled_messagebox.py
examples/dialogs/yes_no_dialog.py
examples/full-screen/buttons.py
examples/full-screen/calculator.py
examples/full-screen/dummy-app.py
examples/full-screen/full-screen-demo.py
examples/full-screen/hello-world.py
examples/full-screen/no-layout.py
examples/full-screen/pager.py
examples/full-screen/split-screen.py
examples/full-screen/text-editor.py
examples/full-screen/scrollable-panes/simple-example.py
examples/full-screen/scrollable-panes/with-completion-menu.py
examples/full-screen/simple-demos/alignment.py
examples/full-screen/simple-demos/autocompletion.py
examples/full-screen/simple-demos/colorcolumn.py
examples/full-screen/simple-demos/cursorcolumn-cursorline.py
examples/full-screen/simple-demos/float-transparency.py
examples/full-screen/simple-demos/floats.py
examples/full-screen/simple-demos/focus.py
examples/full-screen/simple-demos/horizontal-align.py
examples/full-screen/simple-demos/horizontal-split.py
examples/full-screen/simple-demos/line-prefixes.py
examples/full-screen/simple-demos/margins.py
examples/full-screen/simple-demos/vertical-align.py
examples/full-screen/simple-demos/vertical-split.py
examples/print-text/ansi-colors.py
examples/print-text/ansi.py
examples/print-text/html.py
examples/print-text/named-colors.py
examples/print-text/print-formatted-text.py
examples/print-text/print-frame.py
examples/print-text/pygments-tokens.py
examples/print-text/true-color-demo.py
examples/progress-bar/a-lot-of-parallel-tasks.py
examples/progress-bar/colored-title-and-label.py
examples/progress-bar/custom-key-bindings.py
examples/progress-bar/many-parallel-tasks.py
examples/progress-bar/nested-progress-bars.py
examples/progress-bar/scrolling-task-name.py
examples/progress-bar/simple-progress-bar.py
examples/progress-bar/styled-1.py
examples/progress-bar/styled-2.py
examples/progress-bar/styled-apt-get-install.py
examples/progress-bar/styled-rainbow.py
examples/progress-bar/styled-tqdm-1.py
examples/progress-bar/styled-tqdm-2.py
examples/progress-bar/two-tasks.py
examples/progress-bar/unknown-length.py
examples/prompts/accept-default.py
examples/prompts/asyncio-prompt.py
examples/prompts/auto-suggestion.py
examples/prompts/autocorrection.py
examples/prompts/bottom-toolbar.py
examples/prompts/clock-input.py
examples/prompts/colored-prompt.py
examples/prompts/confirmation-prompt.py
examples/prompts/custom-key-binding.py
examples/prompts/custom-lexer.py
examples/prompts/custom-vi-operator-and-text-object.py
examples/prompts/fancy-zsh-prompt.py
examples/prompts/finalterm-shell-integration.py
examples/prompts/get-input-vi-mode.py
examples/prompts/get-input-with-default.py
examples/prompts/get-input.py
examples/prompts/get-multiline-input.py
examples/prompts/get-password-with-toggle-display-shortcut.py
examples/prompts/get-password.py
examples/prompts/html-input.py
examples/prompts/input-validation.py
examples/prompts/inputhook.py
examples/prompts/mouse-support.py
examples/prompts/multiline-prompt.py
examples/prompts/no-wrapping.py
examples/prompts/operate-and-get-next.py
examples/prompts/patch-stdout.py
examples/prompts/placeholder-text.py
examples/prompts/regular-language.py
examples/prompts/rprompt.py
examples/prompts/swap-light-and-dark-colors.py
examples/prompts/switch-between-vi-emacs.py
examples/prompts/system-clipboard-integration.py
examples/prompts/system-prompt.py
examples/prompts/terminal-title.py
examples/prompts/up-arrow-partial-string-matching.py
examples/prompts/auto-completion/autocomplete-with-control-space.py
examples/prompts/auto-completion/autocompletion-like-readline.py
examples/prompts/auto-completion/autocompletion.py
examples/prompts/auto-completion/colored-completions-with-formatted-text.py
examples/prompts/auto-completion/colored-completions.py
examples/prompts/auto-completion/combine-multiple-completers.py
examples/prompts/auto-completion/fuzzy-custom-completer.py
examples/prompts/auto-completion/fuzzy-word-completer.py
examples/prompts/auto-completion/multi-column-autocompletion-with-meta.py
examples/prompts/auto-completion/multi-column-autocompletion.py
examples/prompts/auto-completion/nested-autocompletion.py
examples/prompts/auto-completion/slow-completions.py
examples/prompts/history/persistent-history.py
examples/prompts/history/slow-history.py
examples/ssh/asyncssh-server.py
examples/telnet/chat-app.py
examples/telnet/dialog.py
examples/telnet/hello-world.py
examples/telnet/toolbar.py
examples/tutorial/README.md
examples/tutorial/sqlite-cli.py
prompt_toolkit/__init__.py
prompt_toolkit/auto_suggest.py
prompt_toolkit/buffer.py
prompt_toolkit/cache.py
prompt_toolkit/data_structures.py
prompt_toolkit/document.py
prompt_toolkit/enums.py
prompt_toolkit/history.py
prompt_toolkit/keys.py
prompt_toolkit/log.py
prompt_toolkit/mouse_events.py
prompt_toolkit/patch_stdout.py
prompt_toolkit/py.typed
prompt_toolkit/renderer.py
prompt_toolkit/search.py
prompt_toolkit/selection.py
prompt_toolkit/token.py
prompt_toolkit/utils.py
prompt_toolkit/validation.py
prompt_toolkit/win32_types.py
prompt_toolkit.egg-info/PKG-INFO
prompt_toolkit.egg-info/SOURCES.txt
prompt_toolkit.egg-info/dependency_links.txt
prompt_toolkit.egg-info/requires.txt
prompt_toolkit.egg-info/top_level.txt
prompt_toolkit/application/__init__.py
prompt_toolkit/application/application.py
prompt_toolkit/application/current.py
prompt_toolkit/application/dummy.py
prompt_toolkit/application/run_in_terminal.py
prompt_toolkit/clipboard/__init__.py
prompt_toolkit/clipboard/base.py
prompt_toolkit/clipboard/in_memory.py
prompt_toolkit/clipboard/pyperclip.py
prompt_toolkit/completion/__init__.py
prompt_toolkit/completion/base.py
prompt_toolkit/completion/deduplic
![avatar](https://profile-avatar.csdnimg.cn/ec7f5c9efb5b4604b3b8de71dbfb0088_calculusstill.jpg!1)
程序员Chino的日记
- 粉丝: 3807
- 资源: 5万+
最新资源
- 基于QCloudSOEXC框架的Objective-C智聆打分xcFrame下载源码
- 电压型虚拟同步发电机(VSG)离网仿真模型:涵盖双闭环控制、有功无功外环及虚拟阻抗技术,适用于MATLAB 2018及以上版本,电压型虚拟同步发电机(VSG)离网仿真模型:双闭环控制、虚拟阻抗技术及有
- 基于模型预测控制的混合动力汽车能量管理策略优化:结合车速预测模型与动态规划算法实现实时全局最优燃油经济性,模型预测控制(MPC)在混合动力汽车能量管理策略中的创新应用:结合车速预测模型与动态规划算法追
- 基于COMSOL移动网格方法的激光熔池流动数值模拟:探讨马兰戈尼对流等多因素综合影响,基于COMSOL移动网格法的激光熔池流动数值模拟研究:马兰戈尼对流等多因素探讨,基于comsol移动网格方法的激光
- 奇异小波时频分析:一种高效的多维信号处理方法(应用于金融时间序列、地震信号、语音信号等),一种基于MATLAB的奇异小波时频分析方法:一维时间序列信号处理的新算法 该算法适用于金融时间序列、地震信号
- 基于SSM框架的零食管理系统设计源码
- 基于AD9361的BPSK调制解调器演示:位同步、误码率测试与零中频架构实践,附Verilog代码,基于AD9361软件无线电平台的BPSK调制解调器与误码率测试Demo:零中频架构与FPGA驱动实现
- 《comsol石墨烯吸收器及其在Kubo模型下的性能研究》,编号031:深入探索comsol石墨烯吸收器与Kubo模型在物理现象中的实践应用,comsol石墨烯吸收器,Kubo模型 编号031 ,c
- 基于Vue框架的HBNU前端学习项目设计源码
- 基于风储虚拟惯量控制技术的四机两区系统调频仿真研究:快速仿真与频率特性优化(基于频域模型法,附文献及SOC特性分析),风储联合仿真:基于虚拟惯量和下垂控制的四机两区系统一次调频频率特性研究(快速仿真
- 基于Java语言的HBNU悠市项目期末设计源码
- 基于INFO-RBF回归算法的优化与实现:清晰注释的MATLAB程序(2019b版以上可用),基于INFO-RBF回归算法的优化与实现:清晰注释的MATLAB程序,适用于2019b及以上版本,INFO
- 基于Vue框架的JavaScript水资源APP端代码设计源码
- 基于随机配置网络SCN的Adaboost回归预测模型:多输入单输出,高效且可替换的预测方法,评价指标全面覆盖R2、MAE、MSE等 ,基于随机配置网络SCN的Adaboost回归预测模型:多输入单输出
- 基于CSS、Java、JavaScript、HTML的JSP项目设计源码合集
- 基于Java语言的录音系统设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)