套件: python3-prettytable (2.5.0-2)
python3-prettytable 的相關超連結
Trisquel 的資源:
下載原始碼套件 prettytable:
維護者:
Original Maintainers:
- Sandro Tosi
- Debian Python Team
外部的資源:
- 主頁 [github.com]
相似套件:
library to represent tabular data in visually appealing ASCII tables (Python3)
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
This package contains the Python 3 version of prettytable.
提供 python3-prettytable 的套件
- python3-ptable
- library to represent tabular data in visually appealing ASCII tables (Python3)
其他與 python3-prettytable 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- 或者 python3 (>> 3.8)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-wcwidth
- determine printable width of a string on a terminal