skillfed

mypy-boto3-route53-recovery-readiness

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

mypy-boto3-route53-recovery-readiness v1.43.0 244.8K downloads/30d#8,744 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds complete type annotations to boto3's Route53RecoveryReadiness service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with multiple type checkers and IDEs. When installed, it enables your editor and type checker to understand boto3 Route53RecoveryReadiness client methods, parameters, and return types—providing autocomplete suggestions and catching type errors before runtime.

The package is designed as a development-time dependency: you install it in your development environment to get IDE support and static type checking, but it is not needed at runtime. It supports Python 3.9 through 3.14 and integrates with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. The documentation notes that PyCharm may experience performance issues with the full boto3-stubs due to Literal overload handling, and recommends boto3-stubs-lite as an alternative in that case.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 Route53RecoveryReadiness code in VSCode or Sublime Text.
  • Run mypy or pyright type checking on boto3 Route53RecoveryReadiness calls to catch parameter and return-type errors before deployment.
  • Provide explicit type annotations for Route53RecoveryReadinessClient, paginators, and service resources in a typed Python project.
  • Use with PyCharm for code completion (with awareness of potential performance trade-offs noted in the documentation).

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's Route53RecoveryReadiness service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text.

Yes, if you use boto3 Route53RecoveryReadiness and want static type checking and IDE support. Install friction is low, maintenance is active, and the MIT license is permissive. No security vulnerabilities are known. The only caveat is PyCharm users may experience performance degradation; consider boto3-stubs-lite if that becomes an issue.

Install

mypy-boto3-route53-recovery-readiness on PyPI

pip

pip install mypy-boto3-route53-recovery-readiness

uv

uv add mypy-boto3-route53-recovery-readiness

poetry

poetry add mypy-boto3-route53-recovery-readiness

Installing mypy-boto3-route53-recovery-readiness

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with 670 repository stars. Classified as Production/Stable.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Quickstart

pip install mypy-boto3-route53-recovery-readiness

from boto3.session import Session
from mypy_boto3_route53_recovery_readiness import Route53RecoveryReadinessClient

client: Route53RecoveryReadinessClient = Session().client("route53-recovery-readiness")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether performance impact on PyCharm is acceptable for your codebase size (documentation warns of potential slowness with Literal overloads).
  • Whether boto3-stubs-lite is a better fit if you need lighter memory footprint or faster PyCharm performance.

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

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

Keywords: boto3, route53-recovery-readiness, 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 stubs route53mypy type annotations awsboto3 route53 recovery readiness typeside autocomplete boto3 awsstatic type checking boto3pyright boto3 stubsaws sdk type hints python
type-stubsboto3aws

More Software Development packages