Metadata-Version: 2.4
Name: init8-sdk
Version: 0.0.0
Summary: Name reservation placeholder for the init8-sdk public extension surface. The real package will publish to this name in a future release.
Project-URL: Homepage, https://github.com/yaserirfan/init8
Author: Yaser Irfan
License: MIT
Keywords: agent,ai,init8,placeholder,sdk
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# init8-sdk (placeholder)

**This is a 0.0.0 placeholder package — NOT the real `init8-sdk`.**

It exists solely to reserve the `init8-sdk` name on PyPI. Do not depend on this version.

The real `init8-sdk` — the public extension surface for [Init8](https://github.com/yaserirfan/init8) agents — will be published under this name in a future release. Until then this placeholder simply prevents typo-squatting / name-squatting of the package name.

## What you should do

Nothing. If you arrived here looking for the Init8 SDK, come back when version `0.1.0` (or higher) ships.

## What this placeholder contains

A single empty Python module: `init8_sdk` with `__version__ = "0.0.0"`. No runtime dependencies. No public surface beyond `__version__`.
