atsw 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,52 @@
1
+ Metadata-Version: 2.4
2
+ Name: atsw
3
+ Version: 1.0.0
4
+ Summary: ATSW — Box-Jenkins-Treadway time series suite (fue + pyfug + ART/MCP)
5
+ Author-email: "David E. Guerrero" <davidesg@ucm.es>
6
+ License: GPL-2.0-or-later
7
+ Keywords: time series,ARIMA,Box-Jenkins,Treadway,MCP,suite
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Intended Audience :: Science/Research
10
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ Requires-Dist: fue>=0.1.3
15
+ Requires-Dist: pyfug>=2.0
16
+ Requires-Dist: art-tseries>=0.1.0
17
+
18
+ # ATSW — Box-Jenkins-Treadway time series suite
19
+
20
+ `atsw` is an **umbrella package**: installing it pulls the complete Box-Jenkins-
21
+ Treadway time series suite plus the MCP server, in one step.
22
+
23
+ ```bash
24
+ pip install atsw
25
+ ```
26
+
27
+ This installs:
28
+
29
+ | Component | Package | Role |
30
+ |-----------|---------|------|
31
+ | **FUE** (+ FUF) | `fue` | Exact ML estimation (ARMAX + transfer functions) and forecasting |
32
+ | **FUG** | `pyfug` | High-definition graphics for time series analysis |
33
+ | **ART** | `art-tseries` | Model building, diagnosis, formal tests + **MCP server** (`art-mcp`) |
34
+
35
+ ## Use with an LLM (MCP)
36
+
37
+ ```bash
38
+ claude mcp add art -- art-mcp
39
+ ```
40
+
41
+ Ask Claude to analyse a time series; it will offer a **guided** (analyst decides,
42
+ Claude advises) or **autonomous** (Claude decides) Box-Jenkins-Treadway workflow.
43
+
44
+ ## Components on PyPI
45
+
46
+ Each component is also installable on its own — `atsw` just fixes a compatible
47
+ set. See each package's README and `art-tseries`'s `docs/ARCHITECTURE.md` for the
48
+ full design.
49
+
50
+ ## License
51
+
52
+ GPL-2.0-or-later. © David E. Guerrero.
@@ -0,0 +1,4 @@
1
+ atsw-1.0.0.dist-info/METADATA,sha256=R4kOn66fBULGhx0BPx_85lmTMGXvghHrSX9LYJ-l0UY,1674
2
+ atsw-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
3
+ atsw-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ atsw-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+