skillfed

mypy-boto3-sqs

Type annotations for boto3 SQS 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-sqs v1.43.0 13.5M downloads/30d#1,277 on PyPI670
Permissive license MIT Active released

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-sqs

uv

uv add mypy-boto3-sqs

poetry

poetry add mypy-boto3-sqs

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs sqsmypy boto3 annotationsaws sqs type hintsboto3 sqs autocompletetype checking aws sdkpyright boto3 stubssqs client type annotations
type-stubsaws-sdkboto3

More Software Development packages