types-aiobotocore-rds
Type annotations for aiobotocore RDS 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package provides type stubs for aiobotocore's RDS (Relational Database Service) module, generated by mypy-boto3-builder. It enables static type checking and IDE code completion when working with async AWS RDS clients, paginators, and waiters. The stubs are compatible with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text.
The package is a stub-only distribution (no runtime code) that sits alongside aiobotocore to enhance the development experience. It supports Python 3.9 through 3.14 and is marked as Production/Stable. Installation is straightforward via pip, with a single runtime dependency on typing-extensions. The documentation notes that PyCharm users may experience performance issues with the full type stubs and recommends the lite variant as an alternative.
Use it for:
- Enable IDE autocompletion and type hints when writing async RDS code with aiobotocore in VSCode with Pylance.
- Run mypy or pyright type checking on aiobotocore RDS client calls to catch type errors before runtime.
- Get code completion and parameter hints for RDSClient methods, paginators, and waiters in PyCharm or other IDEs.
- Use explicit type annotations for RDSClient, paginators, and waiters in production code with TYPE_CHECKING guards.
- Integrate type checking into CI/CD pipelines for async AWS RDS applications using mypy or pyright.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs and IDE autocompletion for aiobotocore's RDS service, enabling static type checking with mypy, pyright, and IDE code completion.
Yes. This is a lightweight, actively maintained stub package with no security vulnerabilities, permissive MIT licensing, and minimal install friction. Install it if you use aiobotocore for RDS and want IDE support or static type checking—it adds no runtime overhead. PyCharm users should be aware of potential performance issues with the full stubs and may prefer the lite variant.
Install
types-aiobotocore-rds on PyPI
pip
pip install types-aiobotocore-rdsuv
uv add types-aiobotocore-rdspoetry
poetry add types-aiobotocore-rdsInstalling types-aiobotocore-rds
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.
Quickstart
pip install types-aiobotocore-rds
from aiobotocore.session import get_session
from types_aiobotocore_rds import RDSClient
session = get_session()
async with session.create_client("rds") as client:
client: RDSClient
# Type checking and IDE completion now work
Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.
Verify before relying
- Performance impact on PyCharm when using full type stubs (documentation mentions potential slowness with Literal overloads).
- Whether the lite variant (types-aiobotocore-lite) is recommended for specific IDE/checker combinations.
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 — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,593,524/month — #3,733 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_rds-3.9.0-py3-none-any.whl
Keywords: aiobotocore, rds, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-ecsProvides type stubs and IDE autocompletion for…
permissive · top 15,000 on PyPI