csv files printer
Project description
tbl - cat
for csv files
tbl
lets you print out csv files to your terminal, formatted and "prettified".
A lot of the hard work is done with the rapidtables package, check it out!
cat | tbl |
---|---|
Check out this recorded example:
Requirements
- Python 3.4+
Installation
pip install --user clitbl
Usage options
Use tbl -h / tbl --help
to see help.
- The most common use it to just print the table
tbl file.csv
--headers
The headers options lets you explicitly specify the headers for the table. Use this option when you csv files does not include headers, (e.g exampleFile
tbl file.csv --headers '#Index#Item#Cost#Tax#Total'
--select
The select options lets you select what columns to print (similar to SQL SELECT)
tbl file.csv --select '#Item#Tax'
:exclamation: Both headers
and select
use the first charcter as a separator,
it can be any character (kinda like a sed
expressions)
:exclamation: The headers specified with this option are case-sensitive
:star2: The headers
and select
headers can be used together
--format
(defualt: rstgrid)
The format options lets you specify the format used when printing the table.
The available formats are:
rstgrid | rst | md | simple |
---|---|---|---|
Restrictions
There are several cases tbl
does not support:
- Duplicated headers, all headers must be distinct
- Very long headers, while tbl can wrap long paragraph of text in a cell, it cannot wrap text in the headers, which may lead to disfigured output
:exclamation: This is not the use case for tbl anyway, but dont try to print huge tables (several GBs), as tbl (and rapidtable) read the entire table to memory before printing
* Example csv were downloaded from here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file clitbl-0.0.1.tar.gz
.
File metadata
- Download URL: clitbl-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca40e0501dc4b9af5a79994a14008bd42adb33d9794a5589fdc40b4358ec0a24 |
|
MD5 | 1396579e229f4cffd307f38edb60831f |
|
BLAKE2b-256 | b433df49001cb5bca5f1867b0feffa000c9a0fff1281cd27277e2a0be6da7a08 |
File details
Details for the file clitbl-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: clitbl-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88b4a89cbd858abfbfe8af3841fb60d1d29f6f953d12b755622e2f8e1d9df788 |
|
MD5 | ee634fa87bc9d0f359f29e5a551aa6f6 |
|
BLAKE2b-256 | 86f032e194a2e791cda0294cc0396fb8f2a9462905dea933efb03cb489972128 |