Metadata-Version: 2.4
Name: tandoor-client
Version: 2.5.0
Summary: Auto-generated Python client for the Tandoor Recipes API
Author: Tandoor Client Auto-Publisher
License-Expression: MIT
Project-URL: Homepage, https://github.com/FeatureCreep-dev/tandoor-api
Project-URL: Tandoor Recipes, https://github.com/TandoorRecipes/recipes
Project-URL: Bug Tracker, https://github.com/FeatureCreep-dev/tandoor-api/issues
Keywords: tandoor,recipes,api,client,openapi
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.20.0
Requires-Dist: attrs>=21.3.0
Requires-Dist: python-dateutil>=2.8.0

# tandoor-client v2.5.0

Auto-generated Python client for the [Tandoor Recipes](https://tandoor.dev) API.

## Installation

```bash
pip install tandoor-client
```

## Usage

```python
from tandoor_client import Client

client = Client(base_url="https://your-tandoor-instance.com")
```

See the [main repository](https://github.com/FeatureCreep-dev/tandoor-api) for more details.
