skillfed

types-aiobotocore-rds

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

types-aiobotocore-rds v3.9.0 1.6M downloads/30d#3,733 on PyPI670
Permissive license MIT Active released

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-rds

uv

uv add types-aiobotocore-rds

poetry

poetry add types-aiobotocore-rds

Installing 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

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

aiobotocore type annotationsrds type stubsboto3 rds typingasync aws rds typesmypy boto3 rdspyright aiobotocorerds client autocomplete
type-stubsasync-awsrds

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-boto3-rds

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-rds

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-ecs

Provides type stubs and IDE autocompletion for…

permissive · top 15,000 on PyPI