mypy-boto3-rds
Type annotations for boto3 RDS 1.43.62 service generated with mypy-boto3-builder 8.12.0
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-rdsuv
uv add mypy-boto3-rdspoetry
poetry add mypy-boto3-rdsInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-rds-dataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-rumProvides type stubs and annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-dsqlProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-rbinProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-tnbProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-docdbProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-outpostsProvides type annotations for the boto3…
permissive · top 15,000 on PyPI