FICHA · MANJARO

python-typeguard

Run-time type checker for Python

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Checks Python function arguments, return values, and annotated objects at runtime against type hints. It helps tests and applications catch type mismatches that static analysis may miss or that happen at boundaries.

Developers use it as a library or test helper. Runtime type checking can add overhead and should complement, not replace, clear validation and good API design.

Permissions

Permissions not analysed for this source yet.