Metadata-Version: 2.4
Name: atsw
Version: 1.0.0
Summary: ATSW — Box-Jenkins-Treadway time series suite (fue + pyfug + ART/MCP)
Author-email: "David E. Guerrero" <davidesg@ucm.es>
License: GPL-2.0-or-later
Keywords: time series,ARIMA,Box-Jenkins,Treadway,MCP,suite
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fue>=0.1.3
Requires-Dist: pyfug>=2.0
Requires-Dist: art-tseries>=0.1.0

# ATSW — Box-Jenkins-Treadway time series suite

`atsw` is an **umbrella package**: installing it pulls the complete Box-Jenkins-
Treadway time series suite plus the MCP server, in one step.

```bash
pip install atsw
```

This installs:

| Component | Package | Role |
|-----------|---------|------|
| **FUE** (+ FUF) | `fue` | Exact ML estimation (ARMAX + transfer functions) and forecasting |
| **FUG** | `pyfug` | High-definition graphics for time series analysis |
| **ART** | `art-tseries` | Model building, diagnosis, formal tests + **MCP server** (`art-mcp`) |

## Use with an LLM (MCP)

```bash
claude mcp add art -- art-mcp
```

Ask Claude to analyse a time series; it will offer a **guided** (analyst decides,
Claude advises) or **autonomous** (Claude decides) Box-Jenkins-Treadway workflow.

## Components on PyPI

Each component is also installable on its own — `atsw` just fixes a compatible
set. See each package's README and `art-tseries`'s `docs/ARCHITECTURE.md` for the
full design.

## License

GPL-2.0-or-later. © David E. Guerrero.
