mypy-boto3-elbv2
Type annotations for boto3 ElasticLoadBalancingv2 1.43.54 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 to boto3's ElasticLoadBalancingv2 service. It enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to understand boto3 ElasticLoadBalancingv2 API calls, providing code completion, inline documentation, and static type checking without requiring explicit type hints in your code.
The package is generated from boto3 1.43.54 using mypy-boto3-builder and includes annotations for clients, paginators, waiters, and type definitions. It depends only on typing-extensions and is designed as a development-time dependency—you can use TYPE_CHECKING guards to exclude it from production builds. The package supports Python 3.9 through 3.14 and is classified as Production/Stable.
Use it for:
- Enable IDE autocompletion and type hints when writing boto3 ElasticLoadBalancingv2 code in VSCode or PyCharm
- Catch ElasticLoadBalancingv2 API usage errors at type-check time with mypy or pyright before runtime
- Document ElasticLoadBalancingv2 client method signatures and return types for team code review
- Reduce debugging time by catching incorrect parameter names or types in load balancer operations
- Support paginator and waiter type annotations for complex ElasticLoadBalancingv2 queries
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's ElasticLoadBalancingv2 service, enabling static type checking with mypy, pyright, and other tools.
Yes—if you use boto3 ElasticLoadBalancingv2 in a project where you run mypy, pyright, or use a type-aware IDE. The install is frictionless, the package is actively maintained with no known vulnerabilities, and the MIT license poses no restrictions. Install it as a dev dependency and use TYPE_CHECKING guards if you want to exclude it from production.
Install
mypy-boto3-elbv2 on PyPI
pip
pip install mypy-boto3-elbv2uv
uv add mypy-boto3-elbv2poetry
poetry add mypy-boto3-elbv2Installing mypy-boto3-elbv2
Before you install
Low friction install with a single lightweight dependency (typing-extensions). Package is actively maintained with a recent release, and has been stable since 2019.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—safe for both open-source and commercial projects.
Quickstart
# Install with pip
python -m pip install mypy-boto3-elbv2
# Use in code
from boto3.session import Session
from mypy_boto3_elbv2 import ElasticLoadBalancingv2Client
client: ElasticLoadBalancingv2Client = Session().client("elbv2")
Verify before relying
- Whether PyCharm performance issues with Literal overloads (referenced in docs) affect this version specifically
- Whether the lite variant (boto3-stubs-lite) offers meaningful performance benefits for typical workloads
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 — 23 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 984,278/month — #4,578 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_elbv2-1.43.54-py3-none-any.whl
Keywords: boto3, elbv2, 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
types-boto3-elbv2Provides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-aiobotocore-elbv2Provides 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-cloudformationProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-elbProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sesv2Provides type annotations for boto3's SESV2…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-drsProvides type annotations for the boto3 AWS Drs…
permissive · top 15,000 on PyPI
mypy-boto3-snowballProvides type annotations and IDE…
permissive · top 15,000 on PyPI