Metadata-Version: 2.3
Name: hexa-sdk
Version: 0.1.0
Summary: A short description of your project
Author: Felix
Author-email: lampkole@gmail.com
Requires-Python: >=3.9
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
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Hexa SDK

A small SDK that exposes the `hexapackage` entry point and provides a `ContextVar` backed `main` function.

## Installation

```bash
poetry install
```

## Usage

```python
from hexa import hexapackage

hexapackage()
```

