Metadata-Version: 2.1
Name: pispy-client
Version: 0.6.0
Summary: A terminal-based Python package index inspector
Home-page: https://github.com/davep/pispy
Author: Dave Pearson
Author-email: davep@davep.org
Maintainer: Dave Pearson
Maintainer-email: davep@davep.org
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Project-URL: Documentation, https://github.com/davep/pispy/blob/main/README.md
Project-URL: Source, https://github.com/davep/pispy
Project-URL: Issues, https://github.com/davep/pispy/issues
Project-URL: Discussions, https://github.com/davep/pispy/discussions
Keywords: terminal
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Python: <3.13,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: textual >=0.56.4
Requires-Dist: httpx

# 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)
