mypy-boto3-kinesisvideo
Type annotations for boto3 KinesisVideo 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds static type information to boto3's KinesisVideo service. It was generated with mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.0. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide code completion and type checking for KinesisVideo client calls, paginators, and type definitions without requiring explicit type annotations in your code.
The package works by providing `.pyi` stub files that describe the shape and types of the KinesisVideo API. It integrates with type checkers like mypy and pyright, and is designed to be used alongside boto3 in development environments. The documentation notes that PyCharm may experience performance issues with the full version due to Literal overload handling, and recommends the lite variant as an alternative in such cases.
Use it for:
- Enable IDE autocomplete and type hints when writing boto3 KinesisVideo client code in VSCode or PyCharm.
- Catch type errors in KinesisVideo API calls during development with mypy or pyright before runtime.
- Document the shape of KinesisVideo responses and parameters through static type information in your codebase.
- Use in a TYPE_CHECKING block to get type hints without adding a production runtime dependency.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's KinesisVideo service, enabling IDE code completion and static type checking with mypy and pyright.
Yes, if you use boto3's KinesisVideo service and want IDE support and static type checking. Install friction is minimal, maintenance is active, and there are no security issues. The MIT license poses no restrictions. Consider the lite variant if you experience PyCharm performance problems.
Install
mypy-boto3-kinesisvideo on PyPI
pip
pip install mypy-boto3-kinesisvideouv
uv add mypy-boto3-kinesisvideopoetry
poetry add mypy-boto3-kinesisvideoInstalling mypy-boto3-kinesisvideo
Before you install
Low friction: pure Python wheel with only typing-extensions as a runtime dependency. Actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license is permissive; you can use this package freely in commercial and open-source projects without restriction.
Quickstart
# Install
python -m pip install mypy-boto3-kinesisvideo
# Use in code
from boto3.session import Session
from mypy_boto3_kinesisvideo import KinesisVideoClient
client: KinesisVideoClient = Session().client("kinesisvideo")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (issue PY-40997) still affect current versions.
- Whether the lite variant (boto3-stubs-lite) is recommended over the full version for new projects.
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 | 256,594/month — #8,462 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_kinesisvideo-1.43.0-py3-none-any.whl
Keywords: boto3, kinesisvideo, 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-webrtc-storageProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kinesis-video-mediaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-chime-sdk-media-pipelinesProvides 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-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kinesis-video-signalingProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kinesis-video-archived-mediaProvides 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-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI