Metadata-Version: 2.4
Name: hexdash
Version: 0.1.1
Summary: Official Python SDK for Hexdash.
Author: Hexdash
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Hexdash Python SDK

Official Python SDK package for Hexdash.

This release provides the initial SDK package scaffold and versioned distribution for Python consumers.

## Build

```bash
uv run --with build python -m build
```

## Publish

```bash
uv run --with twine python -m twine upload --non-interactive -u __token__ -p "$PYPI_API_TOKEN" dist/*
```
