Metadata-Version: 2.4
Name: analog-sdk
Version: 0.1.1
Summary: Python SDK for Analog — instantly distill webpages into structured data.
Project-URL: Homepage, https://getanalog.io
Author-email: Marcus Campbell <marcus@getanalog.io>
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: lxml>=5.2
Requires-Dist: markdownify>=0.11
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6.0
Provides-Extra: fetcher
Requires-Dist: analog-fetcher<0.2.0,>=0.1.0; extra == 'fetcher'
Description-Content-Type: text/markdown

# analog-sdk

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

## Installation

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

## Usage

```python
from analog import analog

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

See https://getanalog.io for full documentation.

## License

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