skillfed

mypy-boto3-sesv2

Type annotations for boto3 SESV2 1.43.54 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-sesv2 v1.43.54 588.1K downloads/30d#5,870 on PyPI670
Permissive license MIT Active released

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-sesv2

uv

uv add mypy-boto3-sesv2

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubssesv2 type annotationsaws sdk typingboto3 mypy supportses type hintside autocomplete boto3static type checking aws
type-stubsaws-sdkboto3

More Software Development packages