Metadata-Version: 2.4
Name: deliverymatch-python
Version: 0.1.0
Summary: Python client for DeliveryMatch API
Requires-Python: >=3.10
Requires-Dist: attrs>=21.3.0
Requires-Dist: httpx>=0.20.0
Requires-Dist: python-dateutil>=2.8.0
Description-Content-Type: text/markdown

# DeliveryMatch Python Client

Auto-generated Python client for the DeliveryMatch API.

## Installation

```bash
pip install deliverymatch-python
```

## Usage

See [tests/test_api.py](tests/test_api.py) for examples.

## Development

Requires [uv](https://docs.astral.sh/uv/).

```bash
make install
make generate SPEC=/path/to/openapi.yaml
make test
make lint
```
