mypy-zope
Type checker for interface implementations
A plugin to enable type checking of Zope interface implementations in mypy.
Plugin for mypy to support zope.interface
39 stars
10 watching
13 forks
Language: Python
last commit: 19 days ago
Linked from 1 awesome list
mypypluginpythonstatic-typingzope
Related projects:
Repository | Description | Stars |
---|---|---|
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 71 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 103 |
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 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
pynamodb/pynamodb-mypy | A plugin that provides type checking and enforcement for PynamoDB models and attributes. | 4 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 200 |
zopyx/zopyx.typesense | Provides an integration with Typesense search engine to Plone 6 | 3 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
dropbox/sqlalchemy-stubs | Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 572 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
dry-python/classes | Typed polymorphism primitives for Python business logic | 670 |
jellezijlstra/autotyping | Automatically adds type annotations to code | 238 |