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.
111 stars
6 watching
3 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
decoratordocstring-checkerpropertypythonruntime-checkingsetter-gettertype-checkingtypecheckingtyping-decorator
Related projects:
Repository | Description | Stars |
---|---|---|
| A decorator that checks function arguments and return types at runtime. | 0 |
| A Python library that simplifies type checking and validation in object-oriented coding | 22 |
| A decorator that enables pseudo-static typing of Python functions | 1 |
| Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
| A utility library that provides a type checking decorator for Python functions. | 1 |
| A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
| A type checking library for Python that uses a promise-based syntax to validate function arguments and return types. | 0 |
| A library of decorators to enforce data type constraints on function attributes | 0 |
| Provides utilities for inspecting and analyzing Python types at runtime | 352 |
| A runtime type checking library for Python functions with annotations | 1,569 |
| A strongly-typed validation library for TypeScript that allows developers to create accurate interfaces and transform data at compile-time. | 363 |
| A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
| An add-on to JavaScript code analysis that detects and prevents type-coercion bugs during runtime. | 116 |
| A Python static type checker with additional features to improve typing and error reporting. | 148 |