--- id: mypy-boto3-comprehendmedical version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-comprehendmedical — Type annotations for boto3 ComprehendMedical 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 296.5K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's ComprehendMedical service. It was generated by mypy-boto3-builder 8.12.0 and works with boto3 1.43.0. When installed, it enables IDE code completion and type checking in VSCode, PyCharm, Emacs, Sublime Text, and other editors that support mypy or pyright. The package depends only on typing-extensions and is marked as stubs-only, meaning it provides type information without runtime behavior—it's purely a development aid. You use it by installing it alongside boto3, then importing the typed client class (ComprehendMedicalClient) in your code. Your IDE and type checker will then understand the boto3 ComprehendMedical API surface, catching type errors before runtime and offering autocomplete suggestions. The package supports Python 3.9 through 3.14 and is actively maintained. Use it for: - Add IDE autocomplete and type hints when calling boto3 ComprehendMedical APIs in VSCode or PyCharm. - Catch type errors in boto3 ComprehendMedical code during static analysis with mypy or pyright before deployment. - Enable explicit type annotations for ComprehendMedicalClient, literals, and service-specific types in medical NLP pipelines. - Improve code documentation and maintainability by making boto3 ComprehendMedical method signatures visible to other developers. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's ComprehendMedical service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's ComprehendMedical service. The install is frictionless (one dependency), maintenance is active, the license is permissive, and there are no known vulnerabilities. Type stubs are a pure development benefit with no runtime cost—install it in your development environment to catch bugs earlier and improve IDE support. ## Install pip install mypy-boto3-comprehendmedical uv add mypy-boto3-comprehendmedical poetry add mypy-boto3-comprehendmedical ## Installing mypy-boto3-comprehendmedical Before you install: Low friction install with only typing-extensions as a runtime dependency. Active maintenance with recent releases; last commit 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-comprehendmedical from boto3.session import Session from mypy_boto3_comprehendmedical import ComprehendMedicalClient client: ComprehendMedicalClient = Session().client("comprehendmedical") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works with boto3 versions other than 1.43.0 or if it requires exact version matching. - Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 296.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs comprehendmedical, aws comprehendmedical type annotations, boto3 comprehendmedical mypy support, type checking aws medical nlp, boto3 ide autocomplete medical, comprehendmedical type hints, aws sdk type stubs python, type-stubs, aws-sdk, mypy-plugin [View on SkillFed](https://skillfed.io/packages/mypy-boto3-comprehendmedical) · [View on PyPI](https://pypi.org/project/mypy-boto3-comprehendmedical/)