python-stack · git:20260916.50d6810 · 2026-09-16 · sha256 dda55bf84056ca93
python-stack git:20260916.50d6810A
Immutable. This exact content is served forever at /api/v1/blob/dda55bf84056ca93.
--- name: python-stack description: "Develop Python with uv, Ruff, ty, Pydantic, async, and LangExtract; fix packaging, lint, imports, and type errors." license: MIT metadata: kind: collection author: Médéric HURIER (Fmind) source: github.com/fmind/dot/tree/main/skills/python-stack created: "2026-06-23" updated: "2026-09-16" --- # Python Stack Maintain a small typed Python foundation and choose libraries for demonstrated requirements. Preserve the existing environment and conventions rather than restarting a scaffold for every feature. ## Workflow Read only the matching guide and its required resources. Use a known guide directly when shared prerequisites are not needed. ## Task guides <!-- guides:start --> - [foundation](references/foundation/GUIDE.md): Python package layout, dependency choices, defaults, and project scaffolding. - [langextract](references/langextract.md): Extract structured facts from text with LangExtract and source-grounded evidence. - [pydantic](references/pydantic.md): Typed validation, serialization, and settings boundaries. - [python-async](references/python-async/GUIDE.md): Async design, cancellation, timeouts, and shutdown. - [ruff](references/ruff.md): Python linting, formatting, imports, and safe fixes. - [ty](references/ty.md): Type diagnostics and environment resolution. - [uv](references/uv.md): Dependency resolution, environments, packaging, and lockfiles. <!-- guides:end -->