--- id: mypy-boto3-connectparticipant version: "1.43.23" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-connectparticipant — Type annotations for boto3 ConnectParticipant 1.43.23 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 252.2K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's ConnectParticipant service. It is generated automatically from boto3 1.43.23 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker environments. The package enables IDE autocomplete and catches type errors at development time rather than runtime, without requiring explicit type annotations in your code. The package depends only on typing-extensions and installs as a pure-Python wheel. It is designed to be lightweight and can be installed conditionally (e.g., under TYPE_CHECKING) to avoid production dependencies. The documentation notes that PyCharm may experience performance issues with the full boto3-stubs variant due to Literal overload complexity, and recommends boto3-stubs-lite as an alternative in that case. Use it for: - Enable IDE autocomplete and type hints when writing boto3 ConnectParticipant client code in VSCode or PyCharm. - Catch type errors in boto3 ConnectParticipant calls during development using mypy or pyright. - Provide explicit type annotations for ConnectParticipantClient and related types in production code. - Use in a TYPE_CHECKING block to add type information without adding a runtime dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ConnectParticipant service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 ConnectParticipant and want IDE autocomplete or static type checking. Install friction is minimal (one lightweight dependency), maintenance is active, and the license is permissive. The only caveat is PyCharm performance with the full stubs variant—use boto3-stubs-lite if you experience slowness. ## Install pip install mypy-boto3-connectparticipant uv add mypy-boto3-connectparticipant poetry add mypy-boto3-connectparticipant ## Installing mypy-boto3-connectparticipant Before you install: Low friction: a single lightweight dependency on typing-extensions, wheel-only distribution, and active maintenance with recent releases. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-connectparticipant from boto3.session import Session from mypy_boto3_connectparticipant import ConnectParticipantClient client: ConnectParticipantClient = Session().client("connectparticipant") Verify before relying: - Whether performance overhead in PyCharm (mentioned in docs) affects typical projects or only large codebases. - Exact scope of ConnectParticipant API coverage compared to boto3 1.43.23 release. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 252.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, connectparticipant type annotations, aws sdk type hints, mypy boto3 stubs, ide autocomplete boto3, pyright aws types, boto3 type checking, type-stubs, aws-sdk, type-checking [View on SkillFed](https://skillfed.io/packages/mypy-boto3-connectparticipant) · [View on PyPI](https://pypi.org/project/mypy-boto3-connectparticipant/)