Metadata-Version: 2.4
Name: piespector
Version: 0.3.2
Summary: A terminal-first API client for organized request workflows, history, and replay.
License-Expression: MIT
Project-URL: Homepage, https://www.piespector.com
Project-URL: Documentation, https://www.piespector.com
Project-URL: Installation, https://www.piespector.com/getting-started/installation/
Project-URL: Repository, https://github.com/xeype/piespector
Project-URL: Issues, https://github.com/xeype/piespector/issues
Project-URL: Changelog, https://github.com/xeype/piespector/blob/main/CHANGELOG.md
Keywords: api,http,rest,terminal,textual,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual[syntax]>=0.58.1
Dynamic: license-file

# piespector

[![Website](https://img.shields.io/badge/website-piespector.com-0f172a?style=flat-square)](https://www.piespector.com)
[![Installation](https://img.shields.io/badge/docs-installation-2563eb?style=flat-square)](https://www.piespector.com/getting-started/installation/)
[![License](https://img.shields.io/badge/license-MIT-16a34a?style=flat-square)](./LICENSE)
[![Python](https://img.shields.io/badge/python-3.10%2B-f59e0b?style=flat-square)](https://www.python.org/downloads/)

`piespector` is a terminal-first API client.

Organize HTTP requests into collections and folders, manage named env sets, replay history, and work from a keyboard-driven TUI.

![piespector screenshot](./docs/images/welcome.svg)

## Installation

Install the published app with `uv` or `pipx`:

```bash
uv tool install piespector
pipx install piespector
```

`piespector` installs a global `piespector` command and stores app data in the platform user data directory, so you can launch it from any working directory.

Or install [from source](https://www.piespector.com/getting-started/installation/#install-from-source).

## Documentation

[piespector.com](https://www.piespector.com)
