Metadata-Version: 2.4
Name: paygen
Version: 0.1.0
Summary: A tool for generating web payloads
Requires-Python: >=3.13
Requires-Dist: faker>=37.1.0
Requires-Dist: hatchling>=1.27.0
Requires-Dist: numpy>=2.2.5
Requires-Dist: typer>=0.15.3
Description-Content-Type: text/markdown

# Paygen

Paygen is a tool for generating random payloads for bechmarking and testing.

## Installation

```bash
uv sync
```

## Usage

```bash
uv run paygen -h
```