weed-cli 2.4.5__tar.gz → 2.5.3__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 (29) hide show
  1. {weed_cli-2.4.5/weed_cli.egg-info → weed_cli-2.5.3}/PKG-INFO +9 -5
  2. {weed_cli-2.4.5 → weed_cli-2.5.3}/README.md +8 -4
  3. {weed_cli-2.4.5 → weed_cli-2.5.3}/pyproject.toml +1 -1
  4. {weed_cli-2.4.5 → weed_cli-2.5.3/weed_cli.egg-info}/PKG-INFO +9 -5
  5. {weed_cli-2.4.5 → weed_cli-2.5.3}/LICENSE +0 -0
  6. {weed_cli-2.4.5 → weed_cli-2.5.3}/dht.py +0 -0
  7. {weed_cli-2.4.5 → weed_cli-2.5.3}/discovery_relay.py +0 -0
  8. {weed_cli-2.4.5 → weed_cli-2.5.3}/lightning_settle.py +0 -0
  9. {weed_cli-2.4.5 → weed_cli-2.5.3}/node.py +0 -0
  10. {weed_cli-2.4.5 → weed_cli-2.5.3}/poc_reputation.py +0 -0
  11. {weed_cli-2.4.5 → weed_cli-2.5.3}/setup.cfg +0 -0
  12. {weed_cli-2.4.5 → weed_cli-2.5.3}/shell.py +0 -0
  13. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_dht.py +0 -0
  14. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_discovery_relay.py +0 -0
  15. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_host_live_reload.py +0 -0
  16. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_node_manifest.py +0 -0
  17. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_orbit_ws.py +0 -0
  18. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_timing_challenge.py +0 -0
  19. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_tunnel_failover.py +0 -0
  20. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/test_web_ui_api.py +0 -0
  21. {weed_cli-2.4.5 → weed_cli-2.5.3}/tests/testutil.py +0 -0
  22. {weed_cli-2.4.5 → weed_cli-2.5.3}/tunnel_relay.py +0 -0
  23. {weed_cli-2.4.5 → weed_cli-2.5.3}/web_ui.py +0 -0
  24. {weed_cli-2.4.5 → weed_cli-2.5.3}/weed.py +0 -0
  25. {weed_cli-2.4.5 → weed_cli-2.5.3}/weed_cli.egg-info/SOURCES.txt +0 -0
  26. {weed_cli-2.4.5 → weed_cli-2.5.3}/weed_cli.egg-info/dependency_links.txt +0 -0
  27. {weed_cli-2.4.5 → weed_cli-2.5.3}/weed_cli.egg-info/entry_points.txt +0 -0
  28. {weed_cli-2.4.5 → weed_cli-2.5.3}/weed_cli.egg-info/requires.txt +0 -0
  29. {weed_cli-2.4.5 → weed_cli-2.5.3}/weed_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: weed-cli
3
- Version: 2.4.5
3
+ Version: 2.5.3
4
4
  Summary: Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel
5
5
  License: MIT
6
6
  Keywords: p2p,video,censorship-resistant,discovery,dht,kademlia,nat-traversal
@@ -219,7 +219,7 @@ The player's 🌀 button opens the **Orbit Visualizer**: a canvas driven by
219
219
  the track's audio (Web Audio analyser) and a low-res sample of its
220
220
  picture. Eleven built-in modes — Tunnel, Bars, Mirror, Scope, Spiral,
221
221
  Pixels, ASCII (six character sets, natural or neon), Plasma, Kaleido,
