skillfed

types-aiobotocore-ses

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

types-aiobotocore-ses v3.9.0 405.1K downloads/30d#6,908 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 annotations to aiobotocore's SES (Simple Email Service) client. It works by providing type hints for method signatures, return types, and service-specific types like paginators and waiters, allowing IDEs and type checkers to understand what aiobotocore code does without running it.

When installed, it enables code completion in VSCode, PyCharm, Emacs, and Sublime Text, and allows mypy and pyright to catch type errors in SES client calls before runtime. The stubs are generated from aiobotocore's service definitions using mypy-boto3-builder 8.12.0, and they support Python 3.9 through 3.14. The package has no runtime dependencies beyond typing-extensions, so it can be safely imported only during type checking to avoid production bloat.

Use it for:

  • Enable IDE autocompletion and inline documentation for aiobotocore SES client methods in VSCode or PyCharm.
  • Catch type errors in SES email sending code with mypy or pyright before deployment.
  • Annotate function parameters and return types that accept or return SES client instances with full type safety.
  • Use SES paginators and waiters with explicit type hints for ListIdentities, ListTemplates, and other operations.
  • Integrate type checking into CI/CD pipelines to validate async SES client usage across a codebase.

Worth the install?

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

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

Yes. If you use aiobotocore's SES service and want type safety, this is a straightforward install with no runtime overhead. Active maintenance, no vulnerabilities, permissive license, and low friction make it a safe addition to development environments. Install it in your dev/test dependencies if you want to avoid production bloat.

Install

types-aiobotocore-ses on PyPI

pip

pip install types-aiobotocore-ses

uv

uv add types-aiobotocore-ses

poetry

poetry add types-aiobotocore-ses

Installing types-aiobotocore-ses

Before you install

Low friction install with a single runtime dependency (typing-extensions). Actively maintained as of 2026-08-02, with recent activity and no known vulnerabilities.

License in practice

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

Quickstart

# Install
python -m pip install types-aiobotocore-ses

# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_ses import SESClient

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

Requires aiobotocore 3.9.0 to be installed separately; type stubs are annotations only and do not provide runtime functionality.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads mentioned in the docs remain unresolved or have been addressed.
  • Exact scope of type coverage for SES paginators, waiters, and service resource types beyond client annotations.

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 405,115/month — #6,908 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: aiobotocore, ses, 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 ses type stubsaws ses type annotationsboto3 ses type hintsmypy aiobotocore sespyright aws ses typesses client type checkingaiobotocore type stubs
type-stubsaws-sdkasync

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-sesv2

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-ecs

Provides type stubs and IDE autocompletion for…

permissive · top 15,000 on PyPI

types-aiobotocore-ssm

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-kms

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-ses

Provides type annotations for boto3 SES 1.43.0,…

permissive · top 5,000 on PyPI

aioaws

Lightweight asyncio SDK for AWS S3, SES, and…

permissive · top 15,000 on PyPI