Skip to content

Ally Demo Python Handbook

Ally Demo Python is the reference integration for the Ally accessibility toolchain. It is a minimal CLI that emits structured error messages following the cli.error.v0.1 schema, and demonstrates how a11y-assist, a11y-lint, and a11y-ci work together.

  • Emits cli.error.v0.1 JSON on every failure — machine-readable ground truth alongside human-friendly output.
  • Provides five demo error scenarios you can run, inspect, and explain with any a11y-assist profile.
  • Serves as a copy-paste template for adopting the Ally pipeline in your own CLI.

Back to landing page