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.
201 stars
9 watching
20 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
overridepep484pythonruntime-typecheckingtype-hintstypechecking
Related projects:
Repository | Description | Stars |
---|---|---|
| A Python library that simplifies type checking and validation in object-oriented coding | 22 |
| A tool to analyze Python code for type errors and other issues | 350 |
| A plugin for testing type checking and stubs using mypy and pytest | 107 |
| A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
| A utility library that provides a type checking decorator for Python functions. | 1 |
| A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
| A library that provides runtime-checkable type protocols for operator overloading in Python | 24 |
| Automates type checking and error prevention in Python code | 4,791 |
| Enforces consistent use of optional type annotations in Python code | 17 |
| A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
| A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
| A runtime type checking library for Python functions with annotations | 1,569 |
| A Python static type checker with additional features to improve typing and error reporting. | 148 |
| Provides utilities for inspecting and analyzing Python types at runtime | 352 |