--- id: mypy-boto3-mailmanager version: "1.43.41" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-mailmanager — Type annotations for boto3 MailManager 1.43.41 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 242.8K/mo ## What it is and what it does This package is a type-stub library for AWS boto3's MailManager service, generated by mypy-boto3-builder 8.12.0. It provides complete type annotations for the MailManager client, paginators, and type definitions, enabling static type checkers and IDEs to validate your code and offer autocomplete suggestions as you write boto3 MailManager calls. It is a development-time dependency only—the stubs do not alter runtime behavior. Install it alongside boto3 in your development environment, and your IDE or type checker will automatically recognize MailManager client methods and their parameters. The package supports Python 3.9 through 3.14 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand type hints. Use it for: - Enable IDE autocomplete and parameter hints when writing boto3 MailManager code in VSCode or PyCharm. - Catch type errors in MailManager API calls before runtime using mypy or pyright in CI/CD. - Document expected argument types and return values for MailManager client methods without manual docstring parsing. - Reduce boilerplate by letting type checkers infer correct types for paginator and resource objects. - Use TYPE_CHECKING guards to keep type stubs out of production dependencies while maintaining full IDE support. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and annotations for boto3's MailManager service, enabling IDE autocomplete and static type checking with mypy, pyright, and other tools. Yes, if you use boto3 MailManager and want static type checking or IDE autocomplete. The package is actively maintained, has no security vulnerabilities, imposes minimal install friction, and is MIT-licensed. Install it as a dev dependency; it adds no runtime overhead. ## Install pip install mypy-boto3-mailmanager uv add mypy-boto3-mailmanager poetry add mypy-boto3-mailmanager ## Installing mypy-boto3-mailmanager Before you install: Low friction: pure Python wheel with only typing-extensions as a runtime dependency. Actively maintained with recent releases; repository shows 670 stars and current activity. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for any project context. Quickstart: pip install mypy-boto3-mailmanager from boto3.session import Session from mypy_boto3_mailmanager import MailManagerClient client: MailManagerClient = Session().client("mailmanager") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues with Literal overloads (mentioned in docs) affect this version specifically. - Actual coverage of MailManager API surface—documentation excerpt was truncated. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 242.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, mailmanager type stubs, aws sdk type hints, boto3 autocomplete, mypy boto3 stubs, static type checking aws, ide code completion boto3, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-mailmanager) · [View on PyPI](https://pypi.org/project/mypy-boto3-mailmanager/)