mypy-boto3-mq
Type annotations for boto3 MQ 1.43.48 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 information to boto3's MQ service client. It is generated automatically from boto3 metadata and enables IDEs and type checkers to understand the shape, parameters, and return types of MQ API calls, providing code completion and catching type errors before runtime.
The package works by providing type annotations compatible with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. It depends only on typing-extensions and is designed as a development-time dependency—you can use TYPE_CHECKING guards to avoid including it in production builds. The annotations cover client methods, paginators, and service-specific literals and type definitions.
Use it for:
- Enable IDE autocomplete and inline documentation when writing boto3 MQ code in VSCode or PyCharm.
- Run mypy or pyright type checking on boto3 MQ code to catch parameter and return-type errors before deployment.
- Provide explicit type hints for MQClient, paginators, and service types in a codebase using boto3.
- Reduce development friction when working with AWS MQ by catching API misuse at edit time rather than runtime.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's MQ (message queue) service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 to interact with AWS MQ and want static type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license imposes no restrictions. The package is a pure stub library with no runtime overhead when used with TYPE_CHECKING guards. Skip only if you do not use boto3 MQ or have no need for type checking.
Install
mypy-boto3-mq on PyPI
pip
pip install mypy-boto3-mquv
uv add mypy-boto3-mqpoetry
poetry add mypy-boto3-mqInstalling mypy-boto3-mq
Before you install
Low install friction; single lightweight dependency on typing-extensions. Active maintenance with recent releases; last commit 2026-06-22 and release 31 days ago indicate ongoing support.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install mypy-boto3-mq
from boto3.session import Session
from mypy_boto3_mq import MQClient
client: MQClient = Session().client("mq")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issue PY-40997 remains unresolved and affects current versions.
- Specific IDE versions and configurations where type checking has been validated.
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 — 31 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 291,086/month — #7,974 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_mq-1.43.48-py3-none-any.whl
Keywords: boto3, mq, 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
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-servicediscoveryProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appflowProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-drsProvides type annotations for the boto3 AWS Drs…
permissive · top 15,000 on PyPI