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: about 1 month 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. | 72 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
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 | 201 |
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 | 571 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
dry-python/classes | Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |
jellezijlstra/autotyping | Automatically adds type annotations to code | 241 |