skillfed

mypy-boto3-elbv2

Type annotations for boto3 ElasticLoadBalancingv2 1.43.54 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-elbv2 v1.43.54 984.3K downloads/30d#4,578 on PyPI670
Permissive license MIT Active released

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-elbv2

uv

uv add mypy-boto3-elbv2

poetry

poetry add mypy-boto3-elbv2

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs elbv2aws load balancer type annotationsboto3 elb type hintsmypy boto3 stubsaws sdk type checkingboto3 autocomplete ideelastic load balancing types
type-stubsaws-sdkboto3

More Software Development packages