--- id: mypy-boto3-workmail version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-workmail — Type annotations for boto3 WorkMail 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.6K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's WorkMail service. It works by providing type annotations for WorkMailClient, paginators, and service resources, enabling IDEs and type checkers to validate your code and offer autocomplete suggestions as you write boto3 WorkMail calls. The package is generated from boto3 1.43.0 using mypy-boto3-builder and supports multiple type-checking tools (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text). It has a single runtime dependency on typing-extensions and requires Python 3.9 or later. Installation is straightforward via pip, and the annotations work transparently with your existing boto3 code without requiring explicit type declarations. Use it for: - Enable IDE autocomplete and inline documentation for WorkMail API calls in VSCode or PyCharm. - Catch type errors in boto3 WorkMail code during development using mypy or pyright before runtime. - Provide explicit type hints for WorkMailClient and paginator objects in type-checked Python projects. - Support refactoring and code navigation in IDEs by making WorkMail API signatures discoverable. - Validate WorkMail API usage in CI/CD pipelines with static type checking. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's WorkMail service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's WorkMail service and want static type checking and IDE support. It has low install friction, active maintenance, no known vulnerabilities, a permissive MIT license, and a single lightweight dependency. The only caveat is that PyCharm users may experience performance issues with Literal overloads (documented in the package), in which case boto3-stubs-lite is recommended as an alternative. ## Install pip install mypy-boto3-workmail uv add mypy-boto3-workmail poetry add mypy-boto3-workmail ## Installing mypy-boto3-workmail Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained with recent releases; repo shows 670 stars and last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-workmail from boto3.session import Session from mypy_boto3_workmail import WorkMailClient client: WorkMailClient = Session().client("workmail") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (PY-40997) remain relevant for current versions. - Exact scope and completeness of type coverage for all WorkMail API operations and paginators. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs workmail, aws workmail type annotations, boto3 workmail mypy support, type hints for boto3 workmail, workmail client type checking, boto3 stubs ide autocomplete, aws sdk type annotations, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-workmail) · [View on PyPI](https://pypi.org/project/mypy-boto3-workmail/)