skillfed

mypy-boto3-kinesis

Type annotations for boto3 Kinesis 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-kinesis v1.43.0 2.9M downloads/30d#2,832 on PyPI670
Permissive license MIT Active released

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-kinesis

uv

uv add mypy-boto3-kinesis

poetry

poetry add mypy-boto3-kinesis

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 kinesis type hintsaws kinesis type stubsboto3 type annotationskinesis client typingmypy boto3 stubspyright aws sdkide autocomplete boto3
type-stubsaws-sdkdev-tools

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-kinesis-video-signaling

Provides type annotations for boto3's…

permissive · top 15,000 on PyPI

types-aiobotocore-kinesis

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-kinesisanalytics

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-kinesis-video-media

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-kinesis-video-archived-media

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-kinesis-video-webrtc-storage

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-kinesisanalyticsv2

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-kms

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI