--- id: mypy-boto3-auditmanager version: "1.43.23" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-auditmanager — Type annotations for boto3 AuditManager 1.43.23 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 248.0K/mo ## What it is and what it does This package provides type annotations for boto3's AuditManager service version 1.43.23, generated with mypy-boto3-builder 8.12.0. It enables static type checkers like mypy and pyright, plus IDE features like autocomplete and inline documentation in VSCode, PyCharm, Emacs, and Sublime Text. The stubs provide explicit type information for client methods, service resources, waiters, and paginators—eliminating the need to write manual type hints when working with AuditManager. The package depends only on typing-extensions and supports Python 3.9 through 3.14. It is marked as production-stable and can be used transparently in most IDEs without requiring explicit type annotations in user code. The description notes potential performance considerations with certain IDEs and suggests alternatives may be available. Use it for: - Enable IDE autocomplete and type checking for boto3 AuditManager calls in VSCode with Pylance. - Run mypy or pyright on a codebase using boto3 AuditManager to catch type errors before runtime. - Import AuditManagerClient and service-specific types for explicit type annotations in production code. - Use TYPE_CHECKING guards to include stubs only during development, avoiding runtime dependencies in deployed applications. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's AuditManager service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 AuditManager and want static type checking or IDE support. Install friction is negligible, maintenance is active, and the MIT license poses no restrictions. No known security vulnerabilities. Verify IDE-specific performance considerations before adopting in large projects. ## Install pip install mypy-boto3-auditmanager uv add mypy-boto3-auditmanager poetry add mypy-boto3-auditmanager ## Installing mypy-boto3-auditmanager Before you install: Low friction; single runtime dependency on typing-extensions. Active maintenance with recent releases; repository shows 670 stars and last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-auditmanager from boto3.session import Session from mypy_boto3_auditmanager import AuditManagerClient client: AuditManagerClient = Session().client("auditmanager") Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved in recent versions. - Whether a lite variant is recommended for production environments to reduce memory overhead. - Actual performance impact when used with PyCharm's type checker on large codebases. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 248.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs auditmanager, mypy boto3 type annotations, boto3 ide autocomplete, aws auditmanager typing, boto3 static type checking, pyright boto3 stubs, boto3 type hints aws, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-auditmanager) · [View on PyPI](https://pypi.org/project/mypy-boto3-auditmanager/)