Metadata-Version: 2.4
Name: starlex
Version: 0.1.1
Summary: Official Python SDK for Starlex.
Author: Starlex
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

# Starlex Python SDK

Official Python SDK package for Starlex.

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/*
```
