mypy-boto3-elb
Type annotations for boto3 ElasticLoadBalancing 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 ElasticLoadBalancing (ELB) service. It was generated by mypy-boto3-builder 8.12.0 and provides complete type annotations for ELB client methods, paginators, and waiters, enabling IDEs and type checkers to offer accurate code completion and catch type errors before runtime.
You install it alongside boto3 to get IDE autocompletion and type checking in VSCode (with Pylance), PyCharm, Emacs, Sublime Text, and command-line tools like mypy and pyright. The package supports Python 3.9 through 3.14 and can be used as a development-only dependency via TYPE_CHECKING guards to avoid production bloat.
Use it for:
- Enable IDE autocomplete and inline documentation for ELB API calls in VSCode or PyCharm without writing manual type hints.
- Catch ELB method signature errors and invalid parameter types during development using mypy or pyright.
- Provide type safety for boto3 ELB paginators and waiters in large AWS infrastructure codebases.
- Use as a dev-only import (behind TYPE_CHECKING) to avoid adding a runtime dependency to production deployments.
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 ElasticLoadBalancing service, enabling static type checking with mypy, pyright, and editor tools.
Yes, if you use boto3's ElasticLoadBalancing service and want IDE support or static type checking. The install is frictionless, the package is actively maintained, carries no security vulnerabilities, and uses a permissive MIT license. The only caveat is PyCharm users may experience performance issues with the full stubs; the documentation recommends the lite variant in that case.
Install
mypy-boto3-elb on PyPI
pip
pip install mypy-boto3-elbuv
uv add mypy-boto3-elbpoetry
poetry add mypy-boto3-elbInstalling mypy-boto3-elb
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-elb
from boto3.session import Session
from mypy_boto3_elb import ElasticLoadBalancingClient
client: ElasticLoadBalancingClient = Session().client("elb")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether performance impact on PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads).
- Whether the lite variant (boto3-stubs-lite) would better suit your IDE and memory constraints.
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 | 388,883/month — #7,034 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_elb-1.43.0-py3-none-any.whl
Keywords: boto3, elb, 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-cloudformationProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-elbv2Provides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI