Name: | python34-prettytable |
---|---|
Version: | 0.7.2 |
Release: | 19.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 178482 |
License: | BSD |
RPM: | python34-prettytable-0.7.2-19.el7.noarch.rpm |
Source RPM: | python3-prettytable-0.7.2-19.el7.src.rpm |
Build Date: | Fri Jul 05 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.org/project/PrettyTable/ |
Summary: | Python library to display tabular data in tables |
Description: | 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. |