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

GitHub

4k stars
76 watching
2k forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists

pythonstubtypestyping

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
google/pytype Automates type checking and error prevention in Python code 4,791
microsoft/pyright A static type checker for the Python programming language 13,573
python/mypy A tool to help catch errors in Python code by checking type compatibility and hints at compile time 18,687
stewori/pytypes Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility 201
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,797
ambv/retype Re-applies type annotations from .pyi stubs to codebases 141
orsinium-labs/infer-types A CLI tool to automatically add type annotations into Python code 86
typeddjango/pytest-mypy-plugins A plugin for testing type checking and stubs using mypy and pytest 107
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,885
dropbox/sqlalchemy-stubs Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications 571
contains-io/typet A Python library that simplifies type checking and validation in object-oriented coding 22
dry-python/classes Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. 678
kotlinisland/basedmypy A Python static type checker with additional features to improve typing and error reporting. 148