promises
Type checker
A type checking library for Python that uses a promise-based syntax to validate function arguments and return types.
A rudimentary type checking library for python.
0 stars
2 watching
0 forks
Language: Python
last commit: over 11 years ago Related projects:
Repository | Description | Stars |
---|---|---|
siddhuwarrier/python-typeutils | A utility library that provides a type checking decorator for Python functions. | 1 |
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
emludei/checktype | A decorator that checks function arguments and return types at runtime. | 0 |
aldanor/typo | A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 350 |
joshpurvis/stifle | A decorator that enables pseudo-static typing of Python functions | 1 |
agronholm/typeguard | A runtime type checking library for Python functions with annotations | 1,569 |
felixthec/strongtyping | A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
loyada/typedpy | A comprehensive type system for Python that provides strict type checking and conversion between Python data structures and JSON-like formats. | 16 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
mmaelicke/dtype-decorate | A library of decorators to enforce data type constraints on function attributes | 0 |