--- id: mypy-boto3-cleanroomsml version: "1.43.57" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-cleanroomsml — Type annotations for boto3 CleanRoomsML 1.43.57 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.7K/mo ## What it is and what it does This package is a type-stub library that adds static type annotations to boto3's CleanRoomsML service client. It is generated automatically using mypy-boto3-builder and provides IDE-aware type hints for method signatures, parameters, return types, paginators, and service-specific data structures. The stubs enable code completion and type checking in popular editors and type checkers without requiring explicit type annotations in your code. When installed alongside boto3, it allows developers to catch type-related bugs at development time rather than runtime. It supports multiple type checkers (mypy, pyright) and IDEs (VSCode with Pylance, PyCharm, Emacs, Sublime Text) and is designed to be a development-only dependency—you can use TYPE_CHECKING guards to exclude it from production builds. Use it for: - Enable IDE autocomplete and type hints when writing boto3 CleanRoomsML client code in VSCode or PyCharm. - Run mypy or pyright type checking on CleanRoomsML code to catch parameter and return-type errors before deployment. - Provide explicit type annotations for CleanRoomsMLClient, paginators, and service-specific data types in a typed codebase. - Reduce development friction by avoiding manual type annotations for every boto3 CleanRoomsML API call. - Use as a development dependency with TYPE_CHECKING guards to keep production code free of type-stub imports. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's CleanRoomsML service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text. Yes. This is a low-friction, actively maintained type-stub package with no known vulnerabilities and a permissive MIT license. Install it if you use boto3's CleanRoomsML service and want IDE autocompletion and static type checking. It is purely a development aid and can be safely excluded from production via TYPE_CHECKING guards. ## Install pip install mypy-boto3-cleanroomsml uv add mypy-boto3-cleanroomsml poetry add mypy-boto3-cleanroomsml ## Installing mypy-boto3-cleanroomsml Before you install: Low friction install with a single runtime dependency (typing-extensions). Actively maintained with a recent release (18 days old) and steady repository activity. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: # Install with pip python -m pip install 'boto3-stubs[cleanroomsml]' # Use in code from boto3.session import Session from mypy_boto3_cleanroomsml import CleanRoomsMLClient client: CleanRoomsMLClient = Session().client("cleanroomsml") # Type checking and IDE completion now work automatically Requires Python 3.9 or later; boto3 must be installed separately as a runtime dependency (not included in this package). Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved or remain relevant. - Specific coverage of CleanRoomsML API methods and whether all service operations are fully annotated. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, cleanroomsml type annotations, aws sdk type hints, boto3 ide autocomplete, mypy boto3 stubs, pyright aws types, static type checking aws, type-stubs, aws-boto3, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-cleanroomsml) · [View on PyPI](https://pypi.org/project/mypy-boto3-cleanroomsml/)