--- id: mypy-boto3-medical-imaging version: "1.43.4" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-medical-imaging — Type annotations for boto3 HealthImaging 1.43.4 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 247.2K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's HealthImaging service client. It's generated automatically from boto3 metadata and works as a drop-in companion to boto3, enabling IDEs and type checkers to understand the shape and behavior of HealthImaging API calls without requiring explicit type annotations in your code. When installed, it allows VSCode, PyCharm, Emacs, Sublime Text, mypy, and pyright to provide accurate code completion, inline documentation, and type-checking for HealthImaging operations. The package is purely a typing aid—it adds no runtime behavior—and can be safely used with TYPE_CHECKING guards to keep it out of production dependencies if needed. Use it for: - Enable IDE autocomplete and inline documentation when writing boto3 HealthImaging client code in VSCode or PyCharm. - Run mypy or pyright in CI/CD to catch type errors in AWS HealthImaging API calls before deployment. - Use explicit type annotations for HealthImagingClient, paginators, and service resources to document expected types in team codebases. - Develop AWS Lambda functions that interact with HealthImaging while maintaining type safety throughout the codebase. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's HealthImaging service, enabling IDE autocomplete and static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's HealthImaging service and want static type checking and IDE support. The package is lightweight, actively maintained, has no known vulnerabilities, and carries a permissive MIT license. The only caveat is PyCharm users may experience performance issues with Literal overloads on large projects; in that case, consider boto3-stubs-lite as an alternative. ## Install pip install mypy-boto3-medical-imaging uv add mypy-boto3-medical-imaging poetry add mypy-boto3-medical-imaging ## Installing mypy-boto3-medical-imaging Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit on 2026-06-22 and 101 days since the latest release. 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-medical-imaging from boto3.session import Session from mypy_boto3_medical_imaging import HealthImagingClient client: HealthImagingClient = Session().client("medical-imaging") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether performance impact on PyCharm is acceptable for your project size (documentation notes potential slowness with Literal overloads). - Specific HealthImaging API version coverage beyond the stated 1.43.4 compatibility. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 247.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws healthimaging type hints, boto3 medical imaging annotations, mypy boto3 stubs, aws sdk type checking, boto3 ide autocomplete, python aws type safety, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-medical-imaging) · [View on PyPI](https://pypi.org/project/mypy-boto3-medical-imaging/)