dbcli / cli_helpers

Python helpers for common CLI tasks
http://cli-helpers.rtfd.io/
BSD 3-Clause "New" or "Revised" License
92 stars 29 forks source link

Replace local tabulate formats with those available upstream #79

Closed kdeldycke closed 1 year ago

kdeldycke commented 2 years ago

FYI, I just proposed a new PR in the upstream python-tabulate project to add some new unicode-based table rendering.

The new renderings can now replace the formats hard-coded in cli_helpers:

See more details at: https://github.com/astanin/python-tabulate/pull/151

kdeldycke commented 2 years ago

For the record, I backported all the new formats to my own standalone package: click-extra.

kdeldycke commented 1 year ago

I am no longer using cli_helpers and have switched to directly depending on python-tabulate for my use-case.

I now rely exclusively on click-extra as a replacement for cli_helpers.