Type annotations for boto3.Glue 1.14.52 service, generated by mypy-boto3-buider 2.4.0
Project description
mypy-boto3-glue
Type annotations for boto3.Glue 1.14.52 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.4.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Glue
service.
python -m pip install boto3-stubs[glue]
How to use
Client annotations
GlueClient
provides annotations for boto3.client("glue")
.
import boto3
from mypy_boto3_glue import GlueClient
from mypy_boto3_glue.paginator import (
GetClassifiersPaginator,
GetConnectionsPaginator,
GetCrawlerMetricsPaginator,
GetCrawlersPaginator,
GetDatabasesPaginator,
GetDevEndpointsPaginator,
GetJobRunsPaginator,
GetJobsPaginator,
GetPartitionsPaginator,
GetSecurityConfigurationsPaginator,
GetTablesPaginator,
GetTableVersionsPaginator,
GetTriggersPaginator,
GetUserDefinedFunctionsPaginator,
)
from mypy_boto3_glue.type_defs import ActionTypeDef, ...
client: GlueClient = boto3.client("glue")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: GlueClient = session.client("glue")
Paginators annotations
mypy_boto3_glue.paginator
module contains type annotations for all paginators.
client: GlueClient = boto3.client("glue")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
get_classifiers_paginator: GetClassifiersPaginator = client.get_paginator("get_classifiers")
get_connections_paginator: GetConnectionsPaginator = client.get_paginator("get_connections")
get_crawler_metrics_paginator: GetCrawlerMetricsPaginator = client.get_paginator("get_crawler_metrics")
get_crawlers_paginator: GetCrawlersPaginator = client.get_paginator("get_crawlers")
get_databases_paginator: GetDatabasesPaginator = client.get_paginator("get_databases")
get_dev_endpoints_paginator: GetDevEndpointsPaginator = client.get_paginator("get_dev_endpoints")
get_job_runs_paginator: GetJobRunsPaginator = client.get_paginator("get_job_runs")
get_jobs_paginator: GetJobsPaginator = client.get_paginator("get_jobs")
get_partitions_paginator: GetPartitionsPaginator = client.get_paginator("get_partitions")
get_security_configurations_paginator: GetSecurityConfigurationsPaginator = client.get_paginator("get_security_configurations")
get_table_versions_paginator: GetTableVersionsPaginator = client.get_paginator("get_table_versions")
get_tables_paginator: GetTablesPaginator = client.get_paginator("get_tables")
get_triggers_paginator: GetTriggersPaginator = client.get_paginator("get_triggers")
get_user_defined_functions_paginator: GetUserDefinedFunctionsPaginator = client.get_paginator("get_user_defined_functions")
Typed dictionations
mypy_boto3_glue.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ActionTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_glue
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
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("glue")
session_client = boto3.Session().client("glue")
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-glue-1.14.52.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d0961f5ae521a4c24e89d0323a150440cdee41f149e3d37a5f2815bb0828988 |
|
MD5 | f1b40adf9677481a8231cbbe6e49ef5d |
|
BLAKE2b-256 | 9b3c5c4d25543594985c7feeded42f99ac17e2b16b2b4cf08598c6f1079ba8fe |
Hashes for mypy_boto3_glue-1.14.52.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99ce39d05f421d30c17461e03fb39bee3add7117c8047446df7b05157907471a |
|
MD5 | 58b4b79db88613ae7392ff9df5aaf011 |
|
BLAKE2b-256 | 438251b950aab5cd478df6df752fa5efa608f0501f62c81d2df620eef2c4071e |