skillfed

mypy-boto3-medialive

Type annotations for boto3 MediaLive 1.43.68 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-medialive v1.43.68 263.2K downloads/30d#8,361 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 MediaLive service client. It is generated automatically from boto3 1.43.68 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker tools. When installed, it enables IDE autocompletion, catches type errors at development time, and provides inline documentation for MediaLive API calls—without requiring explicit type annotations in your code.

The package is a stub-only distribution (no runtime code), so it adds minimal overhead. It supports clients, paginators, waiters, and type literals for the full MediaLive API surface. The library is actively maintained, tracks boto3 releases closely, and is part of the broader boto3-stubs ecosystem. It requires Python 3.9+ and depends only on typing-extensions.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 MediaLive client code in VSCode or PyCharm.
  • Catch type errors in MediaLive API calls during static analysis with mypy or pyright before runtime.
  • Annotate MediaLive client, paginator, and waiter types in function signatures for better code clarity.
  • Use in a CI/CD pipeline to enforce type safety on boto3 MediaLive usage across a team.
  • Improve code maintainability by documenting MediaLive API expectations through type hints.

Worth the install?

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

Provides type annotations and IDE autocompletion for boto3's MediaLive service, enabling static type checking with mypy, pyright, and other tools.

Yes. Install this if you use boto3 MediaLive and want IDE autocompletion and static type checking. Low install friction, actively maintained, no vulnerabilities, and MIT-licensed. The only caveat: PyCharm users may experience performance issues with Literal overloads (documented in the package); consider boto3-stubs-lite as an alternative if that becomes a problem.

Install

mypy-boto3-medialive on PyPI

pip

pip install mypy-boto3-medialive

uv

uv add mypy-boto3-medialive

poetry

poetry add mypy-boto3-medialive

Installing mypy-boto3-medialive

Before you install

Low friction install with a single lightweight dependency (typing-extensions). Actively maintained with a recent release (4 days old) and no known vulnerabilities.

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

from boto3.session import Session
from mypy_boto3_medialive import MediaLiveClient

client: MediaLiveClient = Session().client("medialive")
# Type checking and IDE completion now work

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

Verify before relying

  • Whether performance impact in PyCharm is acceptable for your project (docs note a known PyCharm issue PY-40997 with Literal overloads).
  • Whether boto3-stubs-lite is a better fit if you need lighter memory footprint or faster PyCharm performance.

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

Evidence: mypy_boto3_medialive-1.43.68-py3-none-any.whl

Keywords: boto3, medialive, 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 stubs medialiveaws medialive type annotationsboto3 medialive mypy supporttype hints for boto3 medialiveboto3 medialive autocompletemedialive client type checkingboto3 stubs medialive
type-stubsaws-sdkstatic-analysis

More Software Development packages