ruview @ v1258
integrity
- size
- 59.8 MiB
- downloaded
- last checked
release notes
Automated release from CI pipeline
Changes: docs(adr-117): point README + user-guide at the live PyPI releases
Both packages are now live on PyPI; bring the in-repo docs up to match. Keep both updates brief — the canonical surface documentation lives on the PyPI project pages themselves.
Root README (Option 4 block):
- Switch the default
pip installexample toruview(the brand name) and notewifi-denseposeis equivalent. - Add live PyPI version badges for both packages.
docs/user-guide.md (§Python wheel):
- Replace the single-install example with a table showing both PyPI projects and their import names so users see the choice immediately.
- Add three short usage snippets (vitals, live sensing-server WS, HA-MIND semantic-primitive MQTT listener) so the guide doubles as a "what does this thing do?" reference for someone landing via pip.
- Note the cibuildwheel matrix for multi-arch wheels.
- Add the
pytest tests/+pytest bench/source-build verify steps.
No code or test changes.
Refs: docs/adr/ADR-117-pip-wifi-densepose-modernization.md Refs: #786
Co-Authored-By: claude-flow ruv@ruv.net
Docker Image:
ghcr.io/ruvnet/RuView:833ac840592f808edaf56a725586235ddc71e00b
download
unix · zip
curl -fL -o v1258.zip https://ratatoskr.space/pkg/ruview/v1258.zip
printf '%s %s\n' '582afff53cbf4c9053eae73518eb64bd689603ff9a9465ee9f50287e1861ab8e' 'v1258.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v1258.zip"
$out = "v1258.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "582afff53cbf4c9053eae73518eb64bd689603ff9a9465ee9f50287e1861ab8e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1258.tar.gz https://ratatoskr.space/pkg/ruview/v1258.tar.gz
printf '%s %s\n' '254d521ea59d4bf5cb59d003acbf63ba063fe14d7032f662508a9b3d3cb830b9' 'v1258.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v1258.tar.gz"
$out = "v1258.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "254d521ea59d4bf5cb59d003acbf63ba063fe14d7032f662508a9b3d3cb830b9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1258.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1258.zip
printf '%s %s\n' '582afff53cbf4c9053eae73518eb64bd689603ff9a9465ee9f50287e1861ab8e' 'v1258.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1258.zip"
$out = "v1258.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "582afff53cbf4c9053eae73518eb64bd689603ff9a9465ee9f50287e1861ab8e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1258.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1258.tar.gz
printf '%s %s\n' '254d521ea59d4bf5cb59d003acbf63ba063fe14d7032f662508a9b3d3cb830b9' 'v1258.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1258.tar.gz"
$out = "v1258.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "254d521ea59d4bf5cb59d003acbf63ba063fe14d7032f662508a9b3d3cb830b9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1258.zip | zip | 59.8 MiB |
blake3-24 ad9da9002a28b251b305e8891171e6ba971258470e40863a
sha256 582afff53cbf4c9053eae73518eb64bd689603ff9a9465ee9f50287e1861ab8e
sha1 f9549bb80fe339dab61cba32de94d0cf1009cb65
|
| v1258.tar.gz | tar.gz | 58.3 MiB |
blake3-24 9a50234e95d6f054d541e40f46f634f5f6b29e60a9f3f2ba
sha256 254d521ea59d4bf5cb59d003acbf63ba063fe14d7032f662508a9b3d3cb830b9
sha1 b85103786b80610ef4511c8e31075e5af109f825
|
install
bazel
http_archive(
name = "ruview",
urls = ["https://ratatoskr.space/pkg/ruview/v1258.tar.gz"],
integrity = "sha256-JU1SHqWdS/XLWdADrL9jugY/4U1wMvZiUIqbPTy4MLk=",
strip_prefix = "ruview-v1258",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v1258.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "ruview",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1258.tar.gz"],
integrity = "sha256-JU1SHqWdS/XLWdADrL9jugY/4U1wMvZiUIqbPTy4MLk=",
strip_prefix = "ruview-v1258",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v1258.tar.gz",