skillfed

mypy-boto3-rds

Type annotations for boto3 RDS 1.43.62 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-rds v1.43.62 13.0M downloads/30d#1,298 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 to boto3's RDS service client. It was generated from boto3 1.43.62 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE code completion and catches type errors at development time without requiring explicit type annotations in your code.

The package depends only on typing-extensions and installs as a wheel. It supports Python 3.9 through 3.14 and is actively maintained. The stubs cover RDS client operations, paginators, and waiters. For production code, you can use TYPE_CHECKING guards to avoid a runtime dependency, though the documentation notes a workaround is needed for pylint compatibility.

Use it for:

  • Enable IDE autocomplete and type checking for boto3 RDS calls in VSCode with Pylance or PyCharm.
  • Catch type errors in RDS client code using mypy or pyright before deployment.
  • Document RDS API usage with explicit type hints for RDSClient, paginators, and waiters.
  • Reduce development friction when working with boto3 RDS by getting immediate feedback on method signatures.
  • Use in a TYPE_CHECKING block to provide types during development without adding a runtime dependency.

Worth the install?

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

Provides type annotations and IDE autocompletion for boto3 RDS 1.43.62, enabling static type checking in mypy, pyright, and other tools.

Yes. This is a low-friction, actively maintained type stub for a widely-used AWS service. Install it if you use boto3 RDS and want IDE autocompletion or static type checking. The single dependency and permissive license make it safe to add. Note that PyCharm users may experience slowness and should consider boto3-stubs-lite as an alternative.

Install

mypy-boto3-rds on PyPI

pip

pip install mypy-boto3-rds

uv

uv add mypy-boto3-rds

poetry

poetry add mypy-boto3-rds

Installing mypy-boto3-rds

Before you install

Low friction: single runtime dependency (typing-extensions) and a wheel distribution. Active maintenance with recent releases (14 days since last update) and a stable repository.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-rds

from boto3.session import Session
from mypy_boto3_rds import RDSClient

client: RDSClient = Session().client("rds")

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

Verify before relying

  • Whether type coverage is complete for all RDS API operations and parameters.
  • Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads).
  • Whether generated stubs remain synchronized with boto3 RDS API changes.

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 — 14 days since the last release
Last repo commit
First released
Downloads 13,011,601/month — #1,298 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_rds-1.43.62-py3-none-any.whl

Keywords: boto3, rds, 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 rds type annotationsboto3 rds mypytype hints for boto3aws sdk type checkingboto3 ide autocompleterds client type hints
type-stubsaws-sdkstatic-typing

More Software Development packages