mypy-boto3-mediatailor
Type annotations for boto3 MediaTailor 1.43.67 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 complete type annotations to boto3's MediaTailor service client. It works by providing `.pyi` stub files that map boto3 MediaTailor API calls to their correct parameter and return types, allowing your IDE and type checker to understand what methods exist, what arguments they accept, and what they return—without modifying your actual code.
You install it alongside boto3, and then tools like VSCode with Pylance, PyCharm, mypy, or pyright automatically pick up the type information. This enables IDE autocomplete for MediaTailor operations, catches type errors before runtime, and documents the API surface through your editor. The package is generated from boto3 1.43.67 using mypy-boto3-builder 8.12.0, and it supports Python 3.9 through 3.14.
Use it for:
- Enable IDE autocomplete and type checking for MediaTailor client calls in VSCode or PyCharm without manual type annotations.
- Catch MediaTailor API parameter errors at development time using mypy or pyright instead of at runtime.
- Document MediaTailor paginator and resource types for team members working with boto3 ad placement and scheduling.
- Use in TYPE_CHECKING blocks to get type safety during development while keeping the package out of production dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for AWS MediaTailor operations through boto3, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 MediaTailor and want IDE support or static type checking. Install friction is minimal (one lightweight dependency), maintenance is active, and the MIT license carries no restrictions. The only consideration is whether you need the full type stubs or the lite variant—full stubs provide better IDE experience but may impact PyCharm performance on large projects.
Install
mypy-boto3-mediatailor on PyPI
pip
pip install mypy-boto3-mediatailoruv
uv add mypy-boto3-mediatailorpoetry
poetry add mypy-boto3-mediatailorInstalling mypy-boto3-mediatailor
Before you install
Low friction: single runtime dependency (typing-extensions), wheel-only distribution, actively maintained with release within 7 days. Designed as a type-stub-only package with no production runtime overhead.
License in practice
MIT license permits unrestricted use, modification, and distribution. Safe for both open-source and commercial projects with minimal compliance burden.
Quickstart
# Install
python -m pip install mypy-boto3-mediatailor
# Use with type hints
from boto3.session import Session
from mypy_boto3_mediatailor import MediaTailorClient
client: MediaTailorClient = Session().client("mediatailor")
# Now your IDE provides autocomplete and mypy checks the calls
Requires boto3 to be installed separately; type checking only works with mypy, pyright, or an IDE with type-aware language server (Pylance, PyCharm).
Verify before relying
- Whether type coverage is complete for all MediaTailor service operations in boto3 1.43.67
- Performance impact of full type stubs versus lite variant in large codebases
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 — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 255,867/month — #8,471 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_mediatailor-1.43.67-py3-none-any.whl
Keywords: boto3, mediatailor, 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-mediapackagev2Provides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-amplifyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-mpaProvides 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-codeartifactProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI