python-devtools:Python开发工具

时间:2021-04-29 18:38:46
【文件属性】:
文件名称:python-devtools:Python开发工具
文件大小:75KB
文件格式:ZIP
更新时间:2021-04-29 18:38:46
python devtools python-devtools Python python devtools Python缺少的调试打印命令和其他开发工具。 有关更多信息,请参阅。 安装 只是 pip install devtools[pygments] pygments不是必需的,但是如果安装了pygments ,则输出将突出显示并且更易于阅读。 除python 3.6、3.7或3.8外, devtools没有其他必需的依赖项。 如果您已经安装了python 3.6+和pip ,那就很好了。 用法 from devtools import debug whatever = [ 1 , 2 , 3 ] debug ( whatever ) 输出: test . py : 4 < module> : whatever : [ 1 , 2 , 3 ] ( list ) 例如,这只是冰山一角: import numpy as np data =
【文件预览】:
python-devtools-master
----MANIFEST.in(53B)
----docs()
--------install.md(317B)
--------requirements.txt(132B)
--------examples()
--------history.md(16B)
--------theme()
--------usage.md(3KB)
--------index.md(877B)
--------build()
----runtime.txt(4B)
----HISTORY.md(873B)
----.github()
--------FUNDING.yml(21B)
--------workflows()
----mkdocs.yml(814B)
----tests()
--------test_utils.py(2KB)
--------test_prettier.py(7KB)
--------test_custom_pretty.py(2KB)
--------test_ansi.py(2KB)
--------conftest.py(96B)
--------test_expr_render.py(8KB)
--------test_timer.py(2KB)
--------__init__.py(0B)
--------requirements.txt(302B)
--------test_main.py(9KB)
----LICENSE(1KB)
----demo.py.png(40KB)
----devtools()
--------utils.py(3KB)
--------debug.py(13KB)
--------timer.py(3KB)
--------__init__.py(130B)
--------prettier.py(9KB)
--------ansi.py(4KB)
--------version.py(42B)
----setup.cfg(469B)
----requirements.txt(51B)
----setup.py(2KB)
----.gitignore(209B)
----.codecov.yml(101B)
----Makefile(1KB)
----README.md(2KB)

网友评论