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.
Files changed (27) hide show
  1. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/PKG-INFO +5 -5
  2. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/README.md +4 -4
  3. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/pyproject.toml +1 -1
  4. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/__init__.py +1 -1
  5. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/PKG-INFO +5 -5
  6. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/LICENSE +0 -0
  7. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/setup.cfg +0 -0
  8. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/__main__.py +0 -0
  9. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/pty_backend.py +0 -0
  10. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/py.typed +0 -0
  11. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/readiness.py +0 -0
  12. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/screen_model.py +0 -0
  13. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/session.py +0 -0
  14. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_core/snapshot.py +0 -0
  15. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/SOURCES.txt +0 -0
  16. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/dependency_links.txt +0 -0
  17. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/requires.txt +0 -0
  18. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/smartcli_toolkit.egg-info/top_level.txt +0 -0
  19. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_char_width.py +0 -0
  20. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_cpr_reply.py +0 -0
  21. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_degenerate_inputs.py +0 -0
  22. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_doc_counts.py +0 -0
  23. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_fx_contract.py +0 -0
  24. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_golden_frames.py +0 -0
  25. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_readiness.py +0 -0
  26. {smartcli_toolkit-0.1.6 → smartcli_toolkit-0.1.7}/tests/test_vendor_sync.py +0 -0
  27. {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.6
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 28 effects
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. **28 effects** (donut, solarsystem, fire, plasma,
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 (28 effects, 8 themes)
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 28 effects
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. **28 effects** (donut, solarsystem, fire, plasma,
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 (28 effects, 8 themes)
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.6"
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"
@@ -55,4 +55,4 @@ __all__ = [
55
55
  "KEY_MAP",
56
56
  ]
57
57
 
58
- __version__ = "0.1.6"
58
+ __version__ = "0.1.7"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smartcli-toolkit
3
- Version: 0.1.6
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 28 effects
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. **28 effects** (donut, solarsystem, fire, plasma,
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 (28 effects, 8 themes)
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