Metadata-Version: 2.4
Name: chartezian-sdk
Version: 0.1.0
Summary: Official Python SDK for Chartezian Text2SQL and analytics tooling.
Project-URL: Homepage, https://chartezian.com
Project-URL: Documentation, https://chartezian.com/docs
Project-URL: Repository, https://github.com/chartezian/chartezian-sdk
Author-email: Furkan Aksoy <furkan@chartezian.com>
License: MIT
License-File: LICENSE
Keywords: analytics,benchmarks,business intelligence,chartezian,sql,text2sql
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Chartezian SDK

The official Python SDK for **Chartezian** — Text2SQL, analytics, benchmarks, and BI automation tooling.

> This is an early placeholder release. The API surface will grow as Chartezian's
> services become publicly available.

## Installation

```bash
pip install chartezian-sdk
```

## Usage

```python
from chartezian import about

print(about())
```

## Links

- Homepage: https://chartezian.com
- Documentation: https://chartezian.com/docs
- Repository: https://github.com/chartezian/chartezian-sdk

## License

MIT © Furkan Aksoy
