--- id: mypy-boto3-mediastore version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-mediastore — Type annotations for boto3 MediaStore 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.0K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's MediaStore service client. It was generated with mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.0. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide accurate code completion and type checking for MediaStore API calls, and it works with standalone type checkers like mypy and pyright. The package contains no runtime code—it only provides type hints (.pyi files) that guide your editor and type checker. You use it by importing type annotations like `MediaStoreClient` and `ListContainersPaginator` to annotate your boto3 client objects, allowing your IDE to catch type errors before runtime. It supports Python 3.9 through 3.14 and has a single lightweight dependency on typing-extensions. Use it for: - Enable IDE autocomplete and type checking when writing boto3 MediaStore client code in VSCode or PyCharm. - Catch type errors with mypy or pyright before deploying AWS SDK code to production. - Annotate boto3 MediaStore clients and paginators in team codebases to improve code clarity and catch bugs early. - Use with TYPE_CHECKING guards to add type hints without adding a runtime dependency to production deployments. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's MediaStore service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 MediaStore and want static type checking or IDE autocompletion. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads (documented in the package); if that occurs, boto3-stubs-lite is an alternative. ## Install pip install mypy-boto3-mediastore uv add mypy-boto3-mediastore poetry add mypy-boto3-mediastore ## Installing mypy-boto3-mediastore Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent commits and stable production status. 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-mediastore from boto3.session import Session from mypy_boto3_mediastore import MediaStoreClient client: MediaStoreClient = Session().client("mediastore") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether performance impact in PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads). - Whether boto3-stubs-lite is a better fit if PyCharm performance becomes problematic. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs mediastore, aws mediastore type annotations, boto3 mediastore mypy support, type hints for boto3 services, ide autocomplete boto3 mediastore, static type checking aws sdk, boto3-stubs mediastore, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-mediastore) · [View on PyPI](https://pypi.org/project/mypy-boto3-mediastore/)