https://github.com/davep/pispy
A terminal-based tool for looking up stuff in PyPI
https://github.com/davep/pispy
packaging pypi python terminal textual
Last synced: 3 months ago
JSON representation
A terminal-based tool for looking up stuff in PyPI
- Host: GitHub
- URL: https://github.com/davep/pispy
- Owner: davep
- License: gpl-3.0
- Created: 2022-11-29T11:05:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T08:48:19.000Z (6 months ago)
- Last Synced: 2025-07-14T20:56:02.424Z (3 months ago)
- Topics: packaging, pypi, python, terminal, textual
- Language: Python
- Homepage: https://pypi.org/project/pispy-client/
- Size: 1.51 MB
- Stars: 32
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# PISpy
## Introduction
PISpy aims to be a simple but useful [PyPI](https://pypi.org/) lookup client
for the terminal.## Installation
### pipx
The package can be installed using [`pipx`](https://pypa.github.io/pipx/):
```sh
$ pipx install pispy-client
```### Homebrew
The package can be installed using Homebrew. Use the following commands to
install:```sh
$ brew tap davep/homebrew
$ brew install pispy
```## Running
Once installed, just run `pispy` from your shell.



[//]: # (README.md ends here)