Metadata-Version: 2.4
Name: stackmachine
Version: 0.2.1
Summary: Python SDK for StackMachine.
Project-URL: Homepage, https://github.com/stackmachine/sdks/tree/main/python
Project-URL: Repository, https://github.com/stackmachine/sdks
Project-URL: Issues, https://github.com/stackmachine/sdks/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# StackMachine Python SDK

Python SDK for StackMachine.

## Installation

```bash
uv add stackmachine
```

## Status

This package currently contains the initial Python SDK scaffold. The public API implementation will be added in a follow-up release.

## Manual Publish

Use this path for the first package upload before PyPI Trusted Publishing is configured:

```bash
cd python
uv sync --dev
uv build --no-sources
uv publish
```
