External Documents¶
This directory contains external reference material vendored for contributor and agent guidance.
Google Python Style Guide¶
Vendored file: google-python-style-guide.md
Upstream source: https://github.com/google/styleguide/blob/gh-pages/pyguide.md
Current source branch snapshot:
google/styleguide@1809c769de31ba388c755ad15dd057a9ba8531fdFetched on: 2026-06-23
License: Creative Commons Attribution 3.0 Unported, as published in the upstream
google/styleguiderepository. See the upstream LICENSE and the Creative Commons CC BY 3.0 legal code.
The vendored guide is background reference material only, not Vexcalibur’s enforceable style policy. It contains upstream rules and links that intentionally do not match this repository, including pylint, 80-character line length, and formatter recommendations. Vexcalibur’s project license remains Apache-2.0; this external document keeps its upstream license and attribution. The vendored Markdown is normalized to remove trailing whitespace and patch stale upstream-local links so repository checks remain clean.
Vexcalibur’s canonical Python style policy is docs/development/python-style.md.