{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type annotations for boto3's Kinesis service, enabling IDE code completion and static type checking with mypy and pyright.","skillfed_tags":["type-stubs","aws-sdk","dev-tools"],"use_cases":["Enable IDE autocomplete and inline documentation for Kinesis client methods while writing AWS Lambda or data pipeline code.","Catch type errors in Kinesis API calls (e.g., wrong argument types, missing required parameters) during development with mypy or pyright.","Provide explicit type hints for Kinesis paginator and waiter objects to improve code clarity in large projects.","Support type-safe refactoring of boto3 Kinesis code in PyCharm or VSCode without runtime testing.","Document expected types for Kinesis operations in team codebases via inline type annotations."],"what_it_does":"mypy-boto3-kinesis is a type stub package that adds complete type annotations to boto3's Kinesis client, enabling static type checkers and IDEs to validate your code and provide accurate autocomplete. It's generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints.\n\nThe package is designed as a development dependency\u2014you install it in your environment to get type checking and IDE support while writing boto3 code, but it doesn't change how your code runs. It includes type annotations for the Kinesis client, paginators, waiters, and service-specific type definitions, allowing you to catch type mismatches before runtime.","worth_installing":"Yes. If you use boto3 with Kinesis and want IDE support or static type checking, this is the standard way to get it. It has no security vulnerabilities, minimal dependencies, active maintenance, and a permissive license. Install it as a development dependency (optionally behind TYPE_CHECKING) to avoid production bloat."},"id":"mypy-boto3-kinesis","links":{"html":"https://skillfed.io/packages/mypy-boto3-kinesis","md":"https://skillfed.io/packages/mypy-boto3-kinesis.md","pypi":"https://pypi.org/project/mypy-boto3-kinesis/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-kinesis","python_support":"supports_current","summary":"Type annotations for boto3 Kinesis 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":2897603,"position":2832,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
