[ 源代码: python-tabulate ]
软件包:python3-tabulate(0.8.2-1)
python3-tabulate 的相关链接
Debian 的资源:
下载源码包 python-tabulate:
- [python-tabulate_0.8.2-1.dsc]
- [python-tabulate_0.8.2.orig.tar.gz]
- [python-tabulate_0.8.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [bitbucket.org]
相似软件包:
pretty-print tabular data in Python3
Pretty-print tabular data in Python, a library and a command-line utility. The main use cases of the library are:
* printing small tables without hassle: just one function call, formatting is guided by the data itself * authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation * readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point
This package installs the library for Python 3, and the cli tool.