Tools
Run it before you believe it
Two implementations, a fixture kit, and an inspector that validates a package in your browser without uploading it anywhere.
busref — Python
Reference implementation. Covers all four conformance targets: package validation, import, export, and round-trip comparison.
busjs — TypeScript
Second, independent implementation with its own canonicaliser. Produces byte-identical canonical output to busref.
Package inspector
Drop a .buspkg and see the digest gates, structural checks and import report.
The file never leaves your machine.
Fixture kit
Twelve deliberately broken packages with an index declaring the behavior each one requires of a conforming receiver.
Quickstart
pip install busref
busref validate cedar-street-building-a.buspkg
# ALL CHECKS PASSED — 751 checks, 13 documents, 137 entities
The worked example is cedar-street-building-a.buspkg (19 kB).