skillfed

types-aiobotocore-sqs

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

types-aiobotocore-sqs v3.9.0 3.4M downloads/30d#2,642 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type annotations to aiobotocore's SQS service client. It is generated automatically from aiobotocore 3.9.0 using mypy-boto3-builder 8.12.0 and contains no runtime code—it exists solely to enable type checkers and IDEs to understand the shape and behavior of SQS client methods, paginators, waiters, and service resources.

When installed, it enables IDE autocomplete, inline documentation, and type checking in mypy and pyright without requiring explicit type annotations in your code. It supports VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text with LSP-pyright, and any other editor that understands Python type hints. The package depends only on typing-extensions and has no other runtime dependencies, making it safe to install in development environments or behind a TYPE_CHECKING guard in production code.

Use it for:

  • Enable IDE autocomplete and inline documentation for aiobotocore SQS operations in VSCode or PyCharm without writing manual type annotations.
  • Run mypy or pyright type checking on async AWS SQS code to catch method signature and argument type errors at development time.
  • Provide type hints for SQS client, paginator, and waiter objects when using aiobotocore in a type-strict codebase.
  • Support linting and type checking in Emacs or Sublime Text via LSP-pyright with full SQS API visibility.
  • Guard type stubs behind TYPE_CHECKING to avoid runtime dependencies while maintaining full IDE support during development.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for the aiobotocore SQS 3.9.0 async AWS client, compatible with mypy, pyright, VSCode, PyCharm, and other type-aware tools.

Yes. If you use aiobotocore for SQS and want IDE autocomplete or type checking, this package is essential and has no downsides: it is lightweight, actively maintained, permissively licensed, has no known vulnerabilities, and requires only a common utility dependency. Install it in your development environment or behind a TYPE_CHECKING block.

Install

types-aiobotocore-sqs on PyPI

pip

pip install types-aiobotocore-sqs

uv

uv add types-aiobotocore-sqs

poetry

poetry add types-aiobotocore-sqs

Installing types-aiobotocore-sqs

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with a recent release and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.

Quickstart

pip install types-aiobotocore-sqs

from aiobotocore.session import get_session
from types_aiobotocore_sqs import SQSClient

session = get_session()
async with session.create_client("sqs") as client:
    client: SQSClient  # type checker now provides hints

Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately to use the client at runtime.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (PY-40997) have been resolved since the documentation was written.
  • Whether the lite variant (types-aiobotocore-lite) is still recommended 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 — 12 days since the last release
Last repo commit
First released
Downloads 3,383,254/month — #2,642 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_sqs-3.9.0-py3-none-any.whl

Keywords: aiobotocore, sqs, aiobotocore-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

aiobotocore sqs type stubsasync aws sqs type hintsboto3 type annotationsmypy aiobotocore supportsqs client autocompletepyright aws typesaiobotocore type checking
type-stubsaws-sdkasync-io

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-sagemaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ssm

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ses

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-dataexchange

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-organizations

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-textract

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-kms

Provides type annotations and IDE…

permissive · top 15,000 on PyPI