Type annotations for boto3.Glue 1.14.52 service, generated by mypy-boto3-buider 2.3.1
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.3.1.
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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51fbb5bf82b8c350469ebcc967bd1e40d154e30206bf0f5d451133b258b10c23 |
|
MD5 | c8af4cdbedaccfc607ef92983c9bc7a6 |
|
BLAKE2b-256 | 91811ec0607bde5c0ea0f1f48bad1224a5a82aa0fb76e6fe77c48d87d19518e8 |
Hashes for mypy_boto3_glue-1.14.52.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9bbe63ed9d314462e8e4795538e1fb23bae431dbc420f77745c8ccc81ea1083 |
|
MD5 | 88b50655a758d113760b4309e61df9d3 |
|
BLAKE2b-256 | f37f9e0c40ef2d2a395bb30815023064d8ac92f7c6d88a91d4d87516e6449db5 |