table-format:将Python代码(列表列表)设置为固定宽度的表格

时间:2024-04-26 15:01:52
【文件属性】:

文件名称:table-format:将Python代码(列表列表)设置为固定宽度的表格

文件大小:16KB

文件格式:ZIP

更新时间:2024-04-26 15:01:52

table_format 将Python代码(列表列表)格式化为固定宽度的表格。 :flexed_biceps: 入门 您已经进行了一些这样的测试: def test_the_thing (): assert do_the_thing () == [ [ "A nice header" , "Another" , "More" ], [ 1 , 2 , 3 ], ] 如果这些列对齐会不好吗? 将整个列表复制到剪贴板,然后通过管道传递到table-format --guess-indent 。 在Linux上,您可以使用xsel或xclip等: 选项 传递--help标志以显示所有子命令: $ table-format --help :down_arrow: 安装 最新的代码和数据可以通过以下方式直接从GitHub安装: $ pip install git+https://g


【文件预览】:
table-format-master
----MANIFEST.in(362B)
----requirements-dev.txt(168B)
----.github()
--------workflows()
----CONTRIBUTING.rst(3KB)
----tests()
--------test_reformat.py(624B)
--------__init__.py(62B)
----tox.ini(2KB)
----LICENSE(1KB)
----src()
--------table_format()
----setup.cfg(2KB)
----setup.py(161B)
----.gitignore(5KB)
----README.md(4KB)
----.bumpversion.cfg(746B)
----.pre-commit-config.yaml(343B)

网友评论