skillfed

types-aiobotocore-sesv2

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

types-aiobotocore-sesv2 v3.9.0 203.5K downloads/30d#9,629 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 for aiobotocore's SESV2 (Amazon SES v2) service. It is generated automatically from aiobotocore's API definitions and works with type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocompletion and catches type errors at development time without requiring explicit type annotations in your code.

The package is designed as a development dependency—you install it in your environment to get type checking and IDE support, but it is not needed at runtime. It depends only on typing-extensions and is actively maintained, with releases tracking aiobotocore's version updates. The library supports Python 3.9 through 3.14 and is classified as production-stable.

Use it for:

  • Enable IDE autocompletion and type hints when writing aiobotocore SESV2 client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on async AWS SES v2 code to catch type errors before deployment.
  • Annotate SESV2 client and paginator types explicitly in codebases that use TYPE_CHECKING guards.
  • Support team development by providing consistent type information across different editors and CI/CD type checkers.
  • Migrate legacy aiobotocore code to typed Python by leveraging stub-based type discovery.

Worth the install?

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

Provides type annotations and IDE autocompletion support for aiobotocore's SESV2 service, enabling static type checking with mypy, pyright, and other tools.

Yes. Install this if you use aiobotocore with SESV2 and want IDE autocompletion and static type checking. It has low friction, no vulnerabilities, active maintenance, and MIT licensing. It is a development-only dependency and does not affect runtime behavior or production dependencies.

Install

types-aiobotocore-sesv2 on PyPI

pip

pip install types-aiobotocore-sesv2

uv

uv add types-aiobotocore-sesv2

poetry

poetry add types-aiobotocore-sesv2

Installing types-aiobotocore-sesv2

Before you install

Low install friction with a single lightweight dependency (typing-extensions). Package is actively maintained with a recent release and no known vulnerabilities.

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-aiobotocore[sesv2]'

# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_sesv2 import SESV2Client

session = get_session()
async with session.create_client("sesv2") as client:
    client: SESV2Client
    # Type checking and IDE completion now work

Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads mentioned in the docs still apply to current versions.
  • Exact scope of SESV2 service coverage (which operations and resource types are annotated).

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 — 12 days since the last release
Last repo commit
First released
Downloads 203,521/month — #9,629 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_sesv2-3.9.0-py3-none-any.whl

Keywords: aiobotocore, sesv2, aiobotocore-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

aiobotocore type stubssesv2 type annotationsboto3 type hintsaws sdk type checkingmypy boto3 stubsaiobotocore sesv2 typespython aws typing
type-stubsaws-sdkasync-io

More Software Development packages