skillfed

mypy-boto3-macie2

Type annotations for boto3 Macie2 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-macie2 v1.43.0 250.8K downloads/30d#8,618 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type information to boto3's Macie2 service client. It enables IDEs and type checkers to understand the shape of Macie2 API calls, providing autocomplete, inline documentation, and type-checking errors at development time rather than runtime. The stubs are generated automatically from boto3's service definitions using mypy-boto3-builder 8.12.0.

The package works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand Python type hints. It has a single runtime dependency (typing-extensions) and installs as a pure Python wheel. Type annotations are available for the Macie2 client, paginators, waiters, and type definitions, allowing developers to write strongly-typed AWS code without manual annotation.

Use it for:

  • Add IDE autocomplete and inline documentation when writing boto3 Macie2 code in VSCode or PyCharm.
  • Enable mypy or pyright to catch type errors in AWS Macie2 API calls before deployment.
  • Provide explicit type hints for Macie2Client, paginators, and waiters in a shared library or framework.
  • Support development workflows where type checking is enforced via CI/CD pipelines.
  • Document expected parameter types and return shapes for Macie2 operations in team codebases.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for the boto3 Macie2 AWS service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 Macie2 and want static type checking or IDE support. Install friction is minimal (one dependency, pure Python), maintenance is active, and the MIT license carries no restrictions. The package is stable (Production/Stable status) and widely used (top 15000 PyPI packages). No security vulnerabilities are known. Consider boto3-stubs-lite as an alternative if PyCharm performance is a concern.

Install

mypy-boto3-macie2 on PyPI

pip

pip install mypy-boto3-macie2

uv

uv add mypy-boto3-macie2

poetry

poetry add mypy-boto3-macie2

Installing mypy-boto3-macie2

Before you install

Low friction: single lightweight dependency (typing-extensions), pure Python wheel, actively maintained with recent release.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-macie2

from boto3.session import Session
from mypy_boto3_macie2 import Macie2Client

client: Macie2Client = Session().client("macie2")

Requires Python 3.9 or later; boto3 must be installed separately to use the client.

Verify before relying

  • Whether PyCharm performance issues mentioned in docs (PY-40997) still affect current versions.
  • Exact scope and completeness of type coverage for all Macie2 API operations and response types.
  • Whether boto3-stubs-lite is recommended as a default over this package for most users.

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 — 107 days since the last release
Last repo commit
First released
Downloads 250,753/month — #8,618 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_macie2-1.43.0-py3-none-any.whl

Keywords: boto3, macie2, 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 stubs macie2aws macie2 type annotationsboto3 mypy supportide autocomplete boto3type checking aws sdkboto3 static type hintsmacie2 client type hints
type-stubsaws-sdkboto3

More Software Development packages