skillfed

mypy-boto3-wisdom

Type annotations for boto3 ConnectWisdomService 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-wisdom v1.43.0 244.4K downloads/30d#8,754 on PyPI670
Permissive license MIT Active released

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-wisdom

uv

uv add mypy-boto3-wisdom

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs wisdomaws wisdom service typingboto3 connectwisdomservice annotationsmypy boto3 type hintside autocomplete boto3 wisdompyright boto3 stubsstatic type checking aws sdk
type-stubsaws-sdkide-support

More Software Development packages