Name: | python2-tabulate |
---|---|
Version: | 0.7.7 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 150721 |
License: | MIT |
RPM: | python2-tabulate-0.7.7-1.el7.noarch.rpm |
Source RPM: | python-tabulate-0.7.7-1.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/tabulate |
Summary: | Pretty-print tabular data in Python, a library and a command-line utility |
Description: | 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 Python 2 version. |