222
- Particles, Freefall — plus the ten in `web/orbit_extras.js` (next
222
+ Particles, Freefall — plus the seventeen in `web/orbit_extras.js` (next
223
223
  section). Click the lit mode again for the plain video. Speed, React and
224
224
  Zoom retune every mode; every setting persists in the browser.
225
225
 
@@ -264,8 +264,12 @@ mode selector; a registered transition gets a Fade option and a turn in
264
264
  "Random". A plugin that throws is logged once and disabled without
265
265
  taking the draw loop down. `web/orbit_extras.js` (loaded by default) is
266
266
  built entirely on that API and adds Halftone, Lava, Terrain, Rain,
267
- Lissajous, Ripples, Cube, VHS, Win95 and Joy Division, plus the Melt, Dissolve, Iris,
268
- Shatter, Wave, Spin, Zoom blur, RGB split, VHS and Win95 transitions; `web/orbit_plugin_example.js`
267
+ Lissajous, Ripples, Cube, VHS, Win95, Joy Division, Spectrogram, Stained
268
+ glass, Fireworks, Screensaver, Slit-scan, Skyline and Globe, plus the
269
+ Melt, Dissolve, Iris, Shatter, Wave, Spin, Zoom blur, RGB split, VHS,
270
+ Win95, Blinds, Flip tiles, CRT off, Droplet, Blur, Slide and Flash
271
+ transitions (Globe's coastlines are Natural Earth's public-domain 110m
272
+ land set, simplified into `web/land.json`); `web/orbit_plugin_example.js`
269
273
  is a minimal one to copy.
270
274
 
271
275
  ### Docker
@@ -485,7 +489,7 @@ just designed:
485
489
  - Kademlia DHT discovery, survives the announcing node going offline
486
490
  - Local web UI with live progress, QR onboarding, HTTP range streaming,
487
491
  optional two-tier token auth, and the guest party page with voting
488
- - Orbit Visualizer: 21 modes and 16 transitions behind a plugin API,
492
+ - Orbit Visualizer: 28 modes and 23 transitions behind a plugin API,
489
493
  MJPEG network stream (VLC/Roku), Web MIDI control with keymap files,
490
494
  video swap — 44 Playwright tests against real Chromium (`tests/e2e/`)
491
495
  - Containerized node (`Dockerfile.node`, `docker-compose.node.yml`),
@@ -187,7 +187,7 @@ The player's 🌀 button opens the **Orbit Visualizer**: a canvas driven by
187
187
  the track's audio (Web Audio analyser) and a low-res sample of its
188
188
  picture. Eleven built-in modes — Tunnel, Bars, Mirror, Scope, Spiral,
189
189
  Pixels, ASCII (six character sets, natural or neon), Plasma, Kaleido,
190
- Particles, Freefall — plus the ten in `web/orbit_extras.js` (next
190
+ Particles, Freefall — plus the seventeen in `web/orbit_extras.js` (next
191
191
  section). Click the lit mode again for the plain video. Speed, React and
192
192
  Zoom retune every mode; every setting persists in the browser.
193
193
 
@@ -232,8 +232,12 @@ mode selector; a registered transition gets a Fade option and a turn in
232
232
  "Random". A plugin that throws is logged once and disabled without
233
233
  taking the draw loop down. `web/orbit_extras.js` (loaded by default) is
234
234
  built entirely on that API and adds Halftone, Lava, Terrain, Rain,
235
- Lissajous, Ripples, Cube, VHS, Win95 and Joy Division, plus the Melt, Dissolve, Iris,
236
- Shatter, Wave, Spin, Zoom blur, RGB split, VHS and Win95 transitions; `web/orbit_plugin_example.js`
235
+ Lissajous, Ripples, Cube, VHS, Win95, Joy Division, Spectrogram, Stained
236
+ glass, Fireworks, Screensaver, Slit-scan, Skyline and Globe, plus the
237
+ Melt, Dissolve, Iris, Shatter, Wave, Spin, Zoom blur, RGB split, VHS,
238
+ Win95, Blinds, Flip tiles, CRT off, Droplet, Blur, Slide and Flash
239
+ transitions (Globe's coastlines are Natural Earth's public-domain 110m
240
+ land set, simplified into `web/land.json`); `web/orbit_plugin_example.js`
237
241
  is a minimal one to copy.
238
242
 
239
243
  ### Docker
@@ -453,7 +457,7 @@ just designed:
453
457
  - Kademlia DHT discovery, survives the announcing node going offline
454
458
  - Local web UI with live progress, QR onboarding, HTTP range streaming,
455
459
  optional two-tier token auth, and the guest party page with voting
456
- - Orbit Visualizer: 21 modes and 16 transitions behind a plugin API,
460
+ - Orbit Visualizer: 28 modes and 23 transitions behind a plugin API,
457
461
  MJPEG network stream (VLC/Roku), Web MIDI control with keymap files,
458
462
  video swap — 44 Playwright tests against real Chromium (`tests/e2e/`)
459
463
  - Containerized node (`Dockerfile.node`, `docker-compose.node.yml`),
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "weed-cli"
7
- version = "2.4.5"
7
+ version = "2.5.3"
8
8
  description = "Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: weed-cli
3
- Version: 2.4.5
3
+ Version: 2.5.3
4
4
  Summary: Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel
5
5
  License: MIT
6
6
  Keywords: p2p,video,censorship-resistant,discovery,dht,kademlia,nat-traversal
@@ -219,7 +219,7 @@ The player's 🌀 button opens the **Orbit Visualizer**: a canvas driven by
219
219
  the track's audio (Web Audio analyser) and a low-res sample of its
220
220
  picture. Eleven built-in modes — Tunnel, Bars, Mirror, Scope, Spiral,
221
221
  Pixels, ASCII (six character sets, natural or neon), Plasma, Kaleido,
222
- Particles, Freefall — plus the ten in `web/orbit_extras.js` (next
222
+ Particles, Freefall — plus the seventeen in `web/orbit_extras.js` (next
223
223
  section). Click the lit mode again for the plain video. Speed, React and
224
224
  Zoom retune every mode; every setting persists in the browser.
225
225
 
@@ -264,8 +264,12 @@ mode selector; a registered transition gets a Fade option and a turn in
264
264
  "Random". A plugin that throws is logged once and disabled without
265
265
  taking the draw loop down. `web/orbit_extras.js` (loaded by default) is
266
266
  built entirely on that API and adds Halftone, Lava, Terrain, Rain,
267
- Lissajous, Ripples, Cube, VHS, Win95 and Joy Division, plus the Melt, Dissolve, Iris,
268
- Shatter, Wave, Spin, Zoom blur, RGB split, VHS and Win95 transitions; `web/orbit_plugin_example.js`
267
+ Lissajous, Ripples, Cube, VHS, Win95, Joy Division, Spectrogram, Stained
268
+ glass, Fireworks, Screensaver, Slit-scan, Skyline and Globe, plus the
269
+ Melt, Dissolve, Iris, Shatter, Wave, Spin, Zoom blur, RGB split, VHS,
270
+ Win95, Blinds, Flip tiles, CRT off, Droplet, Blur, Slide and Flash
271
+ transitions (Globe's coastlines are Natural Earth's public-domain 110m
272
+ land set, simplified into `web/land.json`); `web/orbit_plugin_example.js`
269
273
  is a minimal one to copy.
270
274
 
271
275
  ### Docker
@@ -485,7 +489,7 @@ just designed:
485
489
  - Kademlia DHT discovery, survives the announcing node going offline
486
490
  - Local web UI with live progress, QR onboarding, HTTP range streaming,
487
491
  optional two-tier token auth, and the guest party page with voting
488
- - Orbit Visualizer: 21 modes and 16 transitions behind a plugin API,
492
+ - Orbit Visualizer: 28 modes and 23 transitions behind a plugin API,
489
493
  MJPEG network stream (VLC/Roku), Web MIDI control with keymap files,
490
494
  video swap — 44 Playwright tests against real Chromium (`tests/e2e/`)
491
495
  - Containerized node (`Dockerfile.node`, `docker-compose.node.yml`),
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
File without changes