skillfed

mypy-boto3-elasticbeanstalk

Type annotations for boto3 ElasticBeanstalk 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-elasticbeanstalk v1.43.0 292.5K downloads/30d#7,962 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type information to boto3's ElasticBeanstalk service. It enables IDEs like VSCode, PyCharm, and Emacs to provide accurate code completion and type checking for ElasticBeanstalk API calls, and works with type checkers like mypy and pyright. The stubs are generated from boto3 1.43.0 using mypy-boto3-builder and cover client methods, paginators, waiters, and type definitions.

You install it alongside boto3 in your development environment to get IDE support and catch type errors before runtime. The package is designed as a development-only dependency—you can use TYPE_CHECKING guards to exclude it from production builds. It has minimal overhead (only typing-extensions as a runtime dependency) and supports Python 3.9 through 3.14.

Use it for:

  • Enable IDE autocomplete and type hints when writing ElasticBeanstalk client code in VSCode or PyCharm.
  • Catch type errors in ElasticBeanstalk API calls during development using mypy or pyright.
  • Provide explicit type annotations for ElasticBeanstalkClient, paginators, and waiters in your codebase.
  • Use in a TYPE_CHECKING block to get type support without adding a production dependency.
  • Support LSP-based editors (Emacs, Sublime Text) with accurate boto3 ElasticBeanstalk type information.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for boto3's ElasticBeanstalk service, enabling static type checking in mypy, pyright, and other tools.

Yes. Install this if you use boto3's ElasticBeanstalk service and want IDE type support and static type checking. It has low friction (one lightweight dependency), active maintenance, no known vulnerabilities, and a permissive MIT license. The only caveat is PyCharm may experience performance issues with the full stubs due to Literal overload handling—the description suggests using boto3-stubs-lite as an alternative in that case.

Install

mypy-boto3-elasticbeanstalk on PyPI

pip

pip install mypy-boto3-elasticbeanstalk

uv

uv add mypy-boto3-elasticbeanstalk

poetry

poetry add mypy-boto3-elasticbeanstalk

Installing mypy-boto3-elasticbeanstalk

Before you install

Low friction install with a single runtime dependency (typing-extensions). Package is actively maintained with recent releases and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Quickstart

pip install mypy-boto3-elasticbeanstalk

from boto3.session import Session
from mypy_boto3_elasticbeanstalk import ElasticBeanstalkClient

client: ElasticBeanstalkClient = Session().client("elasticbeanstalk")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether the package works with boto3 versions other than 1.43.0 or if it requires exact version matching.
  • Performance impact when used in PyCharm (description mentions potential slowness with Literal overloads).

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 292,526/month — #7,962 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_elasticbeanstalk-1.43.0-py3-none-any.whl

Keywords: boto3, elasticbeanstalk, 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 elasticbeanstalkmypy type annotations awsboto3 elasticbeanstalk autocompletestatic type checking boto3ide code completion aws sdkpyright boto3 stubstype hints elasticbeanstalk client
type-stubsboto3aws

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-apigatewaymanagementapi

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-snowball

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-dataexchange

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-chatbot

Provides type annotations for boto3's AWS…

permissive · top 15,000 on PyPI