Skip to main content

``pytablewriter-altcol-theme`` is a

Project description

Summary

CI status of Linux/macOS/Windows Test coverage: coveralls CodeQL

pytablewriter-altcol-theme is a pytablewriter plugin to provide a terminal theme.

Installation

pip install pytablewriter-altcol-theme

Usage

Sample Code:
import pytablewriter as ptw

writer = ptw.TableWriterFactory.create_from_format_name(
    "markdown",
    headers=["INT", "STR"],
    value_matrix=[
        [1, "hoge"],
        [2, "foo"],
        [3, "bar"],
    ],
    margin=1,
    theme="altcol",
)
writer.write_table()
Sample Code:
import pytablewriter as ptw

writer = ptw.TableWriterFactory.create_from_format_name(
    "markdown",
    headers=["INT", "STR"],
    value_matrix=[
        [1, "hoge"],
        [2, "foo"],
        [3, "bar"],
    ],
    margin=1,
)

writer.set_theme("altcol", color="yellow")

writer.write_table()

Dependencies

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytablewriter_altcol_theme-0.0.1.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file pytablewriter_altcol_theme-0.0.1.tar.gz.

File metadata

File hashes

Hashes for pytablewriter_altcol_theme-0.0.1.tar.gz
Algorithm Hash digest
SHA256 b6630171216789176b977f9b57a3372d62007230bc7bee2f31b5fc1a49ab54cd
MD5 e53125995a631610a97773082027d4d4
BLAKE2b-256 01c180d4dfc0b909892408186dd9f4635d3fb0bc488c3804eb257e4a24ed694b

See more details on using hashes here.

File details

Details for the file pytablewriter_altcol_theme-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pytablewriter_altcol_theme-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f795b404f38d9817e2a180076161111313a343715aec7ad45542305e462d7fa6
MD5 3f485b6a517a1539eaa744cb649d018b
BLAKE2b-256 c05f2a77c00092156c7652cb4a96831d49597e87ea8a34765137d60fa690ea2e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page