--- id: mypy-boto3-mediapackage version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-mediapackage — Type annotations for boto3 MediaPackage 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 252.7K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's MediaPackage service client. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide IDE autocomplete and catch type errors at development time. When installed, it allows developers to write boto3 MediaPackage code with full type hints—no explicit annotations needed—so IDEs can offer code completion and type checkers can verify correctness before runtime. It is a stub-only package with no runtime behavior and is typically installed as a development dependency. The package includes type annotations for clients, paginators, and service resources. Use it for: - Enable IDE autocomplete and type checking for boto3 MediaPackage client code in VSCode, PyCharm, or Emacs - Run mypy or pyright type checking on MediaPackage-using code to catch type errors before deployment - Provide explicit type annotations for MediaPackage clients and paginators in type-strict projects - Standalone installation when only MediaPackage service types are needed without broader AWS coverage ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's MediaPackage service, enabling static type checking with mypy and pyright. Yes. Install if you use boto3's MediaPackage service and want IDE autocomplete or static type checking. Low install friction, active maintenance, MIT license, no known vulnerabilities, and broad IDE/tool support make it a straightforward addition to any MediaPackage-using Python project. ## Install pip install mypy-boto3-mediapackage uv add mypy-boto3-mediapackage poetry add mypy-boto3-mediapackage ## Installing mypy-boto3-mediapackage Before you install: Low friction installation with a single runtime dependency (typing-extensions). Active maintenance with last commit 2026-06-22. Supports Python 3.9 through 3.14. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-mediapackage from boto3.session import Session from mypy_boto3_mediapackage import MediaPackageClient client: MediaPackageClient = Session().client("mediapackage") Requires boto3 to be installed separately; Python 3.9 or later required Verify before relying: - Whether type coverage is complete for all MediaPackage API operations and edge cases - Performance impact of full type stubs versus lite variant in large codebases - Compatibility with PyCharm given documented performance concerns with Literal overloads ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 252.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, mediapackage type annotations, aws sdk type hints, boto3 ide autocomplete, mypy boto3 stubs, python aws typing, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-mediapackage) · [View on PyPI](https://pypi.org/project/mypy-boto3-mediapackage/)