mypy-boto3-sesv2
Type annotations for boto3 SESV2 1.43.54 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 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 on this page — 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
mypy-boto3-sesv2 on PyPI
pip
pip install mypy-boto3-sesv2uv
uv add mypy-boto3-sesv2poetry
poetry add mypy-boto3-sesv2Installing 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 23 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 588,098/month — #5,870 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_sesv2-1.43.54-py3-none-any.whl
Keywords: boto3, sesv2, 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
types-boto3-sesv2Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-sesv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sesProvides type annotations for boto3 SES 1.43.0,…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-sso-adminProvides type annotations for boto3's SSOAdmin…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-macie2Provides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI