--- id: mypy-boto3-backupsearch version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-backupsearch — Type annotations for boto3 BackupSearch 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 240.7K/mo ## What it is and what it does This package is a type-stub library that adds static type information for the AWS boto3 BackupSearch service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text), type checkers (mypy, pyright), and linters. When installed, it enables IDE code completion and catches type errors at development time without requiring explicit type annotations in your code. The package contains type definitions for BackupSearchClient, paginators, and service-specific types. It is designed as a development-only dependency—you can use TYPE_CHECKING guards to avoid including it in production builds. The library supports Python 3.9 through 3.14 and has no runtime behavior; it only provides type information to static analysis tools. Use it for: - Enable IDE autocomplete and inline documentation for boto3 BackupSearch API calls in VSCode or PyCharm. - Catch type errors in BackupSearch client usage before runtime using mypy or pyright in CI/CD pipelines. - Provide explicit type hints for BackupSearchClient and paginator objects in codebases that require strict typing. - Reduce development friction when working with AWS BackupSearch by avoiding manual type annotation of boto3 objects. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for the boto3 BackupSearch service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 BackupSearch and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package is a pure type-stub with no runtime overhead and can be safely gated behind TYPE_CHECKING to keep it out of production dependencies. ## Install pip install mypy-boto3-backupsearch uv add mypy-boto3-backupsearch poetry add mypy-boto3-backupsearch ## Installing mypy-boto3-backupsearch Before you install: Low install friction with a single lightweight dependency (typing-extensions). Repository is active with recent commits and a stable maintenance history since late 2024. 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-backupsearch from boto3.session import Session from mypy_boto3_backupsearch import BackupSearchClient client: BackupSearchClient = Session().client("backupsearch") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) affect this specific version or have been resolved. - Exact coverage of BackupSearch API methods and whether all boto3 1.43.0 BackupSearch operations are annotated. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 240.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws backupsearch type annotations, mypy boto3 stubs, python aws sdk typing, boto3 ide autocomplete, static type checking aws, pyright boto3 support, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-backupsearch) · [View on PyPI](https://pypi.org/project/mypy-boto3-backupsearch/)