ART — A Real-Time Time-Series Analysis toolkit + MCP server
art-tseries (ART) builds univariate time series models following the
Box-Jenkins-Treadway methodology: an iterative, decision-driven process that
uses graphical tools and formal tests to identify, estimate, diagnose and refine
a model until it is adequate and parsimonious.
ART is the orchestration layer of a four-part suite:
| Package | Role |
|---|---|
| fue | Exact maximum-likelihood estimation (ARMAX + transfer functions) and FUF forecasting. C engine with a pure-Python fallback. |
| pyfug | High-definition graphics for time series analysis. |
ART (art-tseries) |
Identification, model building, diagnosis, formal tests, versioning — and an MCP server that exposes all of this to an LLM. |
The Box-Jenkins-Treadway loop needs judgement at each decision node. ART supplies the evidence (graphs, tests, numbers); a human analyst and/or Claude supply the criterion. Two modes:
- Guided — analyst + Claude: Claude proposes with arguments, the analyst decides.
- Autonomous — Claude/heuristic decides every step and presents a final model.
Install
pip install art-tseries # pulls fue + pyfug automatically
This installs the art-mcp command (the MCP server).
Use as an MCP server (Claude Code, etc.)
claude mcp add art -- art-mcp
Then ask Claude to analyse a series. ART will ask whether you want a guided or autonomous analysis and drive the workflow from there.
Use as a library
import fue
from art.describe import describe_boxcox, describe_identification, model_equation
ts, _ = fue.inp.load("series.inp")
print(describe_boxcox(ts).summary)
Methodology
The model-building process is iterative and sequential: each estimation starts
from the previous likelihood optimum (the .pre of the previous model), and
every step produces a .pre (estimated parameters as initial values) and a
.out (results), mirroring fue. Decisions and changes are recorded in a
guion.json audit trail. See docs/ARCHITECTURE.md for the full design and the
evidence-vs-criterion philosophy.
Documentation
PyPI renders this page only, so everything below is linked absolutely and also
ships inside the source distribution — pip download art-tseries --no-binary :all: — so it reads without network.
| Quickstart | install, first analysis, EN / ES |
| MCP tool reference | every art-mcp tool, generated from the docstrings |
| Architecture | how ART, FUE, FUG and FUF fit together |
| Rescaling | why the scale factor exists and where it acts |
| Changelog | what changed, version by version |
The suite as a whole installs with pip install atsw.
License
GPL-2.0-or-later. © David E. Guerrero.
Release files for art-tseries 0.1.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| art_tseries-0.1.12.tar.gz | 473.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| art_tseries-0.1.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 735.3 kB
Release files / art_tseries-0.1.12.tar.gz
| Download URL | art_tseries-0.1.12.tar.gz |
|---|---|
| Size | 473.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba5d98fcc0751cdeec235342e621886f470c703faea63c0152cd412c9d888f71
|
|
BLAKE2b-256 checksum How to use checksums |
f9e6915e455ce2fac19a09a10d10abe0448b1da68a2cbeba1016bdcc6bb376a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.
Transparency logRelease files / art_tseries-0.1.12-py3-none-any.whl
| Download URL | art_tseries-0.1.12-py3-none-any.whl |
|---|---|
| Size | 262.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f6835eb31a97152a66d928b2d6109f30f8df77650f3b38b4dc5a0f5a148d67f3
|
|
BLAKE2b-256 checksum How to use checksums |
88c8978b295f2813b5f2a744f8c4ebb965fe4a498c0ef53485782e7372e016b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.
Transparency log