Metadata-Version: 2.4
Name: bubble-data-api-client
Version: 0.0.1a13
Summary: Python client for Bubble Data API
Project-URL: Homepage, https://github.com/bubble-python/bubble-data-api-client
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx~=0.28
Requires-Dist: pydantic~=2.11
Dynamic: license-file


# bubble-data-api-client

[![Downloads](https://static.pepy.tech/badge/bubble-data-api-client/month)](https://pepy.tech/project/bubble-data-api-client)

**Async-first** Python client for the Bubble Data API, offering an **synchronous** and **asynchronous** interfaces.

## Features

- **Async-first design**: Built around `asyncio` for maximum performance and concurrency.
- **Dual API support**: Use the client in both sync and async contexts with ease.
- **Type hints** and **data validation** for robust integration.
- Simple, intuitive method names matching Bubble's endpoints.

## Installation

```bash
pip install bubble-data-api-client
```
