mypy-boto3-lexv2-runtime
Type annotations for boto3 LexRuntimeV2 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 static type information to boto3's LexRuntimeV2 service client. It is generated automatically from boto3's service definitions and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE/type-checker combinations to provide inline code completion and catch type errors before runtime.
The package contains no runtime code—it only provides type annotations (.pyi files) that your IDE and type checker read to understand the shape of LexRuntimeV2 API calls. You install it alongside boto3 in your development environment, and it immediately enables autocomplete and type checking for lexv2-runtime client operations without requiring any changes to your existing boto3 code.
Use it for:
- Enable IDE autocomplete and inline documentation for boto3 LexRuntimeV2 client calls in VSCode, PyCharm, or Emacs.
- Catch type mismatches in LexRuntimeV2 API calls (wrong parameter names, incorrect types) during development with mypy or pyright.
- Use LexRuntimeV2 Literal types in function signatures to enforce valid enum values at type-check time.
- Maintain type safety in CI/CD pipelines by running mypy or pyright checks on code that uses boto3 LexRuntimeV2.
- Reduce runtime errors from incorrect boto3 API usage by catching mistakes during static analysis.
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 LexRuntimeV2 service, enabling static type checking with mypy, pyright, and editor tools.
Yes. If you use boto3's LexRuntimeV2 service and want IDE support or static type checking, this is the standard solution. It has low friction (one dependency), active maintenance, no security issues, and a permissive license. Install it in your development environment only if you wish to avoid a production dependency.
Install
mypy-boto3-lexv2-runtime on PyPI
pip
pip install mypy-boto3-lexv2-runtimeuv
uv add mypy-boto3-lexv2-runtimepoetry
poetry add mypy-boto3-lexv2-runtimeInstalling mypy-boto3-lexv2-runtime
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; repository shows consistent activity and community engagement (670 stars).
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-lexv2-runtime
from boto3.session import Session
from mypy_boto3_lexv2_runtime import LexRuntimeV2Client
client: LexRuntimeV2Client = Session().client("lexv2-runtime")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Performance impact on PyCharm compared to boto3-stubs-lite variant mentioned in documentation.
- Whether type coverage is complete for all LexRuntimeV2 API operations and response shapes.
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 | 254,496/month — #8,494 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_lexv2_runtime-1.43.0-py3-none-any.whl
Keywords: boto3, lexv2-runtime, 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-lexv2-modelsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-lex-runtimeProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-apprunnerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-lex-modelsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dynamodbstreamsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-wafv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ebsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI