--- id: mypy-boto3-sesv2 version: "1.43.54" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-sesv2 — Type annotations for boto3 SESV2 1.43.54 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 588.1K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's SESV2 client. It was generated using mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.54. When installed, it enables your IDE and type checker to understand the shape and behavior of SESV2 API calls, providing autocomplete suggestions, catching type errors before runtime, and documenting expected parameter and return types. The package works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints. It requires Python 3.9 or later and has only one runtime dependency. You can use it standalone or as part of boto3-stubs, and it's designed to be safe for use in production code via TYPE_CHECKING guards to avoid adding a runtime dependency. Use it for: - Enable IDE autocomplete and inline documentation when writing SESV2 code in VSCode or PyCharm - Catch type errors in boto3 SESV2 calls during development with mypy or pyright before deployment - Provide explicit type annotations for SESV2 client, paginators, and service resources in a codebase - Use in CI/CD pipelines to enforce type safety on AWS email service integrations - Improve code maintainability by documenting expected types for SESV2 operations in team projects ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's SESV2 client, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis across multiple editors. Yes. If you use boto3's SESV2 service and want static type checking or IDE support, this package is a straightforward, low-friction install with no production runtime cost via TYPE_CHECKING. The active maintenance, permissive MIT license, and zero known vulnerabilities make it safe. Install it if your development workflow includes a type checker or IDE that supports Python stubs. ## Install pip install mypy-boto3-sesv2 uv add mypy-boto3-sesv2 poetry add mypy-boto3-sesv2 ## Installing mypy-boto3-sesv2 Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support. 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-sesv2 from boto3.session import Session from mypy_boto3_sesv2 import SESV2Client client: SESV2Client = Session().client("sesv2") Requires Python 3.9 or later; boto3 1.43.54 must be installed separately. Verify before relying: - Whether type coverage is complete for all SESV2 operations and edge cases - Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads) ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 588.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, sesv2 type annotations, aws sdk typing, boto3 mypy support, ses type hints, ide autocomplete boto3, static type checking aws, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-sesv2) · [View on PyPI](https://pypi.org/project/mypy-boto3-sesv2/)