# Python

`knowledge-bases/structured/python/` is the structured knowledge pack for Python.

## When to Install

- the repo contains `.py` files, `pyproject.toml`, or `requirements.txt`
- the work involves application code, automation, APIs, or data pipelines
- the task needs review cues for typing, testing, packaging, or framework usage

## Pack Depth

- overview, review checklist, and framework notes
- promoted rules in `rules/python/`
- canonical skill in `skills/python-engineering/SKILL.md`
- workflow template in `templates/workflows/implement-python-change.md`

## Examples

- `knowledge-bases/structured/python/examples/01-reference-scenario.md`

## Framework Overlays

- `framework:fastapi`
- `framework:django`

## Validation Cues

- verify the repo test command and the structured review checklist before handoff
- call out dependency, typing, or framework gaps explicitly when they block safe progress
