文件名称:enlighten:启发Python控制台应用程序的进度栏
文件大小:1010KB
文件格式:ZIP
更新时间:2024-06-02 12:48:49
python Python
概述 Enlighten Progress Bar是Python的控制台进度栏模块。 (是的,另一个。) Enlighten的主要优点是它允许在不进行任何重定向的情况下写入stdout和stderr。 在示例中的demo.py中可以找到此动画的代码。 文献资料 https://python-enlighten.readthedocs.io 安装 画中画 $ pip install enlighten 转速 Fedora和EL8(RHEL / CentOS) (必须为EL8 配置EPEL存储库) $ dnf install python3-enlighten EL7(RHEL / CentOS) (必须 配置EPEL存储库) $ yum install python2-enlighten $ yum install python36-enlighten 包 Arch
【文件预览】:
enlighten-master
----MANIFEST.in(69B)
----README.rst(8KB)
----.github()
--------ISSUE_TEMPLATE()
----tests()
--------test_manager.py(38KB)
--------test_statusbar.py(6KB)
--------test_counter.py(38KB)
--------test_basecounter.py(6KB)
--------__init__.py(5KB)
--------test_util.py(1KB)
----tox.ini(2KB)
----LICENSE(16KB)
----setup.cfg(721B)
----requirements.txt(16B)
----doc()
--------api.rst(938B)
--------spelling_wordlist.txt(118B)
--------conf.py(6KB)
--------install.rst(1KB)
--------faq.rst(4KB)
--------patterns.rst(5KB)
--------docutils.conf(26B)
--------examples.rst(10KB)
--------Makefile(620B)
--------index.rst(919B)
--------_static()
----examples()
--------multiple_logging.py(3KB)
--------multiprocessing_queues.py(3KB)
--------multicolored.py(5KB)
--------floats.py(1KB)
--------demo.py(2KB)
--------context_manager.py(1022B)
--------__init__.py(0B)
--------basic.py(613B)
--------prefixes.py(1KB)
--------ftp_downloader.py(2KB)
----setup.py(2KB)
----enlighten()
--------_util.py(2KB)
--------_basecounter.py(7KB)
--------_counter.py(31KB)
--------__init__.py(697B)
--------_manager.py(21KB)
--------_statusbar.py(8KB)
--------counter.py(1KB)
----setup_helpers.py(3KB)
----pylintrc(1KB)