mypy-boto3-batch

Type annotations for boto3 Batch service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 Batch 1.42.59 service generated with mypy-boto3-builder 8.12.0

Examples

Import type hints in Python code for boto3 Batch client$ python -c "from mypy_boto3_batch import BatchClient"
Use in IDE for autocompletion when working with Batch resources$ python -c "from mypy_boto3_batch.client import BatchClient; import boto3; client: BatchClient = boto3.client('batch')"
Enable type checking with mypy on Batch service code$ mypy --plugin mypy_boto3_batch your_batch_script.py