--- id: mypy-boto3-wisdom version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-wisdom — Type annotations for boto3 ConnectWisdomService 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 244.4K/mo ## What it is and what it does This package is a type stub library that adds complete type annotations to boto3's ConnectWisdomService client. It's generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide code completion and catch type errors at development time rather than runtime. The package contains type definitions for the ConnectWisdomService client, paginators, waiters, and service models. It's designed to be installed alongside boto3 and requires no code changes—you write boto3 code normally, and the type annotations are picked up automatically by your type checker or IDE. It supports Python 3.9 through 3.14 and has a single runtime dependency on typing-extensions. Use it for: - Enable IDE autocomplete and type hints when writing boto3 ConnectWisdomService code in VSCode or PyCharm. - Catch type errors in boto3 calls during development using mypy or pyright before deploying to production. - Document the expected types and signatures of ConnectWisdomService client methods in your codebase. - Use in a TYPE_CHECKING block to add type safety without adding a runtime dependency to production code. - Support paginator and waiter type annotations when iterating over ConnectWisdomService results. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's ConnectWisdomService client, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained type stub with no security vulnerabilities, permissive licensing, and a single lightweight dependency. Install it if you use boto3's ConnectWisdomService and want IDE autocompletion or static type checking; it's safe to add even to production environments or to use only in development via TYPE_CHECKING guards. ## Install pip install mypy-boto3-wisdom uv add mypy-boto3-wisdom poetry add mypy-boto3-wisdom ## Installing mypy-boto3-wisdom Before you install: Low friction installation with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; repository shows consistent activity and community adoption. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: # Install python -m pip install mypy-boto3-wisdom # Use in code from boto3.session import Session from mypy_boto3_wisdom import ConnectWisdomServiceClient client: ConnectWisdomServiceClient = Session().client("wisdom") # Type checking and IDE completion now work on client calls Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether the package works with all IDE integrations mentioned (VSCode, PyCharm, Emacs, Sublime Text) or if some have known limitations beyond what the description states. - Performance impact when used with PyCharm, given the description's warning about slow performance with Literal overloads. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 244.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs wisdom, aws wisdom service typing, boto3 connectwisdomservice annotations, mypy boto3 type hints, ide autocomplete boto3 wisdom, pyright boto3 stubs, static type checking aws sdk, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-wisdom) · [View on PyPI](https://pypi.org/project/mypy-boto3-wisdom/)