A Python library providing decorators for runtime type checking of function parameters and return values, supporting TypedDict, Annotated, and custom validators. Current version 3.13.6, requires Python >=3.13. Release cadence is irregular, with frequent minor version bumps.
pip install strongtypingVerified import paths — ran on the pinned version, not inferred.
Basic runtime type checking with the strong_typing decorator.
Upgrade Python to >=3.13 or use strongtyping <3.13.0 for older Python.
Use 'TypeMismatch' instead of 'TypeMisMatch' if available.
Import types from typing (e.g., from typing import List) and annotate with List[int].
No dependency data recorded yet.