mypy
Type checker
A tool to help catch errors in Python code by checking type compatibility and hints at compile time
Optional static typing for Python
19k stars
241 watching
3k forks
Language: Python
last commit: 2 months ago
Linked from 3 awesome lists
linterpythontypecheckertypestyping
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides external type annotations for the Python standard library and third-party packages to support static analysis and type checking. | 4,419 |
| A Python static type checker with additional features to improve typing and error reporting. | 148 |
| A static type checker for the Python programming language | 13,573 |
| Automates type checking and error prevention in Python code | 4,791 |
| Automates mypy static type checking as part of pytest test runs | 249 |
| A tool to integrate mypy into an existing Python project and track progress on resolving type errors. | 59 |
| A plugin to enable type checking of Zope interface implementations in mypy. | 39 |
| A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 72 |
| A Vim plugin for executing Python's static type checker. | 97 |
| A tool to verify mypy's static type analysis output | 31 |
| A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
| A plugin for testing type checking and stubs using mypy and pytest | 107 |
| Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |
| A testing tool for verifying mypy plugin and type functionality | 5 |
| Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |