stand-py
Installation
SKILL.md
Python Code Standards
Standards for Python code (>= 3.11).
Runtime
- All Python code should be run with
uv
PEP Compliance
- PEP 604: Use union types as
X | Y(notUnion[X, Y]) - PEP 673: Use
Selftype for self-referential types