mypy-boto3-backup
Type annotations for boto3 Backup 1.43.66 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-backup is a type-stub package that adds complete type annotations to boto3's Backup service. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide accurate autocomplete, type hints, and error detection when working with AWS Backup API calls. The package is generated from boto3 1.43.66 using mypy-boto3-builder 8.12.0.
The package provides explicit type annotations for BackupClient, paginators, waiters, and service-specific type definitions. It works as a standalone installation or as part of boto3-stubs with the [backup] extra. No explicit type annotations are required in your code—install the package and your type checker automatically gains full visibility into boto3 Backup operations.
Use it for:
- Enable IDE autocomplete and type checking for boto3 Backup API calls in VSCode with Pylance or PyCharm.
- Run mypy or pyright on a codebase using boto3 Backup to catch type errors before runtime.
- Use in TYPE_CHECKING blocks to get type hints without adding a production dependency.
- Develop AWS Backup automation scripts with full IDE support for service-specific methods and parameters.
- Migrate legacy boto3 code to typed Python by leveraging paginator and client type annotations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for the boto3 Backup service, enabling static type checking with mypy, pyright, and other tools.
Yes. This is a low-friction, actively maintained type-stub package with no known vulnerabilities and a permissive MIT license. Install it if you use boto3 Backup and want IDE autocomplete and static type checking. The single dependency (typing-extensions) is lightweight, and the package supports all current Python versions. Consider boto3-stubs-lite if PyCharm performance becomes an issue.
Install
mypy-boto3-backup on PyPI
pip
pip install mypy-boto3-backupuv
uv add mypy-boto3-backuppoetry
poetry add mypy-boto3-backupInstalling mypy-boto3-backup
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and release 7 days old. Supports modern Python versions 3.9 through 3.14.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install mypy-boto3-backup
from boto3.session import Session
from mypy_boto3_backup import BackupClient
client: BackupClient = Session().client("backup")
# Type checking and IDE autocomplete now available
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in docs (PY-40997) remain unresolved or have been addressed in recent PyCharm versions.
- Whether the lite variant (boto3-stubs-lite) is recommended over this package for production environments to reduce memory overhead.
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 — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 419,818/month — #6,793 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_backup-1.43.66-py3-none-any.whl
Keywords: boto3, backup, 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-s3Provides type annotations and IDE…
permissive · top 1,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-gameliftProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-backup-gatewayProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-logsProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
mypy-boto3-kafkaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI