{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/10"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3's MQ (message queue) service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","boto3"],"use_cases":["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."],"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.\n\nThe 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\u2014you 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.","worth_installing":"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."},"id":"mypy-boto3-mq","links":{"html":"https://skillfed.io/packages/mypy-boto3-mq","md":"https://skillfed.io/packages/mypy-boto3-mq.md","pypi":"https://pypi.org/project/mypy-boto3-mq/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-14","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-mq","python_support":"supports_current","summary":"Type annotations for boto3 MQ 1.43.48 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":291086,"position":7974,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.48"}
