--- id: mypy-boto3-mediaconvert version: "1.43.63" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-mediaconvert — Type annotations for boto3 MediaConvert 1.43.63 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 303.9K/mo ## 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 above — 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 pip install mypy-boto3-mediaconvert uv add mypy-boto3-mediaconvert 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_current - Install friction: low - Maintenance: active - Downloads: 303.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs mediaconvert, aws mediaconvert type annotations, boto3 mediaconvert mypy support, ide autocompletion boto3 mediaconvert, static type checking aws mediaconvert, boto3-stubs mediaconvert, mypy boto3 mediaconvert types, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-mediaconvert) · [View on PyPI](https://pypi.org/project/mypy-boto3-mediaconvert/)