Metadata-Version: 2.1
Name: hyper-inspector
Version: 0.0.2
Summary: A simple HTTP inspector to debug webhooks and other incoming requests
License: MIT
Author: Santiago Basulto
Author-email: santiago.basulto@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: rich (>=10.0.1,<11.0.0)
Description-Content-Type: text/markdown

A dummy/mocking server to inspect incoming HTTP connections. Use it to test/debug Webhooks.

### Installation

```bash
```

### Usage

```
```

