Metadata-Version: 2.5
Name: a13n
Version: 0.0.3rc1
Summary: Python SDK for a13n Service
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# a13n

Python SDK package for a13n Service.

## Status

This `0.0.x` package reserves the stable distribution and import names while the service API is being designed. It intentionally exposes no client API yet. Generated models and transports will be added only after the service contract is stable enough to support compatibility guarantees.

## Installation

```bash
uv add a13n
```

```python
import a13n

print(a13n.__version__)
```

## Development

Run the repository-wide Python checks from the repository root:

```bash
make sdk-python-check
```

## License

Licensed under the Apache License 2.0.
