checktype
Type checker
A decorator that checks function arguments and return types at runtime.
Decorator for validating type of function arguments and return value
0 stars
2 watching
0 forks
Language: Python
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
felixthec/strongtyping | A decorator that checks function parameters at runtime for correct type compatibility. | 108 |
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
mmaelicke/dtype-decorate | A library of decorators to enforce data type constraints on function attributes | 0 |
joshpurvis/stifle | A decorator that enables pseudo-static typing of Python functions | 1 |
zeeman/promises | A type checking library for Python that uses a promise-based syntax to validate function arguments and return types. | 0 |
siddhuwarrier/python-typeutils | A utility library that provides a type checking decorator for Python functions. | 1 |
ethanhs/python-typecheckers | A comprehensive collection of Python type checkers, categorized by syntax and execution time. | 62 |
aldanor/typo | A package providing runtime type checking for Python functions annotated with argument type hints. | 28 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 200 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 343 |
erezsh/runtype | A Python library for run-time type validation and multiple dispatch utilities | 163 |
agronholm/typeguard | A runtime type checking library for Python functions with annotations | 1,545 |
neuledge/computed-types | A strongly-typed validation library for TypeScript that allows developers to create accurate interfaces and transform data at compile-time. | 364 |