texttable: Python module for creating simple ASCII tables#

Description#

Python module for creating simple ASCII tables

License#

MIT License (MIT)

Upstream Contact#

https://github.com/foutaise/texttable/

Dependencies#

  • python

Special Update/Build Instructions#

Type#

optional

Dependencies#

  • $(PYTHON)

  • $(PYTHON_TOOLCHAIN)

Version Information#

package-version.txt:

1.7.0

install-requires.txt:

texttable >=1.6.3

Equivalent System Packages#

$ sudo pacman -S python-texttable
$ conda install texttable
$ sudo apt-get install python3-texttable
$ sudo yum install python-texttable
$ sudo emerge dev-python/texttable
$ sudo port install py-texttable
$ sudo zypper install python3\$\{PYTHON_MINOR\}-texttable
$ sudo xbps-install python3-texttable

See https://repology.org/project/texttable/versions, https://repology.org/project/python:texttable/versions

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.