skillfed

mypy-boto3-ebs

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

mypy-boto3-ebs v1.43.0 292.4K downloads/30d#7,964 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-ebs is a type-stub package that adds complete type annotations for the boto3 EBS service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker tools. The package provides no runtime functionality—it only supplies type information so that your IDE and type checker can validate EBS client calls and offer accurate code completion.

When installed, it enables static type checking on boto3 EBS operations without requiring explicit type annotations in your code. You can import EBSClient to annotate client objects, access Literal types for valid parameter values, and use TypedDict structures for request and response shapes. The package is designed to be lightweight and can be installed in a TYPE_CHECKING block to avoid runtime dependencies in production code.

Use it for:

  • Type-check boto3 EBS API calls in mypy or pyright to catch errors before runtime.
  • Enable IDE autocomplete and inline documentation for EBS client methods and parameters.
  • Annotate EBS client variables and function signatures for better code clarity in large projects.
  • Validate EBS request parameters against Literal types to ensure only valid values are passed.
  • Use in CI/CD pipelines to enforce type safety on AWS infrastructure code.

Worth the install?

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

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

Yes, if you use boto3 for EBS operations and want static type checking and IDE support. Install friction is minimal and maintenance is active. The package is permissively licensed (MIT) and has no known vulnerabilities. Caveat: PyCharm users may experience performance issues with Literal overloads; consider boto3-stubs-lite as an alternative if that occurs.

Install

mypy-boto3-ebs on PyPI

pip

pip install mypy-boto3-ebs

uv

uv add mypy-boto3-ebs

poetry

poetry add mypy-boto3-ebs

Installing mypy-boto3-ebs

Before you install

Low install friction; single runtime dependency on typing-extensions. Active maintenance with recent releases; repository has 670 stars and last commit on 2026-06-22.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-ebs

from boto3.session import Session
from mypy_boto3_ebs import EBSClient

client: EBSClient = Session().client("ebs")
# Type checking and IDE autocomplete now available

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

Verify before relying

  • Performance impact on PyCharm due to Literal overloads (documentation mentions PyCharm issue PY-40997 but does not quantify the impact).
  • Whether boto3-stubs-lite is a viable alternative for projects with strict performance requirements.

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

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

Keywords: boto3, ebs, 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 ebsaws ebs type annotationsboto3 ebs mypy supporttype hints boto3 elastic block storeebs client type checkingboto3 ebs autocompletepyright boto3 ebs
type-stubsaws-sdkboto3

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

boto3-stubs-lite

Provides type annotations for boto3 1.43.72,…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-dynamodbstreams

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-signer-data

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-sdb

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-rbin

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-inspector-scan

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-pipes

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-cognito-sync

Provides type annotations and IDE…

permissive · top 15,000 on PyPI