mypy-boto3-mediaconvert
Type annotations for boto3 MediaConvert 1.43.63 service generated with mypy-boto3-builder 8.12.0
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-mediaconvertuv
uv add mypy-boto3-mediaconvertpoetry
poetry add mypy-boto3-mediaconvertInstalling 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
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-mediaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,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-ivsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-mediastoreProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-mediaconnectProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-mediatailorProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-mediapackage-vodProvides type annotations and IDE…
permissive · top 15,000 on PyPI