--- id: mypy-boto3-kafkaconnect version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-kafkaconnect — Type annotations for boto3 KafkaConnect 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 245.3K/mo ## 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 above — 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 pip install mypy-boto3-kafkaconnect uv add mypy-boto3-kafkaconnect poetry add mypy-boto3-kafkaconnect ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 245.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs kafkaconnect, mypy annotations aws kafka, type hints boto3 service, ide autocomplete aws sdk, static type checking boto3, type-stubs, boto3, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-kafkaconnect) · [View on PyPI](https://pypi.org/project/mypy-boto3-kafkaconnect/)