GitHub's latest "innovation" is like putting lipstick on a #CSV 🐷. Now, with a few clicks, you too can turn your boring #data into a pretty #HTML table that nobody asked for! πŸ’β€β™‚οΈπŸ’»
https://github.com/derekeder/csv-to-html-table #GitHub #Innovation #PrettyTable #HackerNews #ngated
GitHub - derekeder/csv-to-html-table: :arrow_down_small: Display any CSV (comma separated values) file as a searchable, filterable, pretty HTML table

:arrow_down_small: Display any CSV (comma separated values) file as a searchable, filterable, pretty HTML table - derekeder/csv-to-html-table

GitHub

Just released: PrettyTable 3.16 πŸš€
Just released: norwegianblue 0.21.0 πŸš€

Add support for OSC 8 hyperlinks in the terminal.

https://github.com/prettytable/prettytable/releases/tag/3.16.0

norwegianblue now uses this to create hyperlinks in the terminal instead of printing a wide column of links. Use command+click with iTerm.

Also create hyperlinks for Markdown, reStructuredText and HTML output.

https://github.com/hugovk/norwegianblue/releases/tag/0.21.0

Attached are before and after images.

#Python #release #PrettyTable #norwegianblue

Release Release 3.16.0 Β· prettytable/prettytable

Added Support OSC 8 hyperlinks (#380) @hugovk

GitHub

Just released! PrettyTable 3.12 πŸš€

https://pypi.org/project/prettytable/3.12.0/

πŸͺ‘ Add new themes to ColorTable
πŸͺ‘ Drop support for Python 3.8
πŸͺ‘ Deprecate hrule and tableStyle constants
πŸͺ‘ Use SPDX license identifier
πŸͺ‘ Add lots of type annotations
πŸͺ‘ Generate __version__ at build to avoid slow importlib.metadata
πŸͺ‘ Release to PyPI using Trusted Publishing and PEP 703 digital attestations
πŸͺ‘ Fix drawing headerless coloured tables with title
πŸͺ‘ And more!

#Python #PrettyTable #release #PEP703 #Python38

prettytable

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

PyPI
Perquè reinventar la roda si algú ja ho ha fet?
La llibreria #Python #PrettyTable em permet crear taules per a ser mostrades en la consola, definint columnes i contingut, que pot ser de variables. Genial!