--- id: mypy-boto3-pinpoint-email version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-pinpoint-email — Type annotations for boto3 PinpointEmail 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 253.2K/mo ## 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 above — 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 pip install mypy-boto3-pinpoint-email uv add mypy-boto3-pinpoint-email poetry add mypy-boto3-pinpoint-email ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 253.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, pinpoint email type annotations, boto3 autocomplete, mypy boto3 stubs, aws sdk type hints, pinpoint-email typing, boto3 ide support, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-pinpoint-email) · [View on PyPI](https://pypi.org/project/mypy-boto3-pinpoint-email/)