mypy-boto3-schemas

Type annotations for boto3 Schemas service

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

Import type hints in Python code for boto3 Schemas client$ python -c "from mypy_boto3_schemas import Client; print(Client)"
Use with mypy for static type checking of Schemas API calls$ mypy --strict your_script.py
Access type stubs for IDE autocompletion in editor$ from mypy_boto3_schemas.client import SchemasClient