--- id: mypy-boto3-chime version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-chime — Type annotations for boto3 Chime 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 254.4K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's Chime service client. It was generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checking tools. When installed, it enables full IDE autocompletion and type checking for Chime API calls without requiring explicit type annotations in your code. The package contains type definitions for the ChimeClient, paginators, waiters, and service-specific types and literals. It is designed as a stub-only library (no runtime code) and can be safely used with TYPE_CHECKING guards to avoid production dependencies. The library supports Python 3.9 through 3.14 and depends only on typing-extensions. Use it for: - Enable IDE autocomplete and type hints when writing boto3 Chime client code in VSCode, PyCharm, or Emacs. - Run mypy or pyright type checking on code that uses boto3 Chime to catch type errors before runtime. - Document Chime API method signatures and return types for team members reading your code. - Reduce bugs by catching incorrect Chime API calls (wrong parameters, invalid service operations) at development time. - Use in a TYPE_CHECKING block to get type hints without adding a production runtime dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's Chime service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained type stub with no known vulnerabilities and a permissive license. Install it if you use boto3 Chime and want IDE autocompletion or static type checking. It adds negligible overhead and integrates transparently with standard Python tooling. ## Install pip install mypy-boto3-chime uv add mypy-boto3-chime poetry add mypy-boto3-chime ## Installing mypy-boto3-chime Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent commits and stable production status. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-chime from boto3.session import Session from mypy_boto3_chime import ChimeClient client: ChimeClient = Session().client("chime") Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) have been resolved in recent versions. - Compatibility with boto3 versions other than 1.43.0 that this stub was generated for. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 254.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws chime type annotations, boto3 chime mypy, type hints for boto3, aws sdk type checking, boto3 ide autocomplete, chime client type hints, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-chime) · [View on PyPI](https://pypi.org/project/mypy-boto3-chime/)