mypy-boto3-s3tables 1.39.5__tar.gz → 1.40.59__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-s3tables might be problematic. Click here for more details.
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/PKG-INFO +4 -4
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/README.md +2 -2
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/__main__.py +3 -3
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/literals.py +7 -13
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/literals.pyi +7 -13
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/version.py +1 -1
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/PKG-INFO +4 -4
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/setup.py +2 -2
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/LICENSE +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/__init__.py +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/__init__.pyi +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/client.py +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/client.pyi +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/paginator.py +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/paginator.pyi +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/py.typed +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/type_defs.py +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/type_defs.pyi +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/not-zip-safe +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/requires.txt +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/top_level.txt +0 -0
- {mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-s3tables
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 S3Tables 1.
|
|
3
|
+
Version: 1.40.59
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.40.59 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 S3Tables 1.
|
|
59
|
+
Type annotations for [boto3 S3Tables 1.40.59](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.40.59' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `S3Tables` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 S3Tables 1.
|
|
12
|
+
Type annotations for [boto3 S3Tables 1.40.59](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.
|
|
74
|
+
`uvx --with 'boto3==1.40.59' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `S3Tables` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 S3Tables 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 S3Tables 1.40.59\n"
|
|
16
|
+
"Version: 1.40.59\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables.html#s3tables\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.40.59\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -86,6 +86,7 @@ ServiceName = Literal[
|
|
|
86
86
|
"appstream",
|
|
87
87
|
"appsync",
|
|
88
88
|
"apptest",
|
|
89
|
+
"arc-region-switch",
|
|
89
90
|
"arc-zonal-shift",
|
|
90
91
|
"artifact",
|
|
91
92
|
"athena",
|
|
@@ -97,11 +98,15 @@ ServiceName = Literal[
|
|
|
97
98
|
"backup-gateway",
|
|
98
99
|
"backupsearch",
|
|
99
100
|
"batch",
|
|
101
|
+
"bcm-dashboards",
|
|
100
102
|
"bcm-data-exports",
|
|
101
103
|
"bcm-pricing-calculator",
|
|
104
|
+
"bcm-recommended-actions",
|
|
102
105
|
"bedrock",
|
|
103
106
|
"bedrock-agent",
|
|
104
107
|
"bedrock-agent-runtime",
|
|
108
|
+
"bedrock-agentcore",
|
|
109
|
+
"bedrock-agentcore-control",
|
|
105
110
|
"bedrock-data-automation",
|
|
106
111
|
"bedrock-data-automation-runtime",
|
|
107
112
|
"bedrock-runtime",
|
|
@@ -338,8 +343,6 @@ ServiceName = Literal[
|
|
|
338
343
|
"omics",
|
|
339
344
|
"opensearch",
|
|
340
345
|
"opensearchserverless",
|
|
341
|
-
"opsworks",
|
|
342
|
-
"opsworkscm",
|
|
343
346
|
"organizations",
|
|
344
347
|
"osis",
|
|
345
348
|
"outposts",
|
|
@@ -390,6 +393,7 @@ ServiceName = Literal[
|
|
|
390
393
|
"route53domains",
|
|
391
394
|
"route53profiles",
|
|
392
395
|
"route53resolver",
|
|
396
|
+
"rtbfabric",
|
|
393
397
|
"rum",
|
|
394
398
|
"s3",
|
|
395
399
|
"s3control",
|
|
@@ -421,7 +425,6 @@ ServiceName = Literal[
|
|
|
421
425
|
"shield",
|
|
422
426
|
"signer",
|
|
423
427
|
"simspaceweaver",
|
|
424
|
-
"sms",
|
|
425
428
|
"snow-device-management",
|
|
426
429
|
"snowball",
|
|
427
430
|
"sns",
|
|
@@ -472,15 +475,6 @@ ServiceName = Literal[
|
|
|
472
475
|
"xray",
|
|
473
476
|
]
|
|
474
477
|
ResourceServiceName = Literal[
|
|
475
|
-
"cloudformation",
|
|
476
|
-
"cloudwatch",
|
|
477
|
-
"dynamodb",
|
|
478
|
-
"ec2",
|
|
479
|
-
"glacier",
|
|
480
|
-
"iam",
|
|
481
|
-
"opsworks",
|
|
482
|
-
"s3",
|
|
483
|
-
"sns",
|
|
484
|
-
"sqs",
|
|
478
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
485
479
|
]
|
|
486
480
|
PaginatorName = Literal["list_namespaces", "list_table_buckets", "list_tables"]
|
|
@@ -84,6 +84,7 @@ ServiceName = Literal[
|
|
|
84
84
|
"appstream",
|
|
85
85
|
"appsync",
|
|
86
86
|
"apptest",
|
|
87
|
+
"arc-region-switch",
|
|
87
88
|
"arc-zonal-shift",
|
|
88
89
|
"artifact",
|
|
89
90
|
"athena",
|
|
@@ -95,11 +96,15 @@ ServiceName = Literal[
|
|
|
95
96
|
"backup-gateway",
|
|
96
97
|
"backupsearch",
|
|
97
98
|
"batch",
|
|
99
|
+
"bcm-dashboards",
|
|
98
100
|
"bcm-data-exports",
|
|
99
101
|
"bcm-pricing-calculator",
|
|
102
|
+
"bcm-recommended-actions",
|
|
100
103
|
"bedrock",
|
|
101
104
|
"bedrock-agent",
|
|
102
105
|
"bedrock-agent-runtime",
|
|
106
|
+
"bedrock-agentcore",
|
|
107
|
+
"bedrock-agentcore-control",
|
|
103
108
|
"bedrock-data-automation",
|
|
104
109
|
"bedrock-data-automation-runtime",
|
|
105
110
|
"bedrock-runtime",
|
|
@@ -336,8 +341,6 @@ ServiceName = Literal[
|
|
|
336
341
|
"omics",
|
|
337
342
|
"opensearch",
|
|
338
343
|
"opensearchserverless",
|
|
339
|
-
"opsworks",
|
|
340
|
-
"opsworkscm",
|
|
341
344
|
"organizations",
|
|
342
345
|
"osis",
|
|
343
346
|
"outposts",
|
|
@@ -388,6 +391,7 @@ ServiceName = Literal[
|
|
|
388
391
|
"route53domains",
|
|
389
392
|
"route53profiles",
|
|
390
393
|
"route53resolver",
|
|
394
|
+
"rtbfabric",
|
|
391
395
|
"rum",
|
|
392
396
|
"s3",
|
|
393
397
|
"s3control",
|
|
@@ -419,7 +423,6 @@ ServiceName = Literal[
|
|
|
419
423
|
"shield",
|
|
420
424
|
"signer",
|
|
421
425
|
"simspaceweaver",
|
|
422
|
-
"sms",
|
|
423
426
|
"snow-device-management",
|
|
424
427
|
"snowball",
|
|
425
428
|
"sns",
|
|
@@ -470,15 +473,6 @@ ServiceName = Literal[
|
|
|
470
473
|
"xray",
|
|
471
474
|
]
|
|
472
475
|
ResourceServiceName = Literal[
|
|
473
|
-
"cloudformation",
|
|
474
|
-
"cloudwatch",
|
|
475
|
-
"dynamodb",
|
|
476
|
-
"ec2",
|
|
477
|
-
"glacier",
|
|
478
|
-
"iam",
|
|
479
|
-
"opsworks",
|
|
480
|
-
"s3",
|
|
481
|
-
"sns",
|
|
482
|
-
"sqs",
|
|
476
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
483
477
|
]
|
|
484
478
|
PaginatorName = Literal["list_namespaces", "list_table_buckets", "list_tables"]
|
{mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-s3tables
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 S3Tables 1.
|
|
3
|
+
Version: 1.40.59
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.40.59 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 S3Tables 1.
|
|
59
|
+
Type annotations for [boto3 S3Tables 1.40.59](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.40.59' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `S3Tables` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-s3tables",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.40.59",
|
|
17
17
|
packages=["mypy_boto3_s3tables"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 S3Tables 1.
|
|
22
|
+
description="Type annotations for boto3 S3Tables 1.40.59 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables/type_defs.pyi
RENAMED
|
File without changes
|
{mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mypy_boto3_s3tables-1.39.5 → mypy_boto3_s3tables-1.40.59}/mypy_boto3_s3tables.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|