mypy-boto3-pinpoint-email
Type annotations for boto3 PinpointEmail 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a stub-only type annotation library for boto3's PinpointEmail service, generated with mypy-boto3-builder 8.12.0. It provides complete type hints for PinpointEmail client methods, paginators, and type definitions, enabling IDEs and type checkers to offer code completion and catch type errors at development time rather than runtime.
The package works with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, and pyright. It requires no changes to your existing boto3 code—type checking and autocomplete work automatically once installed. The package supports Python 3.9 through 3.14 and has no production dependencies beyond typing-extensions.
Use it for:
- Enable IDE autocomplete and inline documentation for PinpointEmail API calls in VSCode with Pylance or PyCharm
- Catch type mismatches in boto3 PinpointEmail code using mypy or pyright in CI/CD pipelines
- Use TYPE_CHECKING guards to add type hints without adding a runtime dependency to production deployments
- Validate paginator and waiter usage patterns with full type safety before runtime
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's PinpointEmail service, enabling static type checking with mypy, pyright, and editor tools.
Yes. This is a low-friction, actively maintained stub package with no security issues and permissive licensing. Install it if you use boto3's PinpointEmail service and want IDE autocomplete or static type checking—it adds no runtime overhead and integrates transparently with standard Python tooling.
Install
mypy-boto3-pinpoint-email on PyPI
pip
pip install mypy-boto3-pinpoint-emailuv
uv add mypy-boto3-pinpoint-emailpoetry
poetry add mypy-boto3-pinpoint-emailInstalling mypy-boto3-pinpoint-email
Before you install
Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent commits; last release 107 days ago.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
# Install
python -m pip install mypy-boto3-pinpoint-email
# Use with type hints
from boto3.session import Session
from mypy_boto3_pinpoint_email import PinpointEmailClient
client: PinpointEmailClient = Session().client("pinpoint-email")
# IDE now provides autocomplete and mypy checks the call
Verify before relying
- Whether performance issues with PyCharm Literal overloads (issue PY-40997) have been resolved in recent PyCharm versions
- Whether the lite variant (boto3-stubs-lite) is recommended over this package for new projects
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 | 253,189/month — #8,525 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_pinpoint_email-1.43.0-py3-none-any.whl
Keywords: boto3, pinpoint-email, 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-pinpointProvides 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-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-pinpoint-sms-voiceProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-workmailmessageflowProvides type stubs and annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-chime-sdk-messagingProvides 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-supportProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI