types-aiobotocore-ses
Type annotations for aiobotocore SES 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 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-sesuv
uv add types-aiobotocore-sespoetry
poetry add types-aiobotocore-sesInstalling 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
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-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-sesv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-ecsProvides type stubs and IDE autocompletion for…
permissive · top 15,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-kmsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sesProvides type annotations for boto3 SES 1.43.0,…
permissive · top 5,000 on PyPI
aioawsLightweight asyncio SDK for AWS S3, SES, and…
permissive · top 15,000 on PyPI