mypy-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
mypy-boto3-sqs is a stub package that adds complete type annotations for boto3's SQS service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and provides type hints for SQS clients, paginators, service resources, and type definitions. When installed, it enables static type checkers like mypy and pyright to validate your boto3 SQS code, and allows IDEs to offer accurate autocomplete and inline documentation.
The package is designed as a lightweight, development-only dependency. It works with multiple editors and type checkers—VSCode with Pylance, PyCharm, Emacs, Sublime Text, and command-line tools like mypy and pyright. The package has typing-extensions as its only runtime dependency and is actively maintained with no known vulnerabilities.
Use it for:
- Enable IDE autocomplete and inline type hints when writing boto3 SQS client code in VSCode or PyCharm
- Run mypy or pyright on a codebase that uses boto3 SQS to catch type errors before runtime
- Explicitly annotate function parameters and return types with SQSClient, paginators, or resource types
- Validate SQS queue operations and message handling code with static type checking in CI/CD pipelines
- Use in Emacs or Sublime Text for real-time type checking and completion
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete for boto3 SQS 1.43.0, enabling static type checking with mypy, pyright, and other tools across VSCode, PyCharm, Emacs, and Sublime Text.
Yes. If you use boto3 SQS and want static type checking or IDE autocomplete, install this. It has low friction (pure Python, one lightweight dependency), is actively maintained, carries no security vulnerabilities, and is licensed permissively under MIT. It is a standard choice in the boto3 ecosystem for type safety.
Install
mypy-boto3-sqs on PyPI
pip
pip install mypy-boto3-sqsuv
uv add mypy-boto3-sqspoetry
poetry add mypy-boto3-sqsInstalling mypy-boto3-sqs
Before you install
Low friction: a single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install mypy-boto3-sqs
from boto3.session import Session
from mypy_boto3_sqs import SQSClient
client: SQSClient = Session().client("sqs")
# Type checking and IDE autocomplete now work
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues with Literal overloads still affect current versions
- Exact scope of type coverage for all SQS operations and resource types
- Whether TYPE_CHECKING guard pattern is recommended for production deployments
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 | 13,517,179/month — #1,277 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_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
types-boto3-sqsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-glacierProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-qbusinessProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
mypy-boto3-sesProvides type annotations for boto3 SES 1.43.0,…
permissive · top 5,000 on PyPI
mypy-boto3-s3Provides type annotations and IDE…
permissive · top 1,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ssm-quicksetupProvides type annotations and IDE…
permissive · top 15,000 on PyPI