mypy-boto3-schemas

Type annotations for AWS Schemas service with boto3.

pipmacoslinuxwindows
Try with needOr install directly
Source

About

Type annotations for boto3 Schemas 1.42.3 service generated with mypy-boto3-builder 8.12.0

Examples

add type hints to boto3 schemas code in python$ python -c "from mypy_boto3_schemas import Client; c: Client"
enable autocomplete for aws schemas in IDE$ python -c "import mypy_boto3_schemas; help(mypy_boto3_schemas)"
check python boto3 schemas code with mypy type checker$ mypy --install-types your_script.py
get type stubs for boto3 event schema service$ python -c "from mypy_boto3_schemas.client import SchemasClient"
validate boto3 code with static type checking$ mypy your_aws_schemas_script.py --strict