mypy-boto3-braket
Type annotations for boto3 Braket 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-braket on PyPI
pip
pip install mypy-boto3-braketuv
uv add mypy-boto3-braketpoetry
poetry add mypy-boto3-braketInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 252,571/month — #8,542 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_braket-1.43.0-py3-none-any.whl
Keywords: boto3, braket, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-chimeProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-snowballProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI