--- id: mypy-boto3-rds version: "1.43.62" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-rds — Type annotations for boto3 RDS 1.43.62 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 13.0M/mo ## 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 above — 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 pip install mypy-boto3-rds uv add mypy-boto3-rds 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_current - Install friction: low - Maintenance: active - Downloads: 13.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws rds type annotations, boto3 rds mypy, type hints for boto3, aws sdk type checking, boto3 ide autocomplete, rds client type hints, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-rds) · [View on PyPI](https://pypi.org/project/mypy-boto3-rds/)