Metadata-Version: 2.1
Name: buks
Version: 0.0.2
Summary: Buks.dev Python Client
Author: Stan Girard
Author-email: stan@quivr.app
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: sqlmodel (>=0.0.19,<0.0.20)
Requires-Dist: stripe (>=9.12.0,<10.0.0)
Description-Content-Type: text/markdown

# Python Client

This is the Python client for the Buks API.

## Installation

```bash
pip install buks
```
