--- id: mypy-boto3-qconnect version: "1.43.14" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-qconnect — Type annotations for boto3 QConnect 1.43.14 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 244.6K/mo ## What it is and what it does This package is a type-stub library that adds static type information for the boto3 QConnect AWS service. It is generated automatically from boto3 1.43.14 and works with mypy, pyright, and IDE language servers to provide code completion, type checking, and inline documentation while you write boto3 code. The package contains no runtime logic—it only provides type hints. You install it alongside boto3 in your development environment to get IDE autocomplete and catch type errors before runtime. It supports Python 3.9 through 3.14 and integrates with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and other tools that understand Python type annotations. Use it for: - Enable IDE autocomplete and type checking when writing boto3 QConnect client code in VSCode or PyCharm. - Catch type mismatches in QConnect API calls during development using mypy or pyright without running code. - Generate accurate type hints for QConnect paginators, waiters, and service resources in your codebase. - Reduce runtime errors by validating boto3 QConnect method signatures and parameter types at edit time. - Improve code documentation and maintainability by making QConnect API contracts explicit in your source. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 QConnect service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3 QConnect and want IDE autocomplete and static type checking. The install is frictionless (one lightweight dependency), maintenance is active, the license is permissive, and there are no known vulnerabilities. It is a stub-only package, so it adds no runtime overhead and can safely be confined to development dependencies. ## Install pip install mypy-boto3-qconnect uv add mypy-boto3-qconnect poetry add mypy-boto3-qconnect ## Installing mypy-boto3-qconnect Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent commits and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects. Quickstart: # Install with pip python -m pip install mypy-boto3-qconnect # Use in your code from boto3.session import Session from mypy_boto3_qconnect import QConnectClient client: QConnectClient = Session().client("qconnect") Requires Python 3.9 or later; boto3 must be installed separately as a runtime dependency of your project. Verify before relying: - Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 244.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs qconnect, type annotations aws qconnect, mypy boto3 qconnect, boto3 qconnect autocomplete, type hints aws sdk python, pyright boto3 stubs, ide code completion qconnect, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-qconnect) · [View on PyPI](https://pypi.org/project/mypy-boto3-qconnect/)