--- id: mypy-boto3-kinesisanalytics version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-kinesisanalytics — Type annotations for boto3 KinesisAnalytics 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 286.8K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations to boto3's KinesisAnalytics service. It is generated automatically using mypy-boto3-builder and works with Python 3.9 through 3.14. The stubs enable static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide real-time type checking and code completion when you write boto3 KinesisAnalytics code, without requiring explicit type annotations in your own code. The package depends only on typing-extensions and installs as a wheel with no compiled dependencies. It can be used standalone or as part of boto3-stubs (a larger collection of service stubs). The documentation notes that PyCharm may experience performance issues with the full stubs due to Literal overload handling, and recommends boto3-stubs-lite as an alternative in that case. Use it for: - Enable IDE autocompletion and inline type hints when writing boto3 KinesisAnalytics client code in VSCode or other editors. - Run mypy or pyright type checking on boto3 KinesisAnalytics calls to catch type errors before runtime. - Access type definitions and literals for KinesisAnalytics service parameters in your own type annotations. - Use boto3 KinesisAnalytics in a typed codebase without writing manual type annotations for every client call. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's KinesisAnalytics service, enabling static type checking with mypy, pyright, and editor support. Yes. Install this if you use boto3 KinesisAnalytics and want static type checking or IDE support. The low install friction, active maintenance, MIT license, and zero known vulnerabilities make it a safe choice. If you experience PyCharm slowness, consider boto3-stubs-lite instead. ## Install pip install mypy-boto3-kinesisanalytics uv add mypy-boto3-kinesisanalytics poetry add mypy-boto3-kinesisanalytics ## Installing mypy-boto3-kinesisanalytics Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent commits and a stable release cadence. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects. Quickstart: # Install python -m pip install mypy-boto3-kinesisanalytics # Use with type checking from boto3.session import Session from mypy_boto3_kinesisanalytics import KinesisAnalyticsClient client: KinesisAnalyticsClient = Session().client("kinesisanalytics") # Now mypy and your IDE provide type checking and completion Requires Python 3.9 or later. PyCharm users may experience performance issues; boto3-stubs-lite is recommended as an alternative. Verify before relying: - Whether the package is compatible with all boto3 versions or only 1.43.0 specifically - Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads) ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 286.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs kinesisanalytics, type annotations aws kinesis, mypy boto3 kinesisanalytics, boto3 ide autocomplete kinesis, pyright aws kinesisanalytics types, static type checking boto3 services, type-stubs, aws-boto3, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-kinesisanalytics) · [View on PyPI](https://pypi.org/project/mypy-boto3-kinesisanalytics/)