mypy-boto3-ebs
Type annotations for boto3 EBS 1.43.0 service generated with mypy-boto3-builder 8.12.0
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-ebsuv
uv add mypy-boto3-ebspoetry
poetry add mypy-boto3-ebsInstalling 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
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
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-dynamodbstreamsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-signer-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sdbProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-rbinProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-inspector-scanProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-pipesProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-cognito-syncProvides type annotations and IDE…
permissive · top 15,000 on PyPI