--- id: mypy-boto3-cleanrooms version: "1.43.71" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-cleanrooms — Type annotations for boto3 CleanRoomsService 1.43.71 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 249.4K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's CleanRoomsService API. It is generated from boto3 1.43.71 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE autocomplete, parameter validation, and return-type inference for CleanRoomsService operations without requiring explicit type annotations in your code. The package is lightweight (depends only on typing-extensions) and designed to be used alongside boto3 itself. It provides annotations for the service client, paginators, and type definitions. It can be installed standalone or as part of the boto3-stubs bundle. The documentation notes that PyCharm users may experience performance issues with the full stubs and recommends using the lite variant in such cases. Use it for: - Enable IDE autocomplete and parameter hints when writing boto3 CleanRoomsService code in VSCode or PyCharm. - Catch type errors in CleanRoomsService API calls during static analysis with mypy or pyright before runtime. - Document expected argument and return types for CleanRoomsService operations in a team codebase. - Use TYPE_CHECKING guards to include type hints during development while keeping the package out of production dependencies. - Integrate with CI/CD pipelines to enforce type safety on boto3 CleanRoomsService usage. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's CleanRoomsService, enabling IDE autocomplete and static type checking with mypy, pyright, and other tools. Yes. Install if you use boto3's CleanRoomsService and want IDE autocomplete or static type checking. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and adds minimal install friction. PyCharm users should be aware of documented performance issues with the full stubs and may prefer the lite variant. ## Install pip install mypy-boto3-cleanrooms uv add mypy-boto3-cleanrooms poetry add mypy-boto3-cleanrooms ## Installing mypy-boto3-cleanrooms Before you install: Low install friction with a single lightweight dependency (typing-extensions). Actively maintained—released 1 day ago with recent commits and 670 repository stars. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects. Quickstart: # Install type stubs for CleanRoomsService python -m pip install 'boto3-stubs[cleanrooms]' # Use in code with type checking from boto3.session import Session from mypy_boto3_cleanrooms import CleanRoomsServiceClient client: CleanRoomsServiceClient = Session().client("cleanrooms") Requires boto3 1.43.71 to be installed; type checking requires mypy, pyright, or a compatible IDE. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) have been resolved since the package was generated. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 249.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs cleanrooms, aws cleanrooms type annotations, mypy boto3 cleanrooms, boto3 cleanrooms autocomplete, type hints aws sdk python, pyright boto3 stubs, cleanrooms service type checking, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-cleanrooms) · [View on PyPI](https://pypi.org/project/mypy-boto3-cleanrooms/)