mypy-boto3-logs

Type annotations for boto3 CloudWatchLogs service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 CloudWatchLogs 1.42.60 service generated with mypy-boto3-builder 8.12.0

Examples

Import type hints in Python for CloudWatchLogs client$ python -c "from mypy_boto3_logs import CloudWatchLogsClient"
Use type annotations for IDE autocomplete with boto3 logs$ python -c "from mypy_boto3_logs.client import CloudWatchLogsClient; client: CloudWatchLogsClient"
Enable mypy type checking for CloudWatch Logs operations$ mypy your_script.py # with mypy-boto3-logs installed for type hints