typet
Type checker
A Python library that simplifies type checking and validation in object-oriented coding
Types that make coding in Python quick and safe.
22 stars
3 watching
1 forks
Language: Python
last commit: about 5 years ago
Linked from 1 awesome list
attributesclassesobjectspep484pep526pythonschematypehintingtypingvalidation
Related projects:
Repository | Description | Stars |
---|---|---|
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 200 |
siddhuwarrier/python-typeutils | A utility library that provides a type checking decorator for Python functions. | 1 |
emludei/checktype | A decorator that checks function arguments and return types at runtime. | 0 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
ethanhs/python-typecheckers | A comprehensive collection of Python type checkers, categorized by syntax and execution time. | 62 |
felixthec/strongtyping | A decorator that checks function parameters at runtime for correct type compatibility. | 108 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 343 |
zeeman/promises | A type checking library for Python that uses a promise-based syntax to validate function arguments and return types. | 0 |
aldanor/typo | A package providing runtime type checking for Python functions annotated with argument type hints. | 28 |
loyada/typedpy | A comprehensive type system for Python that provides strict type checking and conversion between Python data structures and JSON-like formats. | 16 |
ilevkivskyi/typing_inspect | Provides utilities for inspecting and analyzing Python types at runtime | 350 |
joshpurvis/stifle | A decorator that enables pseudo-static typing of Python functions | 1 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 103 |