mypy-boto3-comprehend
Type annotations for boto3 Comprehend 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a stub-only type annotation library for AWS Comprehend, one of boto3's natural language processing services. It was generated by mypy-boto3-builder 8.12.0 and provides complete type hints for Comprehend client methods, paginators, and type definitions. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to offer code completion and type checking for Comprehend API calls, and works with standalone type checkers like mypy and pyright.
The package is intended for development environments only—it contains no runtime code, only type stubs. It depends only on typing-extensions and requires Python 3.9 or later. Installation is straightforward via pip, and the package is actively maintained with recent releases tracking boto3 1.43.0.
Use it for:
- Enable IDE autocomplete and type hints when writing boto3 Comprehend code in VSCode or PyCharm.
- Run mypy or pyright type checking on code that uses Comprehend without runtime errors.
- Catch type mismatches in Comprehend API calls (e.g., wrong argument types) before deployment.
- Document Comprehend client and paginator types explicitly in your codebase for team clarity.
- Support Emacs or Sublime Text development with LSP-based type checking for Comprehend operations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's Comprehend service, enabling static type checking with mypy, pyright, and editor tools.
Yes, if you use boto3 Comprehend and want static type checking or IDE autocompletion. The package is lightweight, actively maintained, has no production overhead, and carries an MIT license. Install it in your development environment only; it is not needed at runtime. Consider the lite variant if PyCharm performance becomes an issue.
Install
mypy-boto3-comprehend on PyPI
pip
pip install mypy-boto3-comprehenduv
uv add mypy-boto3-comprehendpoetry
poetry add mypy-boto3-comprehendInstalling mypy-boto3-comprehend
Before you install
Low friction: single runtime dependency (typing-extensions), wheel-only distribution, and actively maintained with recent commits. Designed as a development-time annotation package with no production runtime overhead.
License in practice
MIT license permits unrestricted use, modification, and distribution. Safe to include in any project type without licensing restrictions.
Quickstart
pip install mypy-boto3-comprehend
from boto3.session import Session
from mypy_boto3_comprehend import ComprehendClient
client: ComprehendClient = Session().client("comprehend")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (PY-40997) still affect current versions.
- Whether the lite variant (boto3-stubs-lite) offers meaningful performance improvements for large projects.
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 | 319,301/month — #7,645 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_comprehend-1.43.0-py3-none-any.whl
Keywords: boto3, comprehend, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
types-boto3-comprehendProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-aiobotocore-comprehendProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-license-manager-user-subscriptionsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-entityresolutionProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI