mypy-boto3-rds

Type hints for boto3 RDS service in Python code

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

add autocomplete for RDS database operations in IDE$ python -c "from mypy_boto3_rds import RDSClient; help(RDSClient.create_db_instance)"
check Python code for RDS API type errors$ mypy --plugin mypy_boto3_rds my_rds_script.py
get type hints when writing RDS boto3 code$ python -c "import boto3; from mypy_boto3_rds.client import RDSClient; client: RDSClient = boto3.client('rds')"
validate RDS parameters match expected types$ mypy my_database_manager.py --strict
import RDS type definitions for development$ python -c "from mypy_boto3_rds.type_defs import CreateDBInstanceMessage"