skillfed

mypy-boto3-mediapackagev2

Type annotations for boto3 Mediapackagev2 1.43.67 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-mediapackagev2 v1.43.67 245.3K downloads/30d#8,732 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 for AWS Mediapackagev2 service operations in boto3. It contains no runtime code—only type definitions—and is designed to work alongside boto3 to enable IDE autocomplete, type checking in mypy and pyright, and compile-time error detection. When installed, it allows developers to write boto3 code with full type hints, so IDEs and type checkers can validate method calls, parameter types, and return values before the code runs.

The package is generated automatically from boto3's service definitions using mypy-boto3-builder 8.12.0 and supports multiple development environments: VSCode with Pylance, PyCharm, Emacs with lsp-pyright, Sublime Text, and command-line tools like mypy and pyright. It can be installed standalone or as part of the broader boto3-stubs ecosystem. The only runtime dependency is typing-extensions, making it lightweight and safe to include even in production environments under a TYPE_CHECKING guard if type annotations are only needed during development.

Use it for:

  • Add IDE autocomplete and type hints when writing boto3 Mediapackagev2 client code in VSCode or PyCharm.
  • Enable static type checking with mypy or pyright to catch boto3 API misuse before runtime.
  • Provide explicit type annotations for Mediapackagev2 clients, paginators, and waiters in a large codebase.
  • Use in a CI/CD pipeline to validate boto3 code correctness without running integration tests.
  • Guard type stubs behind TYPE_CHECKING to avoid production dependencies while maintaining development-time type safety.

Worth the install?

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

Provides type annotations and IDE autocomplete support for the AWS Mediapackagev2 service via boto3, enabling static type checking with mypy, pyright, and other tools.

Yes. This is a low-friction, actively maintained type-stub package with no security vulnerabilities and permissive licensing. Install it if you use boto3 for Mediapackagev2 and want IDE autocomplete or static type checking. It adds negligible overhead and can be safely guarded behind TYPE_CHECKING to avoid production dependencies. The only caveat is PyCharm users may experience performance issues with Literal overloads; the documentation suggests using boto3-stubs-lite as a workaround.

Install

mypy-boto3-mediapackagev2 on PyPI

pip

pip install mypy-boto3-mediapackagev2

uv

uv add mypy-boto3-mediapackagev2

poetry

poetry add mypy-boto3-mediapackagev2

Installing mypy-boto3-mediapackagev2

Before you install

Low friction: single runtime dependency (typing-extensions), wheel-only distribution, and active maintenance with a release 7 days ago. Designed as a type-stub-only package with no behavioral code.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.

Quickstart

# Install
python -m pip install mypy-boto3-mediapackagev2

# Use with type checking
from boto3.session import Session
from mypy_boto3_mediapackagev2 import Mediapackagev2Client

client: Mediapackagev2Client = Session().client("mediapackagev2")

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

Verify before relying

  • Whether the package works correctly with all listed Python versions (3.9–3.14) in practice.
  • Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads).

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

Evidence: mypy_boto3_mediapackagev2-1.43.67-py3-none-any.whl

Keywords: boto3, mediapackagev2, 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 mediapackagev2 typesmypy boto3 annotationside autocomplete awsstatic type checking boto3pyright aws stubsboto3 type hints
type-stubsaws-sdkboto3

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

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-mediatailor

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-mediapackage

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-kinesis-video-media

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-chime-sdk-media-pipelines

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-mediaconvert

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-amplify

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-mpa

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-mediastore-data

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI