pytypes
Type checker
Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility
Typing-toolbox for Python 3 and 2.7 w.r.t. PEP 484.
200 stars
9 watching
20 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
overridepep484pythonruntime-typecheckingtype-hintstypechecking
Related projects:
Repository | Description | Stars |
---|---|---|
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 343 |
ethanhs/python-typecheckers | A comprehensive collection of Python type checkers, categorized by syntax and execution time. | 62 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 103 |
aldanor/typo | A package providing runtime type checking for Python functions annotated with argument type hints. | 28 |
siddhuwarrier/python-typeutils | A utility library that provides a type checking decorator for Python functions. | 1 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
jorenham/optype | An opinionated typing package that simplifies type hints in Python by providing protocols for special methods like multiplication and addition | 15 |
google/pytype | Automates type checking and error prevention in Python code | 4,773 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
felixthec/strongtyping | A decorator that checks function parameters at runtime for correct type compatibility. | 108 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
agronholm/typeguard | A runtime type checking library for Python functions with annotations | 1,545 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
ilevkivskyi/typing_inspect | Provides utilities for inspecting and analyzing Python types at runtime | 350 |