Problem
README documents the git-clone install but never states it as policy, so "why isn't this on PyPI?" has no written answer. Meanwhile the PyPI name vera is taken by an unrelated package (an ERAV citizen-science data-model implementation, v1.0.0, verified 2026-06-12) — anyone who runs pip install vera gets something else entirely, and no Vera documentation warns about it.
Decision (2026-06-12)
Audit reference: §3.4, Open Question 1. Size: S.
Problem
README documents the git-clone install but never states it as policy, so "why isn't this on PyPI?" has no written answer. Meanwhile the PyPI name
verais taken by an unrelated package (an ERAV citizen-science data-model implementation, v1.0.0, verified 2026-06-12) — anyone who runspip install veragets something else entirely, and no Vera documentation warns about it.Decision (2026-06-12)
pip install verainstalls an unrelated package.veralang(verified available on PyPI, 2026-06-12), gated on the automated release workflow (Auto-tag and auto-release on version bump in pyproject.toml #481) — manual PyPI uploads would add another forgettable release step, which is the exact failure mode Auto-tag and auto-release on version bump in pyproject.toml #481 exists to remove.Audit reference: §3.4, Open Question 1. Size: S.