--- id: mypy-boto3-macie2 version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-macie2 — Type annotations for boto3 Macie2 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.8K/mo ## 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 above — 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 pip install mypy-boto3-macie2 uv add mypy-boto3-macie2 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_current - Install friction: low - Maintenance: active - Downloads: 250.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs macie2, aws macie2 type annotations, boto3 mypy support, ide autocomplete boto3, type checking aws sdk, boto3 static type hints, macie2 client type hints, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-macie2) · [View on PyPI](https://pypi.org/project/mypy-boto3-macie2/)