types-aiobotocore-sesv2
Type annotations for aiobotocore SESV2 3.9.0 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 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-sesv2uv
uv add types-aiobotocore-sesv2poetry
poetry add types-aiobotocore-sesv2Installing 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
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-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
mypy-boto3-sesv2Provides type annotations for boto3's SESV2…
permissive · top 15,000 on PyPI
types-boto3-sesv2Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-sesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI