Metadata-Version: 2.4
Name: analog-sdk
Version: 0.0.2
Summary: Python SDK for Analog — instantly distill webpages into structured data. Placeholder release; full SDK lands in a follow-up version.
Project-URL: Homepage, https://getanalog.io
Author-email: Marcus Campbell <marcus@getanalog.io>
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# analog-sdk

Python SDK for [Analog](https://getanalog.io) — instantly distill
webpages into structured data.

> **Placeholder release.** This is a stub package that reserves the
> `analog-sdk` name on PyPI while the full SDK is finalized in
> Analog's monorepo. The real SDK lands in a follow-up version.
> For status and release timing, see https://getanalog.io.

## Installation

```bash
pip install analog-sdk
```

## Future usage (when the real SDK ships)

```python
from analog import analog

result = analog("https://example.com")
```

The wire shape is still evolving, so this stub release doesn't ship
the full API surface. For canonical usage documentation when the real
SDK lands, see https://getanalog.io.

## License

MIT — see [LICENSE](./LICENSE).
