# Python Engineering

> Build production-grade Python in {{project.paths.src}} with typing and testing

- Skill: `viewway/python-engineering` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add viewway/python-engineering`
- Raw SKILL.md: https://api.skillmd.com/api/skills/viewway/python-engineering/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: viewway (https://skillmd.com/u/viewway)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/viewway/python-engineering

---

# Python Engineering

## 概述

Build production-grade Python in {{project.paths.src}} with typing and testing

## 能力维度

### Typing

<!-- Add dimension-specific guidance here -->

### Testing

<!-- Add dimension-specific guidance here -->

### Error Handling

<!-- Add dimension-specific guidance here -->

## 工具支持

- **{{project.standards.ruff or 'ruff'}}**: <!-- Add tool description -->
- **{{project.standards.mypy or 'mypy'}}**: <!-- Add tool description -->
- **{{project.standards.pytest or 'pytest'}}**: <!-- Add tool description -->

## 约束条件

- must_use_type_hints
- must_cover_tests in {{project.paths.tests}}

## 能力等级

### Level 1

Writes typed functions and basic tests

### Level 2

Designs modules with dataclasses and robust errors

### Level 3

Delivers frameworks with strong contracts and tooling


