smartcli-toolkit 0.1.6__tar.gz → 0.1.7__tar.gz
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.
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/PKG-INFO +5 -5
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/README.md +4 -4
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/pyproject.toml +1 -1
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/__init__.py +1 -1
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/PKG-INFO +5 -5
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/LICENSE +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/setup.cfg +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/__main__.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/pty_backend.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/py.typed +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/readiness.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/screen_model.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/session.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/snapshot.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/SOURCES.txt +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/dependency_links.txt +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/requires.txt +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/top_level.txt +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_char_width.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_cpr_reply.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_degenerate_inputs.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_doc_counts.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_fx_contract.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_golden_frames.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_readiness.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_vendor_sync.py +0 -0
- {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_wait_change.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: smartcli-toolkit
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Pluggable-PTY + pyte screen model + semantic snapshot / readiness core for driving interactive terminal programs (SmartCLI shared core).
|
|
5
5
|
Author: dwgx
|
|
6
6
|
License-Expression: MIT
|
|
@@ -195,7 +195,7 @@ backend, and dependency versions — run it and paste the output when filing a b
|
|
|
195
195
|
|
|
196
196
|
```bash
|
|
197
197
|
cd skills/cmd-art
|
|
198
|
-
python -m fx list # list all
|
|
198
|
+
python -m fx list # list all 30 effects
|
|
199
199
|
python -m fx play donut --seconds 5 # play one effect (bounded)
|
|
200
200
|
python -m fx gallery # one frame of each effect
|
|
201
201
|
python -m fx show --seq "donut:fire:3,plasma::3"
|
|
@@ -251,9 +251,9 @@ suite, see **[`README-USAGE.md`](README-USAGE.md)**.
|
|
|
251
251
|
## Features
|
|
252
252
|
|
|
253
253
|
**`cmd-art`** (`skills/cmd-art`) — a "living-template" effect engine: an `Effect` ABC +
|
|
254
|
-
`@register` decorator + auto-discovery. **
|
|
254
|
+
`@register` decorator + auto-discovery. **30 effects** (donut, solarsystem, fire, plasma,
|
|
255
255
|
rain, starfield, tunnel, text3d, cube, sphere, boids, life, fireworks, sparkle, decrypt,
|
|
256
|
-
gradient_text, banner_scroll, image2ascii, typewriter, julia, mandelbrot, perlin, flames, water, nebula, text_flyin, text_converge, text_decrypt) across **8 themes** (mono, fire,
|
|
256
|
+
gradient_text, banner_scroll, image2ascii, typewriter, julia, mandelbrot, perlin, flames, water, nebula, text_flyin, text_converge, text_decrypt, spectrum_bars, cbonsai) across **8 themes** (mono, fire,
|
|
257
257
|
ocean, synthwave, viridis, pastel, matrix-green, rainbow). Effects are pure frame
|
|
258
258
|
producers; `play` is bounded by default and always restores the terminal.
|
|
259
259
|
|
|
@@ -285,7 +285,7 @@ cross-links. See [`knowledge/INDEX.md`](knowledge/INDEX.md).
|
|
|
285
285
|
```text
|
|
286
286
|
SmartCLI/
|
|
287
287
|
smartcli_core/ shared PTY + pyte engine (importable package)
|
|
288
|
-
skills/cmd-art/ fx effect package and CLI (
|
|
288
|
+
skills/cmd-art/ fx effect package and CLI (30 effects, 8 themes)
|
|
289
289
|
skills/drive-tui/ TUI pattern library and PTY driver CLI (8 recipes)
|
|
290
290
|
skills/tui-ui/ terminal UI layout engine and widgets (17 widgets)
|
|
291
291
|
tools/screenshot/ pyte -> PNG smoke-test harness
|
|
@@ -149,7 +149,7 @@ backend, and dependency versions — run it and paste the output when filing a b
|
|
|
149
149
|
|
|
150
150
|
```bash
|
|
151
151
|
cd skills/cmd-art
|
|
152
|
-
python -m fx list # list all
|
|
152
|
+
python -m fx list # list all 30 effects
|
|
153
153
|
python -m fx play donut --seconds 5 # play one effect (bounded)
|
|
154
154
|
python -m fx gallery # one frame of each effect
|
|
155
155
|
python -m fx show --seq "donut:fire:3,plasma::3"
|
|
@@ -205,9 +205,9 @@ suite, see **[`README-USAGE.md`](README-USAGE.md)**.
|
|
|
205
205
|
## Features
|
|
206
206
|
|
|
207
207
|
**`cmd-art`** (`skills/cmd-art`) — a "living-template" effect engine: an `Effect` ABC +
|
|
208
|
-
`@register` decorator + auto-discovery. **
|
|
208
|
+
`@register` decorator + auto-discovery. **30 effects** (donut, solarsystem, fire, plasma,
|
|
209
209
|
rain, starfield, tunnel, text3d, cube, sphere, boids, life, fireworks, sparkle, decrypt,
|
|
210
|
-
gradient_text, banner_scroll, image2ascii, typewriter, julia, mandelbrot, perlin, flames, water, nebula, text_flyin, text_converge, text_decrypt) across **8 themes** (mono, fire,
|
|
210
|
+
gradient_text, banner_scroll, image2ascii, typewriter, julia, mandelbrot, perlin, flames, water, nebula, text_flyin, text_converge, text_decrypt, spectrum_bars, cbonsai) across **8 themes** (mono, fire,
|
|
211
211
|
ocean, synthwave, viridis, pastel, matrix-green, rainbow). Effects are pure frame
|
|
212
212
|
producers; `play` is bounded by default and always restores the terminal.
|
|
213
213
|
|
|
@@ -239,7 +239,7 @@ cross-links. See [`knowledge/INDEX.md`](knowledge/INDEX.md).
|
|
|
239
239
|
```text
|
|
240
240
|
SmartCLI/
|
|
241
241
|
smartcli_core/ shared PTY + pyte engine (importable package)
|
|
242
|
-
skills/cmd-art/ fx effect package and CLI (
|
|
242
|
+
skills/cmd-art/ fx effect package and CLI (30 effects, 8 themes)
|
|
243
243
|
skills/drive-tui/ TUI pattern library and PTY driver CLI (8 recipes)
|
|
244
244
|
skills/tui-ui/ terminal UI layout engine and widgets (17 widgets)
|
|
245
245
|
tools/screenshot/ pyte -> PNG smoke-test harness
|
|
@@ -30,7 +30,7 @@ build-backend = "setuptools.build_meta"
|
|
|
30
30
|
|
|
31
31
|
[project]
|
|
32
32
|
name = "smartcli-toolkit"
|
|
33
|
-
version = "0.1.
|
|
33
|
+
version = "0.1.7"
|
|
34
34
|
description = "Pluggable-PTY + pyte screen model + semantic snapshot / readiness core for driving interactive terminal programs (SmartCLI shared core)."
|
|
35
35
|
readme = "README.md"
|
|
36
36
|
license = "MIT"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: smartcli-toolkit
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Pluggable-PTY + pyte screen model + semantic snapshot / readiness core for driving interactive terminal programs (SmartCLI shared core).
|
|
5
5
|
Author: dwgx
|
|
6
6
|
License-Expression: MIT
|
|
@@ -195,7 +195,7 @@ backend, and dependency versions — run it and paste the output when filing a b
|
|
|
195
195
|
|
|
196
196
|
```bash
|
|
197
197
|
cd skills/cmd-art
|
|
198
|
-
python -m fx list # list all
|
|
198
|
+
python -m fx list # list all 30 effects
|
|
199
199
|
python -m fx play donut --seconds 5 # play one effect (bounded)
|
|
200
200
|
python -m fx gallery # one frame of each effect
|
|
201
201
|
python -m fx show --seq "donut:fire:3,plasma::3"
|
|
@@ -251,9 +251,9 @@ suite, see **[`README-USAGE.md`](README-USAGE.md)**.
|
|
|
251
251
|
## Features
|
|
252
252
|
|
|
253
253
|
**`cmd-art`** (`skills/cmd-art`) — a "living-template" effect engine: an `Effect` ABC +
|
|
254
|
-
`@register` decorator + auto-discovery. **
|
|
254
|
+
`@register` decorator + auto-discovery. **30 effects** (donut, solarsystem, fire, plasma,
|
|
255
255
|
rain, starfield, tunnel, text3d, cube, sphere, boids, life, fireworks, sparkle, decrypt,
|
|
256
|
-
gradient_text, banner_scroll, image2ascii, typewriter, julia, mandelbrot, perlin, flames, water, nebula, text_flyin, text_converge, text_decrypt) across **8 themes** (mono, fire,
|
|
256
|
+
gradient_text, banner_scroll, image2ascii, typewriter, julia, mandelbrot, perlin, flames, water, nebula, text_flyin, text_converge, text_decrypt, spectrum_bars, cbonsai) across **8 themes** (mono, fire,
|
|
257
257
|
ocean, synthwave, viridis, pastel, matrix-green, rainbow). Effects are pure frame
|
|
258
258
|
producers; `play` is bounded by default and always restores the terminal.
|
|
259
259
|
|
|
@@ -285,7 +285,7 @@ cross-links. See [`knowledge/INDEX.md`](knowledge/INDEX.md).
|
|
|
285
285
|
```text
|
|
286
286
|
SmartCLI/
|
|
287
287
|
smartcli_core/ shared PTY + pyte engine (importable package)
|
|
288
|
-
skills/cmd-art/ fx effect package and CLI (
|
|
288
|
+
skills/cmd-art/ fx effect package and CLI (30 effects, 8 themes)
|
|
289
289
|
skills/drive-tui/ TUI pattern library and PTY driver CLI (8 recipes)
|
|
290
290
|
skills/tui-ui/ terminal UI layout engine and widgets (17 widgets)
|
|
291
291
|
tools/screenshot/ pyte -> PNG smoke-test harness
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|