pynamodb-mypy
PynamoDB typ checker
A plugin that provides type checking and enforcement for PynamoDB models and attributes.
mypy plugin for PynamoDB
4 stars
2 watching
1 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
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 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 71 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
orsinium-labs/mypy-test | A testing tool for verifying mypy plugin and type functionality | 5 |
shoobx/mypy-zope | A plugin to enable type checking of Zope interface implementations in mypy. | 39 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 343 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 200 |
mongodb/pymodm | Provides an object-oriented interface to MongoDB | 354 |
antonagestam/phantom-types | Phantom types enable safe parsing and validation of data by making certain states unrepresentable at compile time | 203 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
web2py/pydal | A pure Python Database Abstraction Layer that generates SQL/noSQL in real-time for different databases. | 498 |