types-aiobotocore-sqs
Type annotations for aiobotocore SQS 3.9.0 service generated with mypy-boto3-builder 8.12.0
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-sqsuv
uv add types-aiobotocore-sqspoetry
poetry add types-aiobotocore-sqsInstalling 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
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-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-sagemakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-sesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-dataexchangeProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-organizationsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-textractProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI