pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
610
stars
43
forks
source link
Make "sort_keys" not True by default #15
Closed
Zackhardtoname closed 4 years ago
There is no reason to sort the keys if the user has not asked. Perhaps we can make it into an argument in a future release.