mypy-boto3-rds

Type annotations for boto3 RDS service in Python

pipmacoslinuxwindows
Try with needOr install directly
Source

About

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

Examples

Import type hints in Python code for RDS client$ python -c "from mypy_boto3_rds import RDSClient; print('Type hints available')"
Use in mypy type checking for RDS operations$ mypy --strict script_using_rds.py
Enable IDE autocompletion for RDS boto3 operations$ python -c "from mypy_boto3_rds.client import RDSClient; help(RDSClient.create_db_instance)"