mypy-boto3-kinesis

Type annotations for boto3 Kinesis service

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 Kinesis 1.42.41 service generated with mypy-boto3-builder 8.12.0

Examples

Import type stubs in Python code for IDE autocomplete$ python -c "from mypy_boto3_kinesis import KinesisClient"
Use with mypy for static type checking of boto3 Kinesis code$ mypy --strict your_kinesis_script.py
Enable type hints in IDE for boto3 Kinesis operations$ python -c "import boto3; from mypy_boto3_kinesis import KinesisClient; client: KinesisClient = boto3.client('kinesis')"