Skip to main content

Python library for easily displaying tabular data in a visually appealing ASCII table format

Project description

PLTable

PLTable is a Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. PLTable is a fork of PTable which was in turn originally forked from PrettyTable :

Compared to PTable, PLTable:

  • Adds table style "UNICODE_LINES" based on Ryan James's original line drawing mode at PTable boxchar branch.
  • Adds JSON Dictionary export via "get_json_dict" method. Convert it to JSON via python's built-in json import.
  • Fixes HTML export via "get_html_strin" by adding proper table Title/Caption and valid xHTML parameter toggle.

You can find the full PrettyTable documentation at the PTable or PrettyTable wikis.

To install PLTable, use pip via pip install PLTable or build from source via python setup.py install.

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

PLTable-1.0.0.tar.gz (16.3 kB view hashes)

Uploaded Source

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