add package neilotoole/sq (#5546)

This commit is contained in:
ygxiaobai111 2024-12-28 01:39:22 +08:00 committed by GitHub
parent f67e5226fc
commit 49cf173217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2539,6 +2539,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A
- [go-fixedwidth](https://github.com/ianlopshire/go-fixedwidth) - Fixed-width text formatting (encoder/decoder with reflection).
- [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format.
- [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go.
- [sq](https://github.com/neilotoole/sq) - Convert data from SQL databases or document formats like CSV or Excel into formats such as JSON, Excel, CSV, HTML, Markdown, XML, and YAML.
- [textwrap](https://github.com/isbm/textwrap) - Wraps text at end of lines. Implementation of `textwrap` module from Python.
### Markup Languages