tabletext is a Python library to format (pretty-print) tabular data as

text tables. Its goal is to be as simple as possible, while allowing
optional customization of the output.

WWW: https://pypi.python.org/pypi/tabletext
This commit is contained in:
Kris Moore 2017-01-11 19:53:54 +00:00
parent ba6bf4b4ab
commit 9ed5e87007
4 changed files with 27 additions and 0 deletions

View file

@ -1316,6 +1316,7 @@
SUBDIR += py-sphinxcontrib-httpdomain
SUBDIR += py-sphinxcontrib-programoutput
SUBDIR += py-syck
SUBDIR += py-tabletext
SUBDIR += py-terminaltables
SUBDIR += py-texttable
SUBDIR += py-tinycss

View file

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= tabletext
PORTVERSION= 0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Python library to pretty-print tabular data
LICENSE= GPLv3
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1484154586
SHA256 (tabletext-0.1.tar.gz) = 7fd53c6acb9641cf0b6641ff9675ce3818d4b0541b9e05e8219c90ffc8512337
SIZE (tabletext-0.1.tar.gz) = 6125

View file

@ -0,0 +1,5 @@
tabletext is a Python library to format (pretty-print) tabular data as
text tables. Its goal is to be as simple as possible, while allowing
optional customization of the output.
WWW: https://pypi.python.org/pypi/tabletext