--- id: mypy-boto3-medialive version: "1.43.68" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-medialive — Type annotations for boto3 MediaLive 1.43.68 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 263.2K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's MediaLive service client. It is generated automatically from boto3 1.43.68 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker tools. When installed, it enables IDE autocompletion, catches type errors at development time, and provides inline documentation for MediaLive API calls—without requiring explicit type annotations in your code. The package is a stub-only distribution (no runtime code), so it adds minimal overhead. It supports clients, paginators, waiters, and type literals for the full MediaLive API surface. The library is actively maintained, tracks boto3 releases closely, and is part of the broader boto3-stubs ecosystem. It requires Python 3.9+ and depends only on typing-extensions. Use it for: - Enable IDE autocompletion and type hints when writing boto3 MediaLive client code in VSCode or PyCharm. - Catch type errors in MediaLive API calls during static analysis with mypy or pyright before runtime. - Annotate MediaLive client, paginator, and waiter types in function signatures for better code clarity. - Use in a CI/CD pipeline to enforce type safety on boto3 MediaLive usage across a team. - Improve code maintainability by documenting MediaLive API expectations through type hints. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's MediaLive service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3 MediaLive and want IDE autocompletion and static type checking. Low install friction, actively maintained, no vulnerabilities, and MIT-licensed. The only caveat: PyCharm users may experience performance issues with Literal overloads (documented in the package); consider boto3-stubs-lite as an alternative if that becomes a problem. ## Install pip install mypy-boto3-medialive uv add mypy-boto3-medialive poetry add mypy-boto3-medialive ## Installing mypy-boto3-medialive Before you install: Low friction install with a single lightweight dependency (typing-extensions). Actively maintained with a recent release (4 days old) and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-medialive from boto3.session import Session from mypy_boto3_medialive import MediaLiveClient client: MediaLiveClient = Session().client("medialive") # Type checking and IDE completion now work Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Whether performance impact in PyCharm is acceptable for your project (docs note a known PyCharm issue PY-40997 with Literal overloads). - Whether boto3-stubs-lite is a better fit if you need lighter memory footprint or faster PyCharm performance. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 263.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs medialive, aws medialive type annotations, boto3 medialive mypy support, type hints for boto3 medialive, boto3 medialive autocomplete, medialive client type checking, boto3 stubs medialive, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-medialive) · [View on PyPI](https://pypi.org/project/mypy-boto3-medialive/)