skillfed

mypy-boto3-backupsearch

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

mypy-boto3-backupsearch v1.43.0 240.7K downloads/30d#8,901 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-backupsearch on PyPI

pip

pip install mypy-boto3-backupsearch

uv

uv add mypy-boto3-backupsearch

poetry

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

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

Keywords: boto3, backupsearch, 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 stubsaws backupsearch type annotationsmypy boto3 stubspython aws sdk typingboto3 ide autocompletestatic type checking awspyright boto3 support
type-stubsaws-sdkstatic-typing

More Software Development packages