skillfed

mypy-boto3-cleanroomsml

Type annotations for boto3 CleanRoomsML 1.43.57 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-cleanroomsml v1.43.57 243.7K downloads/30d#8,779 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 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 on this page — 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

mypy-boto3-cleanroomsml on PyPI

pip

pip install mypy-boto3-cleanroomsml

uv

uv add mypy-boto3-cleanroomsml

poetry

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

Evidence: mypy_boto3_cleanroomsml-1.43.57-py3-none-any.whl

Keywords: boto3, cleanroomsml, 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 stubscleanroomsml type annotationsaws sdk type hintsboto3 ide autocompletemypy boto3 stubspyright aws typesstatic type checking aws
type-stubsaws-boto3static-typing

More Software Development packages