Skip to main content

Ready-made rich tables for various purposes

Project description

Rich tables

JSON human-prettifier based on the brilliant rich python library.

Since my usual day involves building and interacting with various APIs, JSON data is constantly flying around the terminal. Reading JSON data (even when it's prettified by, say, jq) requires a fair bit of mental effort; and it's basically impossible to analyze / make sense of it just by looking at it.

This project initially started as a way to solve this issue - it takes JSON data as an input and prints it in (rich-)tables, making it somewhat more readable for humans. With time, it's become the main handler for most of structured data that gets displayed in my terminal and is now one of my core every day tools.

Releases

It's WIP but installable through pip: pip install rich-tables - feel free test it but do not expect it to be stable yet.

If we have enough interest, I am more than happy to prepare a release with a somewhat stable API.

Some bits to be aware of

Most commits are made by a daily cron job

You will find commits named

Automatic backup <date>

There is a daily cronjob which checks my local copy of the repository for changes, commits and pushes them upstream.

It got setup because this entire thing got built without intention - whenever I came across data that was not handled by rich-tables, I opened the code, quickly added the logic and continued on with the original work without committing. Eventually, I'd have to deal with a huge diff with a lot of unrelated changes.

Tests simply attempt to render data in each test case without making any assertions
  • At least at this point I only want to know whether every piece of data is rendered fine.
For each tests/json/<name>.json test case, the rendered output is saved to svgs/<name>.svg file
  • Allows to see the visual difference a certain change makes
  • Helps to detect unintended side effects: if we're expecting an update of album.svg only but see that pr.svg is also updated, we know something's not right
  • In commit details, GitHub shows visual difference for svg file changes
    • This is very helpful when one is trying to track down the culprit behind some missing border
README is populated with pictures dynamically when tests pass
  • Once tests finish successfully, a subsection is added for every picture in the svgs/ folder (in the alphabetical order). case.svg would be found under the subsection Case.
  • This logic lives in a session-scoped pytest fixture, after the yield statement

Examples

Album

image

Calendar

image

Emails

image

Hue

image

Jira diff

image

Nested JSON

image

Pr

image

Simple JSON

image

Tasks

image

Timed

image

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

rich_tables-0.3.0.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rich_tables-0.3.0-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file rich_tables-0.3.0.tar.gz.

File metadata

  • Download URL: rich_tables-0.3.0.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.8.13 Linux/6.4.7-arch1-3

File hashes

Hashes for rich_tables-0.3.0.tar.gz
Algorithm Hash digest
SHA256 0dc5f08c82565fc3f59b29aac4fb49d727d2c062a90057f09d52ed23f3baafde
MD5 f770f3e1d740f0fe62b5213e0734915e
BLAKE2b-256 b97f45314f9ca7b9402ef061289d48150c5623063321a4fc2074710e320e6d35

See more details on using hashes here.

File details

Details for the file rich_tables-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: rich_tables-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 22.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.8.13 Linux/6.4.7-arch1-3

File hashes

Hashes for rich_tables-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 364bbb1e8da7166aac675dfaad082be4b902534de9e1a35b39a1a907e3c62998
MD5 3e23a5c151e4481f9dee2b79fb122c22
BLAKE2b-256 6a185c5ff7931b3c2ad8c776ccd2c52d517bd038015d24b30456ad0198909c43

See more details on using hashes here.

Supported by

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