--- id: mypy-boto3-backup version: "1.43.66" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-backup — Type annotations for boto3 Backup 1.43.66 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 419.8K/mo ## 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 above — 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 pip install mypy-boto3-backup uv add mypy-boto3-backup poetry add mypy-boto3-backup ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 419.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, aws backup type stubs, mypy boto3 backup, boto3 ide autocomplete, type checking aws backup, pyright boto3 stubs, boto3 backup type hints, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-backup) · [View on PyPI](https://pypi.org/project/mypy-boto3-backup/)