skillfed

mypy-boto3-mailmanager

Type annotations for boto3 MailManager 1.43.41 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-mailmanager v1.43.41 242.8K downloads/30d#8,841 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-mailmanager on PyPI

pip

pip install mypy-boto3-mailmanager

uv

uv add mypy-boto3-mailmanager

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 39 days since the last release
Last repo commit
First released
Downloads 242,785/month — #8,841 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_mailmanager-1.43.41-py3-none-any.whl

Keywords: boto3, mailmanager, boto3-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

boto3 type annotationsmailmanager type stubsaws sdk type hintsboto3 autocompletemypy boto3 stubsstatic type checking awside code completion boto3
type-stubsaws-sdkstatic-typing

More Software Development packages