Generates reports ensuring robots are configured correctly.
Go to file
2025-01-20 20:22:03 +00:00
docs Changed hash algo to sha256 2024-12-20 11:02:23 -04:00
SpiriSystemReport Fixed a few missing attributes 2025-01-20 20:22:03 +00:00
.gitignore Initial commit 2024-12-20 10:23:26 -04:00
pyproject.toml Update pyproject.toml 2025-01-11 11:59:17 -04:00
README.md Update README.md 2025-01-11 12:05:56 -04:00
uv.lock Fixed a few missing attributes 2025-01-20 20:22:03 +00:00

Generates system reports for ensuring robots are compliant with specs

Install

curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install git+https://git.spirirobotics.com/Spiri/spiri-system-report.git

Usage

#Generate a known-good config
uv run spiri-system-report save ./report.json
#Show the status of the current system
uv run spiri-system-report info
#Compare to previous report
uv run spiri-system-report info --compare-to ./report.json

#Generate a report listing your system differences for developers
uv run spiri-system-report info --compare-to ./report.json > developer_report.txt