typeguard

Type checker

A runtime type checking library for Python functions with annotations

Run-time type checker for Python

GitHub

2k stars
21 watching
115 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
aldanor/typoA package providing runtime type checking for Python functions annotated with argument type hints.29
stewori/pytypesProvides runtime typechecking and annotation tools for Python to enforce strict type compatibility201
siddhuwarrier/python-typeutilsA utility library that provides a type checking decorator for Python functions.1
zeeman/promisesA type checking library for Python that uses a promise-based syntax to validate function arguments and return types.0
contains-io/typetA Python library that simplifies type checking and validation in object-oriented coding22
arohner/spectrumA tool that performs compile-time checks to catch type errors in Clojure code using Clojure.spec annotations.595
orsinium-labs/typeforceA tool to simplify Python package maintenance by automating type checking and stub installation.19
emludei/checktypeA decorator that checks function arguments and return types at runtime.0
ilevkivskyi/typing_inspectProvides utilities for inspecting and analyzing Python types at runtime352
felixthec/strongtypingA decorator that checks function parameters at runtime for correct type compatibility.111
quora/pyanalyzeA tool to analyze Python code for type errors and other issues350
kotlinisland/basedmypyA Python static type checker with additional features to improve typing and error reporting.148
joshpurvis/stifleA decorator that enables pseudo-static typing of Python functions1
orsinium-labs/infer-typesA CLI tool to automatically add type annotations into Python code86