Metadata-Version: 2.4
Name: mapleflow
Version: 0.8.2
Summary: Official Python SDK for the MapleFlow API platform — auto-generated from OpenAPI spec
Project-URL: Homepage, https://mapleflow.io
Project-URL: Repository, https://github.com/mapleflow/sdk-python
Project-URL: Documentation, https://mapleflow.io/docs
Author-email: MapleFlow <hello@mapleflow.io>
License-Expression: MIT
Keywords: ai,api,mapleflow,sdk,translate,weather
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: httpx>=0.24.0
Requires-Dist: microsoft-kiota-abstractions>=1.0.0
Requires-Dist: microsoft-kiota-authentication-azure>=1.0.0
Requires-Dist: microsoft-kiota-http>=1.0.0
Requires-Dist: microsoft-kiota-serialization-json>=1.0.0
Requires-Dist: microsoft-kiota-serialization-text>=1.0.0
Description-Content-Type: text/markdown

# mapleflow

Official Python SDK for the [MapleFlow](https://mapleflow.io) API platform. Auto-generated from OpenAPI spec using [openapi-python-client](https://github.com/openapi-generators/openapi-python-client).

## Install

```bash
pip install mapleflow
```

## Quick Start

```python
from mapleflow import Client

client = Client(
    base_url="https://mapleflow.io",
    headers={"X-API-Key": "sk_live_..."},
)
```

## Regenerate SDK

```bash
openapi-python-client generate --path ../../src/openapi.json --config config.yml --meta none --overwrite
```

## License

MIT
