--- id: mypy-boto3-connect version: "1.43.71" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-connect — Type annotations for boto3 Connect 1.43.71 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 282.1K/mo ## What it is and what it does This package is a stub-only type annotation library for the boto3 Connect AWS service. It was generated using mypy-boto3-builder 8.12.0 and provides complete type hints for Connect client methods, paginators, waiters, and type definitions—enabling static type checkers and IDEs to validate your boto3 code without runtime overhead. When installed, it integrates with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type stubs. You write boto3 code normally, but your IDE and type checker gain full visibility into method signatures, return types, and available operations on the Connect service, catching errors before runtime. Use it for: - Enable IDE autocomplete and type checking for boto3 Connect API calls in VSCode with Pylance or PyCharm. - Validate boto3 Connect code with mypy or pyright in CI/CD pipelines to catch type errors early. - Get inline documentation and parameter hints for Connect service methods while writing code. - Use TYPE_CHECKING guards to keep type stubs out of production dependencies while maintaining full type safety during development. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 Connect service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 Connect and want static type checking or IDE support. Install friction is minimal, maintenance is active, licensing is permissive, and there are no known vulnerabilities. The only caveat is PyCharm users may experience performance issues with full boto3-stubs; the docs recommend boto3-stubs-lite as an alternative if that occurs. ## Install pip install mypy-boto3-connect uv add mypy-boto3-connect poetry add mypy-boto3-connect ## Installing mypy-boto3-connect Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with a release just 1 day old and consistent update history since 2019. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—safe for both open-source and commercial projects. Quickstart: pip install mypy-boto3-connect from boto3.session import Session from mypy_boto3_connect import ConnectClient client: ConnectClient = Session().client("connect") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) still affect current versions or if boto3-stubs-lite is necessary for acceptable IDE responsiveness. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 282.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws connect type annotations, boto3 ide autocomplete, mypy boto3 stubs, python aws type hints, type-stubs, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-connect) · [View on PyPI](https://pypi.org/project/mypy-boto3-connect/)