skillfed

mypy-boto3-mediaconvert

Type annotations for boto3 MediaConvert 1.43.63 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-mediaconvert v1.43.63 303.9K downloads/30d#7,809 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package provides type stub annotations for the boto3 MediaConvert service, generated by mypy-boto3-builder 8.12.0. It enables static type checkers like mypy and pyright, plus IDE features like autocompletion and inline documentation, to work seamlessly with boto3 MediaConvert client code. The stubs cover client methods, paginators, and type definitions without requiring explicit type annotations in your code.

The package is designed as a development-time dependency and works across VSCode, PyCharm, Emacs, Sublime Text, and other tools that support Python type checking. It depends only on typing-extensions and is compatible with Python 3.9 through 3.14. The stubs are generated from boto3 1.43.63 and kept in sync with that version.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 MediaConvert code in VSCode or other editors.
  • Catch type errors in MediaConvert API calls during development using mypy or pyright before runtime.
  • Provide inline documentation and method signatures for MediaConvert client operations in your IDE.
  • Maintain type safety in large projects using boto3 MediaConvert without writing manual type annotations.
  • Support code review and refactoring by making MediaConvert API contracts explicit to type checkers.

Worth the install?

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

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

Yes. Install this if you use boto3 MediaConvert and want IDE autocompletion and static type checking. It has low install friction, active maintenance, no security vulnerabilities, and a permissive MIT license. The only caveat is PyCharm may experience performance issues with the full stubs (the description recommends the lite variant as a workaround), but VSCode, mypy, and pyright work without known issues.

Install

mypy-boto3-mediaconvert on PyPI

pip

pip install mypy-boto3-mediaconvert

uv

uv add mypy-boto3-mediaconvert

poetry

poetry add mypy-boto3-mediaconvert

Installing mypy-boto3-mediaconvert

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support.

License in practice

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

Quickstart

pip install mypy-boto3-mediaconvert

from boto3.session import Session
from mypy_boto3_mediaconvert import MediaConvertClient

client: MediaConvertClient = Session().client("mediaconvert")
# Type checking and IDE autocompletion now available

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

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (issue PY-40997) remain unresolved or have been addressed.
  • Whether the lite variant (boto3-stubs-lite) offers meaningful performance improvements for large 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 — 11 days since the last release
Last repo commit
First released
Downloads 303,853/month — #7,809 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_mediaconvert-1.43.63-py3-none-any.whl

Keywords: boto3, mediaconvert, 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 mediaconvertaws mediaconvert type annotationsboto3 mediaconvert mypy supportide autocompletion boto3 mediaconvertstatic type checking aws mediaconvertboto3-stubs mediaconvertmypy boto3 mediaconvert types
type-stubsboto3aws

More Software Development packages