skillfed

mypy-boto3-ivs

Type annotations for boto3 IVS 1.43.45 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-ivs v1.43.45 251.1K downloads/30d#8,596 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds static type information to boto3's IVS service client. It is generated automatically from boto3's service definitions using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE/type-checker combinations. When installed, it enables IDE code completion and catches type errors at development time without requiring explicit type annotations in your code.

The package is stub-only (contains no runtime code) and depends only on typing-extensions. It supports Python 3.9 through 3.14. Installation can be done standalone or as part of a larger stubs package. The description notes that PyCharm may experience performance issues due to extensive use of Literal type overloads, and recommends using alternative approaches or separate type checkers like mypy for better performance in that IDE.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 IVS client code in VSCode or other editors
  • Catch type errors in boto3 IVS calls during development with mypy or pyright before runtime
  • Provide explicit type annotations for IVS client, paginators, and service resources in team projects
  • Use in CI/CD pipelines to validate boto3 IVS code correctness via static type checking

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for boto3's IVS (Interactive Video Service) client, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 IVS and want IDE support or static type checking. Install friction is minimal and maintenance is active. PyCharm users should be aware of documented performance issues with Literal overloads. The MIT license poses no restrictions. No known vulnerabilities.

Install

mypy-boto3-ivs on PyPI

pip

pip install mypy-boto3-ivs

uv

uv add mypy-boto3-ivs

poetry

poetry add mypy-boto3-ivs

Installing mypy-boto3-ivs

Before you install

Low friction install with a single lightweight dependency (typing-extensions). Actively maintained with last commit on 2026-06-22, though performance warnings exist for PyCharm due to heavy Literal overload usage.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-ivs

from boto3.session import Session
from mypy_boto3_ivs import IVSClient

client: IVSClient = Session().client("ivs")

Requires Python 3.9 or later; boto3 must be installed separately.

Verify before relying

  • Whether type stubs cover all IVS API operations and response shapes for boto3 1.43.45
  • Performance impact in large codebases or IDEs beyond the documented PyCharm caveat
  • Compatibility with boto3 versions other than 1.43.45

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 — 36 days since the last release
Last repo commit
First released
Downloads 251,127/month — #8,596 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_ivs-1.43.45-py3-none-any.whl

Keywords: boto3, ivs, 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 type stubsaws ivs type annotationsboto3 ivs mypy supporttype hints for boto3ide autocomplete boto3static type checking awsboto3-stubs ivs
type-stubsaws-sdkide-support

More Software Development packages