Skip to main content
Back to docs
stackpython
Install
Source: packages/harness-kit/src/registry/bundles/stack/python/README.md

Python

Python stack baseline for harness-kit. This bundle is installed automatically when python is selected directly, or inherited by a techstack bundle via type: 'stack'.

What it includes

  • coding-style - naming, module layout, typing and readability rules
  • patterns - Pythonic implementation patterns and anti-patterns
  • testing - test organization, fixture usage, and reliability checks
  • security - safe input handling, dependency hygiene, and secret protection

Notes

Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.