basedmypy
Type Checker
A Python type checker built to resolve issues with the mypy project and Python's typing system
Based Python static type checker with baseline, sane default settings and based typing features
143 stars
2 watching
4 forks
Language: Python
last commit: 6 days ago
Linked from 1 awesome list
basedbaselinehacktoberfestpythontyping
Related projects:
Repository | Description | Stars |
---|---|---|
kotlinisland/basedtyping | A collection of helpers and utilities to aid in dealing with types at static analysis and runtime. | 9 |
kotlinisland/basedtypeshed | Provides static type annotations for the Python standard library and third-party packages | 3 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 103 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 71 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
realpython/pytest-mypy | A plugin that integrates mypy with pytest to enable static type checking during unit testing. | 248 |
detachhead/basedpyright | An improved version of Pyright with enhanced type checking and support for popular IDEs | 1,192 |
loyada/typedpy | A comprehensive type system for Python that provides strict type checking and conversion between Python data structures and JSON-like formats. | 16 |
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
orsinium-labs/mypy-baseline | A tool to integrate mypy into an existing Python project and track progress on resolving type errors. | 55 |
ethanhs/python-typecheckers | A comprehensive collection of Python type checkers, categorized by syntax and execution time. | 62 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 343 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |