Command line app for browsing CSV files with row lazy loading.
Project description
racks-on-tabs
(What you got?) Racks on tabs on tabs
(He got) Racks on tabs on tabs
(We got) Racks on tabs on taaabs
Command line app for browsing CSV files with row lazy loading.
This is what opening 1M rows under 100ms looks like.
$ racks-on-tabs <PATH_TO_CSV>
Starts a local webserver that serves the app content, accessible at localhost:7482.
Installation
Requires Python 3. Tested with Python 3.8.
pipx
racks-on-tabs is a Python app with a set of dependencies. The recommended way to install it is via pipx:
$ pipx install racks-on-tabs
$ racks-on-tabs <PATH_TO_CSV>
virtualenv
Alternatively, you can set up a local virtual env and install racks-on-tabs there:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install racks-on-tabs
$ racks-on-tabs <PATH_TO_CSV>
Troubleshooting
If for some reason you get "executable not found" errors, try locating the library installation path, and run:
$ python -m path/to/pip/packages/racks_on_tabs.__main__ <PATH_TO_CSV>
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file racks-on-tabs-0.1.2.tar.gz.
File metadata
- Download URL: racks-on-tabs-0.1.2.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.8.0 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f236b480b277cf3d2035e13dae7423c7a3a5a0d749d0fbe1321b073fb98d411
|
|
| MD5 |
fc25c2ecf575ecb6d613dc89643237ee
|
|
| BLAKE2b-256 |
66e5b8ebd691911426e2184bd5f1f3d81cc7535a8cdf062b9ea26a94d38a13e4
|
File details
Details for the file racks_on_tabs-0.1.2-py3-none-any.whl.
File metadata
- Download URL: racks_on_tabs-0.1.2-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.8.0 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1203e7625654d5f948af6fd7f39998fc306d36ecac055ae8ce2e548afe2b074e
|
|
| MD5 |
6c76b75f4ef0585758d690fd2a4c0a6b
|
|
| BLAKE2b-256 |
d1ba2793e220329f76a5e1d166a1bc81ccdbbd1f455eaaa0f841aeee2e42fcca
|