Metadata-Version: 2.1
Name: WedgieIntegrator
Version: 0.1.2.4
Summary: An API client toolkit that is async friendly
Home-page: https://github.com/deathbywedgie/WedgieIntegrator
Author: Chad Roberts
Author-email: jcbroberts@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: tenacity
Requires-Dist: structlog

# WedgieIntegrator
WedgieIntegrator is an async friendly package for Python which acts as API client toolkit for creating and managing API clients with ease.

## Features

- Simple configuration
- Multiple authentication strategies
- Retry mechanisms
- Asynchronous support
- Detailed logging

## Installation

```bash
pip install WedgieIntegrator
```
