Documentation Index
Fetch the complete documentation index at: https://verdictweight.dev/llms.txt
Use this file to discover all available pages before exploring further.
When to install from source
Install from source if any of the following apply:- You are auditing the codebase before deployment.
- You are contributing fixes or extensions.
- Your environment requires reproduction from a specific commit hash.
- You are building against an unreleased branch.
Clone and install
-e flag installs in editable mode so changes to source are reflected immediately. The [dev] extra pulls in the test runner and linting tools.
Run the test suite
After install, verify the full test suite passes locally:Reproducing a published release
To build against an exact published release:Auditing the code before deploy
If your organization requires source review before deployment:Verify the Zenodo archive matches
The Zenodo DOI snapshot should byte-match the GitHub tag of the same version. Compute SHA-256 of the source tarball from each and compare.
Run the full test suite
pytest must pass cleanly. Any environment that cannot reproduce 673/673 should not be promoted.