mypy-boto3-wisdom
Type annotations for boto3 ConnectWisdomService 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-wisdom on PyPI
pip
pip install mypy-boto3-wisdomuv
uv add mypy-boto3-wisdompoetry
poetry add mypy-boto3-wisdomInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 244,419/month — #8,754 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_wisdom-1.43.0-py3-none-any.whl
Keywords: boto3, wisdom, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-qconnectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-athenaProvides type annotations and IDE…
permissive · top 5,000 on PyPI