Metadata-Version: 2.3
Name: ansel-sh
Version: 0.1.3
Summary: Demand forecasting API for AIs
Author: Ansel Intelligence LLC
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Dist: claude-agent-sdk>=0.1.44
Requires-Dist: pydantic>=2.12.5
Requires-Python: >=3.11
Project-URL: Homepage, https://ansel.app
Project-URL: Repository, https://github.com/anselsource/ansel
Description-Content-Type: text/markdown

# Ansel

Demand forecasting API for AIs.

Auditable demand forecasts from raw data for operational planning.

## Install

```bash
uv add ansel-sh
```

## Quick start

```python
from ansel_sh import forecasts

# User-provided data files are auto-discovered
result = forecasts()
```
