パッケージ: python-ptable (0.9.2-1)
python-ptable に関するリンク
Debian の資源:
ptable ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
library to represent tabular data in visually appealing ASCII tables
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. PTable 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 is the PTable fork of prettytable. It has been updated and extended in a mostly backward compatible way. It is provided for packages that need features from the newer version.
This package contains the Python version of prettytable