mypy-boto3-kafkaconnect
Type annotations for boto3 KafkaConnect 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a stub-only type annotation library for boto3's KafkaConnect service, generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0. It provides complete type hints for KafkaConnect client methods, paginators, and type definitions, enabling static type checkers and IDEs to validate your code and offer autocomplete suggestions as you write boto3 KafkaConnect calls.
It works alongside boto3 itself—you install it in your development environment, and type checkers like mypy or pyright, or IDEs like VSCode, PyCharm, and Emacs, automatically pick up the annotations. The package supports modern Python versions (3.9 through 3.14) and is compatible with multiple type-checking tools and editors. It has no runtime dependencies beyond typing-extensions, so it adds negligible overhead to your environment.
Use it for:
- Enable IDE autocomplete and inline type hints when writing boto3 KafkaConnect client code in VSCode or PyCharm.
- Catch type errors in boto3 KafkaConnect calls before runtime using mypy or pyright in CI/CD pipelines.
- Document expected parameter types and return types for KafkaConnect operations in your codebase without manual annotations.
- Reduce bugs from incorrect service API calls by catching mismatched argument types at development time.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for the boto3 KafkaConnect service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 KafkaConnect and want static type checking or IDE autocomplete. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads (documented in the package); consider boto3-stubs-lite as an alternative if that becomes a problem.
Install
mypy-boto3-kafkaconnect on PyPI
pip
pip install mypy-boto3-kafkaconnectuv
uv add mypy-boto3-kafkaconnectpoetry
poetry add mypy-boto3-kafkaconnectInstalling mypy-boto3-kafkaconnect
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent commits and stable production status.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for any project type.
Quickstart
pip install mypy-boto3-kafkaconnect
from boto3.session import Session
from mypy_boto3_kafkaconnect import KafkaConnectClient
client: KafkaConnectClient = Session().client("kafkaconnect")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether performance impact in PyCharm is acceptable for your codebase size (docs note slow Literal overload handling).
- Whether the lite variant (boto3-stubs-lite) would be preferable for your IDE and RAM constraints.
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 | 245,296/month — #8,735 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_kafkaconnect-1.43.0-py3-none-any.whl
Keywords: boto3, kafkaconnect, 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-codeconnectionsProvides type annotations for boto3…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kafkaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectparticipantProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2-instance-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codestar-connectionsProvides 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-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-confluent-kafkaProvides type hints and stub files for the…
permissive · top 5,000 on PyPI