mypy-boto3-kinesis
Type annotations for boto3 Kinesis 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and 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.
The package is designed as a development dependency—you 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.
Use it for:
- 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.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's Kinesis service, enabling IDE code completion and static type checking with mypy and pyright.
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.
Install
mypy-boto3-kinesis on PyPI
pip
pip install mypy-boto3-kinesisuv
uv add mypy-boto3-kinesispoetry
poetry add mypy-boto3-kinesisInstalling mypy-boto3-kinesis
Before you install
Low friction: single runtime dependency (typing-extensions), wheel distribution, and active maintenance with a recent release.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects.
Quickstart
pip install mypy-boto3-kinesis
from boto3.session import Session
from mypy_boto3_kinesis import KinesisClient
client: KinesisClient = Session().client("kinesis")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (PY-40997) persist with current versions.
- Actual coverage of all Kinesis API operations and whether edge cases are fully typed.
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 | 2,897,603/month — #2,832 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_kinesis-1.43.0-py3-none-any.whl
Keywords: boto3, kinesis, 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-kinesis-video-signalingProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-aiobotocore-kinesisProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kinesisanalyticsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kinesis-video-mediaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kinesis-video-archived-mediaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-kinesis-video-webrtc-storageProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kinesisanalyticsv2Provides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI