Type annotations for boto3.Schemas 1.13.26 service, generated by mypy-boto3-buider 2.0.4
Project description
mypy-boto3-schemas
Type annotations for boto3.Schemas 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.4.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Schemas
service.
python -m pip install boto3-stubs[schemas]
Use boto3
with mypy_boto3_schemas
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_schemas import SchemasClient
# Now mypy can check if your code is valid.
client: SchemasClient = boto3.client("schemas")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: SchemasClient = session.client("schemas")
# Waiters are also supported
import mypy_boto3_schemas.waiter as schemas_waiters
code_binding_exists_waiter: schemas_waiters.CodeBindingExistsWaiter = client.get_waiter("code_binding_exists")
# Annotated paginators are included as well
import mypy_boto3_schemas.paginator as schemas_paginators
list_discoverers_paginator: schemas_paginators.ListDiscoverersPaginator = client.get_paginator("list_discoverers")
list_registries_paginator: schemas_paginators.ListRegistriesPaginator = client.get_paginator("list_registries")
list_schema_versions_paginator: schemas_paginators.ListSchemaVersionsPaginator = client.get_paginator("list_schema_versions")
list_schemas_paginator: schemas_paginators.ListSchemasPaginator = client.get_paginator("list_schemas")
search_schemas_paginator: schemas_paginators.SearchSchemasPaginator = client.get_paginator("search_schemas")
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_schemas
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("schemas")
session_client = boto3.Session().client("schemas")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-schemas-1.13.26.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d06acf85af9891d9ff946b96c3b514ae3ac20728f80895cae848b2935ec17533 |
|
MD5 | a67c606b857807cd387a39db52b018b1 |
|
BLAKE2b-256 | 0501a23b6efa8752e3a27b66f0ed4d64865e5212748f7ddf67b86e98741eca9b |
Hashes for mypy_boto3_schemas-1.13.26.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f11076b23910429f47232386521e76078b30506dc953faf4298b973074c6dd |
|
MD5 | a66737bd352d0cdac2b7a139638a7762 |
|
BLAKE2b-256 | e719415718c26a5b5e6a23ab369dbdf015ecb7e79d1c3fc77aa86121c78bfb77 |