types-boto3-sqs
Type annotations for boto3 SQS 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
types-boto3-sqs is a type stub package that adds complete type annotations to boto3's SQS service. It enables static type checkers like mypy and pyright, plus IDE code completion in VSCode, PyCharm, Emacs, and Sublime Text, to understand boto3 SQS client calls without explicit type hints. The package is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0.
You install it alongside boto3 and your type checker or IDE picks it up automatically—no code changes needed. It covers SQS clients, paginators, service resources, and type definitions. The package is lightweight (only typing-extensions as a runtime dependency) and marked as production-stable, with active maintenance and no known security vulnerabilities.
Use it for:
- Enable mypy or pyright to catch type errors in boto3 SQS code before runtime.
- Get IDE autocomplete and inline documentation for SQS client methods and parameters.
- Annotate SQSClient types explicitly in function signatures for better code clarity.
- Use with VSCode and Pylance for seamless type checking without configuration.
- Support paginator and service resource type hints for complex SQS workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3 SQS 1.43.0, enabling type checking with mypy, pyright, and other tools.
Yes. If you use boto3 SQS and want type safety or IDE support, this is a straightforward install with minimal friction. It's actively maintained, has no vulnerabilities, and works transparently with standard type checkers and IDEs. Install it unless you have a specific reason to avoid type stubs (e.g., strict production-only dependencies).
Install
types-boto3-sqs on PyPI
pip
pip install types-boto3-sqsuv
uv add types-boto3-sqspoetry
poetry add types-boto3-sqsInstalling types-boto3-sqs
Before you install
Low install friction with a single runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.
Quickstart
pip install types-boto3-sqs
from boto3.session import Session
from types_boto3_sqs import SQSClient
client: SQSClient = Session().client("sqs")
# Type checking and IDE completion now work automatically
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Performance impact on PyCharm noted in docs (PY-40997) but severity and current status unclear.
- Whether types-boto3-lite is recommended as a default alternative or only for PyCharm users experiencing slowness.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,149,968/month — #2,726 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_sqs-1.43.0-py3-none-any.whl
Keywords: boto3, sqs, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3-sesProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
types-boto3-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-sesv2Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-s3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ssmProvides type annotations for boto3 SSM…
permissive · top 15,000 on PyPI