skillfed

types-boto3-sqs

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

types-boto3-sqs v1.43.0 3.1M downloads/30d#2,726 on PyPI670
Permissive license MIT Active released

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

uv

uv add types-boto3-sqs

poetry

poetry add types-boto3-sqs

Installing 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

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 sqs type hintsaws sqs type stubsboto3 type annotationssqs mypy supportboto3 ide autocompletetype checking aws sqsboto3 sqs pyright
type-stubsaws-sdkide-support

More Software Development packages