Metadata-Version: 2.5
Name: request-manager
Version: 0.1.6
Summary: Automating request creation and management
Requires-Python: >=3.13
Requires-Dist: pydantic>=2.13.4
Requires-Dist: python-dotenv>=1.2.2
Provides-Extra: httpx
Requires-Dist: httpx>=0.28.1; extra == 'httpx'
Description-Content-Type: text/markdown

# Request Manager library

[![Coverage](https://raw.githubusercontent.com/AgrospAI/request-manager/refs/heads/main/coverage.svg)](https://github.com/agrospai/request-manager)


Python library to help with experiment lifecycle.

## Installation

```bash
uv add request-manager
```

## Utilization
