skillfed

mypy-boto3-cleanrooms

Type annotations for boto3 CleanRoomsService 1.43.71 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-cleanrooms v1.43.71 249.4K downloads/30d#8,650 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 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 on this page — 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

mypy-boto3-cleanrooms on PyPI

pip

pip install mypy-boto3-cleanrooms

uv

uv add mypy-boto3-cleanrooms

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 1 days since the last release
Last repo commit
First released
Downloads 249,412/month — #8,650 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_cleanrooms-1.43.71-py3-none-any.whl

Keywords: boto3, cleanrooms, 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 cleanroomsaws cleanrooms type annotationsmypy boto3 cleanroomsboto3 cleanrooms autocompletetype hints aws sdk pythonpyright boto3 stubscleanrooms service type checking
type-stubsaws-sdkstatic-analysis

More Software Development packages