dcmoura / spyql

Query data on the command line with SQL-like SELECTs powered by Python expressions
https://spyql.readthedocs.io
MIT License
918 stars 25 forks source link

Additional output formats / writers #28

Closed dcmoura closed 3 years ago

dcmoura commented 3 years ago

\begin{table}[] \begin{tabular}{l|l|l} id & name & add \ \hline 1 & hello & www \ 2 & planet & biniam \ 3 & earth & com
\end{tabular} \end{table}

A B
1 2
3 4
dcmoura commented 3 years ago

Already available when choosing pretty output and the tablefmt parameter (e.g. -Otablefmt=html). For available output formats check: https://pypi.org/project/tabulate/