An open API service indexing awesome lists of open source software.

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

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.

![PISpy lookup up Tinboard](https://raw.githubusercontent.com/davep/pispy/main/img/pispy.png)

![PISpy lookup up Tinboard](https://raw.githubusercontent.com/davep/pispy/main/img/pispy-description.png)

![PISpy lookup up Tinboard](https://raw.githubusercontent.com/davep/pispy/main/img/pispy-wheel.png)

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