terminaltables 3.1.0-2 source package in Ubuntu

Changelog

terminaltables (3.1.0-2) unstable; urgency=medium

  * Upload to unstable.
  * Bump standards version to 4.1.1, no changes needed.
  * Rename doc package from python3-terminaltables-doc to
    python-terminaltables-doc.
  * Add autopkgtest-pkg-python test suite.
  * Switch to python3-sphinx* instead of the py2 versions.
  * Migrate from git-dpm to gbp.
  * Add patch to correct the shebang lines of examples to python3.
  * Install examples in the examples directory as executables.

 -- Carl Suster <email address hidden>  Sat, 02 Dec 2017 00:52:18 +1100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
terminaltables_3.1.0-2.dsc 2.3 KiB cba8cd6c1ee55ef81fa09147919b35c42839d58f242ba441fbc1df6d0ff22084
terminaltables_3.1.0.orig.tar.gz 272.0 KiB c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723
terminaltables_3.1.0-2.debian.tar.xz 4.2 KiB b74b847073c0306b67b4513f8311b3e649d11080bac3a7f7e302c0cee51766ac

No changes file available.

Binary packages built by this source

python-terminaltables-doc: Documentation for terminaltables table printer

 Easily draw tables in terminal/console applications from a list of lists of
 strings.
 .
 This package contains the documentation for terminaltables.

python3-terminaltables: Python library for printing tables to the console

 Easily draw tables in terminal/console applications from a list of lists of
 strings.
 .
 Supports: multi-line rows, table titles, POSIX and Windows, Wide CJK
 (Chinese/Japanese/Korean) characters are displayed correctly, RTL Arabic and
 Hebrew characters are aligned correctly, alignment and justification.
 Colored text is supported through colorclass, colorama, termcolor, or just
 plain ANSI escape codes.
 .
 This package provides the Python 3 module.