Metadata-Version: 2.4
Name: tzun-sdk
Version: 0.0.0a1
Summary: Name reservation stub for tzun-sdk — the real SDK is private during alpha. Contact hello@tzun.ai.
Project-URL: Homepage, https://tzun.ai
Author-email: Sandra Sertel <hello@tzun.ai>
License: Proprietary — All Rights Reserved
Keywords: reservation,stub,tzun
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# tzun-sdk (stub)

This is a **name-reservation stub** for the `tzun-sdk` package on PyPI.

The real Tzun SDK — forensic evidence infrastructure for AI decisions — is
**private during the alpha period**. This published version contains no
functionality. Importing it emits a `UserWarning` and exposes only
`__version__`.

## Status

- **Stub version**: `0.0.0a1` (alpha 1 — lowest possible pre-release)
- **Real SDK first public release**: `1.0.0` (post-launch; will overwrite
  this stub's slot on PyPI in `pip install`'s default resolution because
  `0.0.0a1 < 1.0.0`)
- **Real SDK during alpha**: installable only from the private GitHub
  repo via `git+ssh` / `git+https`. See
  `https://github.com/TzunAI/tzun-sdk/blob/main/python/README.md`
  for the private-install snippets.

## Why a stub at all?

Reserving the `tzun-sdk` name on PyPI in advance of the public launch
prevents typo-squatting and brand-impersonation packages from
hijacking the name. The stub is published once via a manual
`workflow_dispatch` (see `.github/workflows/python-stub-publish.yml`).

## Contact

`hello@tzun.ai`

## License

Proprietary — All Rights Reserved. Copyright (c) 2026 Sandra Sertel / Tzun.
See the LICENSE file in the parent repository.
