skillfed

types-boto3-sesv2

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

types-boto3-sesv2 v1.43.54 2.1M downloads/30d#3,321 on PyPI670
Permissive license MIT Active released

What it is and what it does

types-boto3-sesv2 is a type stub package that adds static type information to boto3's SESV2 client. It is generated from boto3 1.43.54 and works alongside your existing boto3 installation to enable type checking and IDE autocompletion without requiring explicit type annotations in your code.

When installed, it allows type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text, to understand boto3 SESV2 method signatures, return types, and available parameters. This catches type mismatches and provides code completion suggestions as you write AWS SDK calls. The package is a stub-only distribution (no runtime code) and depends only on typing-extensions.

Use it for:

  • Enable mypy or pyright type checking on boto3 SESV2 code without manual type annotations.
  • Get IDE autocomplete and inline documentation for SESV2 client methods and parameters in VSCode or PyCharm.
  • Catch type errors in AWS email service calls (SendEmail, GetAccount, etc.) before runtime.
  • Annotate SESV2Client and paginator types explicitly in function signatures for better code clarity.
  • Use in CI/CD pipelines to enforce type safety on boto3 SESV2 operations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's SESV2 (Simple Email Service v2) client, enabling type checking in mypy, pyright, VSCode, PyCharm, and other tools.

Yes. If you use boto3 SESV2 and want type checking or IDE support, install this. It has no runtime overhead (stub-only), minimal dependencies, active maintenance, MIT licensing, and zero known vulnerabilities. The only caveat is PyCharm performance with Literal overloads—if that's a blocker, consider the lite variant instead.

Install

types-boto3-sesv2 on PyPI

pip

pip install types-boto3-sesv2

uv

uv add types-boto3-sesv2

poetry

poetry add types-boto3-sesv2

Installing types-boto3-sesv2

Before you install

Low friction: single runtime dependency (typing-extensions), actively maintained with recent releases, and no known vulnerabilities. Generated from mypy-boto3-builder 8.12.0.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects.

Quickstart

# Install
python -m pip install types-boto3-sesv2

# Use in code
from boto3.session import Session
from types_boto3_sesv2 import SESV2Client

client: SESV2Client = Session().client("sesv2")
# Type checking and IDE completion now work

Requires Python 3.9 or later; boto3 itself must be installed separately in your environment.

Verify before relying

  • Whether performance impact in PyCharm is acceptable (docs mention potential slowness with Literal overloads).
  • Whether the lite variant (types-boto3-lite) is preferable for your IDE or RAM constraints.

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 2,073,147/month — #3,321 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_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 type hintsboto3 ide autocompletemypy boto3 typespyright aws typestype checking boto3
type-stubsaws-sdkide-support

More Software Development packages