Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

racks-on-tabs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

racks-on-tabs

Command line app for browsing CSV files with row lazy loading.

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

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

~YC & Future, circa 2011, probably

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>

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc