--- id: mypy-boto3-braket version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-braket — Type annotations for boto3 Braket 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 252.6K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations for AWS Braket service calls made through boto3. It is generated automatically from boto3's Braket service definition and works alongside your existing boto3 code without requiring changes to your logic. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide accurate code completion and type checking for Braket client methods, paginators, and type definitions. It also works with standalone type checkers like mypy and pyright. The package is purely a development aid—it contains no runtime code, only type information—and can be safely excluded from production deployments using TYPE_CHECKING guards. Use it for: - Enable IDE autocomplete and inline documentation for boto3 Braket API calls during development. - Catch type errors in Braket client code before runtime using mypy or pyright in CI/CD pipelines. - Provide explicit type hints for BraketClient, paginators, and service resource types in codebases. - Improve code readability and maintainability by making Braket API contracts visible to type checkers. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's AWS Braket service, enabling IDE code completion and static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with AWS Braket. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. The package is a pure type-stub with no runtime overhead and integrates seamlessly with modern Python IDEs and type checkers. Exclude it from production with TYPE_CHECKING if needed. ## Install pip install mypy-boto3-braket uv add mypy-boto3-braket poetry add mypy-boto3-braket ## Installing mypy-boto3-braket Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). The package is actively maintained with recent releases and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-braket from boto3.session import Session from mypy_boto3_braket import BraketClient client: BraketClient = Session().client("braket") Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Performance impact on PyCharm when using full boto3-stubs (lite variant recommended as workaround per description). - Whether type annotations work correctly with all Braket API operations and paginators in practice. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 252.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 braket type stubs, aws braket type annotations, mypy boto3 braket, braket type hints, boto3 braket autocomplete, static type checking aws braket, braket client type checking, type-stubs, aws-sdk, type-checking [View on SkillFed](https://skillfed.io/packages/mypy-boto3-braket) · [View on PyPI](https://pypi.org/project/mypy-boto3-braket/)