Metadata-Version: 2.4
Name: urlpeek
Version: 0.3.0
Summary: Fetch a URL and pretty-print the JSON response.
Keywords: cli,http,json,pretty-print
Author: GOUD
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Dist: httpx>=0.28.1
Requires-Dist: rich>=15.0.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# urlpeek

Fetch a URL and pretty-print the JSON response. That's it.

## Install

```bash
uv tool install urlpeek
```

Or with pipx:

```bash
pipx install urlpeek
```

## Usage

```bash
urlpeek https://api.github.com
```

Output is syntax-highlighted and indented via [rich](https://github.com/Textualize/rich).

## Why

`curl | jq` works fine. This is one command and no pipe.

## License

MIT
