#prettytable — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #prettytable, aggregated by home.social.
-
Out now: PrettyTable 3.18!
Library to display tabular data in a visually appealing ASCII table format.
Lots of stuff here, including performance improvements, some thanks to improvements in wcwidth dependency.
Add support for:
Python 3.16
reStructuredText tables
multiline headers
captions in MarkdownAnd more!
https://github.com/prettytable/prettytable/releases/tag/3.18.0
#Python #release #PrettyTable -
Out now: PrettyTable 3.18!
Library to display tabular data in a visually appealing ASCII table format.
Lots of stuff here, including performance improvements, some thanks to improvements in wcwidth dependency.
Add support for:
Python 3.16
reStructuredText tables
multiline headers
captions in MarkdownAnd more!
https://github.com/prettytable/prettytable/releases/tag/3.18.0
#Python #release #PrettyTable -
Just released! 🚀
🪑 PrettyTable 3.17.0
https://github.com/prettytable/prettytable/releases/tag/3.17.0
Add support for Python 3.15, drop 3.9, test 3.13t-3.15t
Set dicts with column-specific config for all column-specific attrs
Update type hints
Replace pre-commit with prek
& more! -
Just released! 🚀
🪑 PrettyTable 3.17.0
https://github.com/prettytable/prettytable/releases/tag/3.17.0
Add support for Python 3.15, drop 3.9, test 3.13t-3.15t
Set dicts with column-specific config for all column-specific attrs
Update type hints
Replace pre-commit with prek
& more! -
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'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 -
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.
-
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.
-
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! -
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! -
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!