Packages
Provides type stubs for PyYAML to enable static type checking of code that uses the PyYAML library.
Provides type stubs for the qrcode package, enabling static type checkers like mypy and pyright to validate code that uses qrcode.
Provides type stubs for the redis package, enabling static type checking of redis code with mypy, pyright, pytype, and other type checkers.
However, uninstall it if you upgrade to redis 5.0.0 or later, as redis now includes native type annotations and this stub package may conflict.
Provides type annotations for the regex package, enabling type checkers like mypy and pyright to validate code that uses regex.
Provides type hints for the reportlab PDF generation library, enabling static type checking of code that uses reportlab without installing the full library.
Provides type annotations for the requests library, enabling type checkers like mypy and pyright to validate code that uses requests without runtime overhead.
Install only if your type checker needs explicit stubs for an older requests version.
Provides type hints for requests-oauthlib, enabling static type checkers like mypy and pyright to validate code using OAuth authentication with the requests HTTP client.
Provides type hints for the retry package, enabling static type checkers like mypy and pyright to validate code that uses retry's retry decorators and functions.
Provides type annotations and IDE code completion for the s3transfer package, enabling static type checking with mypy or pyright.
Provides type annotations for the setuptools package, enabling type checkers like mypy, pyright, and others to validate code that uses setuptools.
Provides type stubs for the shapely package, enabling static type checkers like mypy and pyright to validate code that uses shapely's geometric operations.
Provides type annotations for the simplejson package, enabling type checkers like mypy and pyright to validate code that uses simplejson for JSON serialization and deserialization.
Provides type hints for the six Python 2/3 compatibility library, enabling type checkers like mypy and pyright to validate code that uses six.
Provides type stubs for flask-smorest, enabling static type checking and IDE autocompletion when using the flask-smorest library.
Provides PEP 561 type stubs for SQLAlchemy, enabling type checkers like mypy, pyright, and pytype to validate code using SQLAlchemy.
Provides type stubs for sqlalchemy-utils, enabling static type checking and IDE autocompletion when using that library in Python projects.
However, be aware that maintenance is dormant (last release 823 days ago), type coverage is partial, and stubs may not reflect the latest sqlalchemy-utils API—verify…
Provides type stubs for the stripe package, enabling static type checking of stripe code with tools like mypy, pyright, and pytype.
Provides type hints for the tabulate package, enabling static type checkers like mypy and pyright to validate code that formats data into tables.
Provides type hints for TensorFlow 2.18.0, enabling static type checkers to validate code that uses TensorFlow without requiring the full TensorFlow package to be installed.
Provides type stubs for the termcolor package, enabling static type checkers like mypy and pyright to validate code that uses termcolor.
Provides type hints for the toml package, enabling static type checkers like mypy and pyright to validate code that parses or manipulates TOML configuration files.
Provides type hints for the toposort package, enabling type checkers like mypy and pyright to validate code that uses topological sorting.
Provides PEP 561 type stubs for tornado, enabling static type checkers like mypy and PyCharm to validate code using tornado.
Provides type annotations for the tqdm progress bar library, enabling type checkers like mypy and pyright to validate code that uses tqdm.
Provides type stubs for the typed-ast package, enabling static type checkers like mypy, pyright, and pytype to understand code using typed-ast.
Provides type stubs for the tzlocal package, enabling static type checkers like mypy, pyright, and pytype to validate code that uses tzlocal for timezone operations.
If you are using tzlocal 5.2 or later, do not install this package—uninstall it if present—because tzlocal now includes its own type stubs.
Provides type hints for JSON serialization library code, enabling static type checkers like mypy and pyright to validate annotated code.
Provides type stubs for the unidiff package, enabling static type checkers like mypy and pyright to validate code that uses unidiff for parsing unified diff format files.
Provides type stubs for urllib3 to enable static type checking with mypy, pyright, pytype, and similar tools on code using urllib3.
However, if you use urllib3 2.0.0 or later, which includes native type annotations, this package is redundant.
Provides type hints for the uWSGI Python API, enabling type checkers like mypy and pyright to validate code that uses uWSGI.
Provides type stubs for the vobject package, enabling type checkers like mypy and pyright to validate code that uses vobject for working with iCalendar and vCard data.
Provides type stubs for the waitress WSGI server, enabling static type checkers like mypy and pyright to validate code that uses waitress.
Provides type hints for the webencodings library, enabling static type checkers like mypy and pyright to validate code that uses webencodings.
Provides PEP 561 type stubs for Werkzeug, enabling type checkers like mypy and PyCharm to validate code using Werkzeug without runtime overhead.
Provides type stubs for WTForms, enabling type checkers like mypy and pyright to validate code that uses WTForms for form handling and validation.
Provides type hints for the xlrd library, enabling type checkers like mypy and pyright to validate code that reads Excel files with xlrd.
Provides type annotations for the xmltodict package, enabling static type checkers like mypy and pyright to validate code that parses XML into Python dictionaries.
Provides type hints for yt-dlp, enabling static type checkers to validate code that uses yt-dlp without requiring the full package to be installed.
Provides type hints for the zstd compression library, enabling type checkers like mypy and pyright to validate code that uses zstd.
Provides type hints for the zxcvbn password strength estimation library, enabling type checkers to validate code that uses zxcvbn.