mypy-boto3-mediastore
Type annotations for boto3 MediaStore 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-mediastore on PyPI
pip
pip install mypy-boto3-mediastoreuv
uv add mypy-boto3-mediastorepoetry
poetry add mypy-boto3-mediastoreInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 251,025/month — #8,601 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_mediastore-1.43.0-py3-none-any.whl
Keywords: boto3, mediastore, 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-chime-sdk-media-pipelinesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-kinesis-video-mediaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-mediaconvertProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-mediastore-dataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-identitystoreProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI