Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 310 Bytes

File metadata and controls

7 lines (5 loc) · 310 Bytes

Python authoring

Use standard-library parsers for structured input. Keep resource ownership in context managers. Validate data at parse boundaries and preserve specific exception classes until the caller can decide how to respond.

The repository profile owns formatting, linting, type checking, and tests.