PLTable
PLTable is a Python 3 library designed to make it quick and easy to represent tabular data in visually appealing text tables. PLTable is a fork of PTable which was in turn originally forked from PrettyTable:
Compared to PTable, PLTable:
- Adds an improved Unicode line drawing table style based on Ryan James's original PTable fork, boxchar branch.
- Adds JSON dictionary export via "get_json_dict" method. Dump it to JSON format via the built-in json library.
- Fixes HTML export via "get_html_string" by adding proper table Title/Caption and valid xHTML parameter toggle.
PLTable can be used as a drop-in replacement for PTable, provided that the module import name is changed accordingly. The opposite is not true because PLTable adds additional capabilities which are not present at PTable, while retaining the existing, with various bug fixes when necessary.
You can find PrettyTable documentation at the PTable and/or PrettyTable wikis.
To install PLTable, use pip via pip install pltable or build from source via python setup.py install.
Release files for PLTable 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PLTable-1.1.0.tar.gz | 17.6 kB | Details |
Release files / PLTable-1.1.0.tar.gz
| Download URL | PLTable-1.1.0.tar.gz |
|---|---|
| Size | 17.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dc8eb7cb9721a7090dc7a5976fbec7d3ef6b82a61f86c3b98700571a3f10401a
|
|
BLAKE2b-256 checksum How to use checksums |
53b90276a2c7699255c9a8e459b093db4414162607dcf42636c0bbe4be1bf8e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|