{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type annotations and IDE autocompletion support for boto3 SES 1.43.0, enabling type checking in mypy, pyright, and compatible editors.","skillfed_tags":["type-stubs","aws-sdk","boto3"],"use_cases":["Enable mypy or pyright type checking on boto3 SES code in CI/CD pipelines without modifying application code.","Get IDE autocomplete and inline documentation for SES client methods, paginators, and response types in VSCode or PyCharm.","Catch SES API usage errors at development time (e.g., wrong parameter names, missing required fields) before deployment.","Document SES integration code with accurate type hints for team members and future maintainers.","Use in TYPE_CHECKING blocks to provide type information during development while keeping production dependencies minimal."],"what_it_does":"types-boto3-ses is a type stub package that adds static type information to boto3's SES (Simple Email Service) client. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and provides complete type annotations for SES operations, paginators, and waiters. The package works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints.\n\nWhen installed, it enables IDE code completion and type checking without requiring explicit type annotations in your code\u2014you write boto3 code normally, and the type checker catches errors. It can be used alongside boto3 in development environments or wrapped in TYPE_CHECKING blocks to avoid a production dependency. The package is lightweight (wheel-only, pure Python) and depends only on typing-extensions.","worth_installing":"Yes. If you use boto3 SES in a typed Python project, this package is worth installing. It has no security issues, minimal dependencies, active maintenance, and a permissive license. The only caveat is PyCharm users may experience performance issues with Literal overloads (documented in the package); in that case, consider types-boto3-lite instead."},"id":"types-boto3-ses","links":{"html":"https://skillfed.io/packages/types-boto3-ses","md":"https://skillfed.io/packages/types-boto3-ses.md","pypi":"https://pypi.org/project/types-boto3-ses/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"types-boto3-ses","python_support":"supports_current","summary":"Type annotations for boto3 SES 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":3026355,"position":2784,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
