typeforce
Type checker
A tool to simplify Python package maintenance by automating type checking and stub installation.
Make mypy more effective
19 stars
3 watching
2 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
clicode-qualitymypymypy-stubspythonpython-typespython3qatyping
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/mypy-test | A testing tool for verifying mypy plugin and type functionality | 5 |
orsinium-labs/mypy-baseline | A tool to integrate mypy into an existing Python project and track progress on resolving type errors. | 55 |
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 85 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 200 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
felixthec/strongtyping | A decorator that checks function parameters at runtime for correct type compatibility. | 108 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 343 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
ilevkivskyi/typing_inspect | Provides utilities for inspecting and analyzing Python types at runtime | 350 |
emludei/checktype | A decorator that checks function arguments and return types at runtime. | 0 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 71 |
ethanhs/python-typecheckers | A comprehensive collection of Python type checkers, categorized by syntax and execution time. | 62 |