Collection of awesome Python stubs and tools to work with them.
- Typeshed - Collection of library stubs for Python, with static types.
- django-stubs - stubs for Django.
- djangorestframework-stubs - stubs for DRF.
- numpy-stubs - stubs for NumPy.
- dry-python/returns - stubs for returns.
- sqlalchemy-stubs - stubs for SQLAlchemy.
- grpc-stubs - stubs for grpc.
- ordered-set-stubs - stubs for OrderedSet.
- MonkeyType - MonkeyType collects runtime types of function arguments and return values, and can automatically generate stub files or even add draft type annotations directly to your Python code based on the types collected at runtime.
- pytest-mypy-plugins - pytest plugin for testing mypy types, stubs, and plugins.
- flake8-pyi - A plugin for Flake8 that provides specializations for type hinting stub files.