typeshed
Type stubs
Provides external type annotations for the Python standard library and third-party packages to support static analysis and type checking.
Collection of library stubs for Python, with static types
4k stars
75 watching
2k forks
Language: Python
last commit: 4 days ago
Linked from 3 awesome lists
pythonstubtypestyping
Related projects:
Repository | Description | Stars |
---|---|---|
google/pytype | Automates type checking and error prevention in Python code | 4,773 |
microsoft/pyright | A static type checker for the Python programming language | 13,427 |
python/mypy | A tool that checks Python code for type-related errors at compile time | 18,511 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 200 |
kotlinisland/basedtypeshed | Provides static type annotations for the Python standard library and third-party packages | 3 |
instagram/monkeytype | A tool to automatically generate type annotations based on runtime types | 4,779 |
ambv/retype | Re-applies type annotations from .pyi stubs to codebases | 142 |
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 85 |
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 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
dropbox/sqlalchemy-stubs | Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 572 |
contains-io/typet | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
dry-python/classes | Typed polymorphism primitives for Python business logic | 670 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |