strongtyping

Type checker

A decorator that checks function parameters at runtime for correct type compatibility.

Decorator which checks whether the function is called with the correct type of parameters.

GitHub

111 stars
6 watching
3 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list

decoratordocstring-checkerpropertypythonruntime-checkingsetter-gettertype-checkingtypecheckingtyping-decorator

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
emludei/checktypeA decorator that checks function arguments and return types at runtime.0
contains-io/typetA Python library that simplifies type checking and validation in object-oriented coding22
joshpurvis/stifleA decorator that enables pseudo-static typing of Python functions1
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
orsinium-labs/typeforceA tool to simplify Python package maintenance by automating type checking and stub installation.19
zeeman/promisesA type checking library for Python that uses a promise-based syntax to validate function arguments and return types.0
mmaelicke/dtype-decorateA library of decorators to enforce data type constraints on function attributes0
ilevkivskyi/typing_inspectProvides utilities for inspecting and analyzing Python types at runtime352
agronholm/typeguardA runtime type checking library for Python functions with annotations1,569
neuledge/computed-typesA strongly-typed validation library for TypeScript that allows developers to create accurate interfaces and transform data at compile-time.363
aldanor/typoA package providing runtime type checking for Python functions annotated with argument type hints.29
vitalets/babel-plugin-runtyperAn add-on to JavaScript code analysis that detects and prevents type-coercion bugs during runtime.116
kotlinisland/basedmypyA Python static type checker with additional features to improve typing and error reporting.148