🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

sqlite-utils-tui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-utils-tui

Terminal UI for sqlite-utils

0.1
PyPI
Maintainers
1

sqlite-utils-tui

PyPI Changelog Tests License

Terminal UI for sqlite-utils, built on top of Trogon.

Installation

Install this plugin in the same environment as sqlite-utils.

sqlite-utils install sqlite-utils-tui

Usage

Once installed, run the following command to open a terminal UI for exploring the options made available by sqlite-utils:

sqlite-utils tui

Screenshot of the TUI showing sqlite-utils options in an interactive terminal interface

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd sqlite-utils-tui
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

python -m pytest

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