mypy-boto3-transfer 1.34.18__tar.gz → 1.34.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.
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/PKG-INFO +4 -4
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/README.md +2 -2
- mypy-boto3-transfer-1.34.59/mypy_boto3_transfer/__main__.py +40 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/literals.py +3 -1
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/literals.pyi +3 -1
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/type_defs.py +1 -1
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/type_defs.pyi +1 -1
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/version.py +1 -1
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/PKG-INFO +4 -4
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/setup.py +2 -5
- mypy-boto3-transfer-1.34.18/mypy_boto3_transfer/__main__.py +0 -39
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/LICENSE +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/__init__.py +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/__init__.pyi +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/client.py +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/client.pyi +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/paginator.py +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/paginator.pyi +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/py.typed +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/waiter.py +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/waiter.pyi +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/not-zip-safe +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/requires.txt +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/top_level.txt +0 -0
- {mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Transfer 1.34.
|
|
3
|
+
Version: 1.34.59
|
|
4
|
+
Summary: Type annotations for boto3.Transfer 1.34.59 service generated with mypy-boto3-builder 7.23.2
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Transfer 1.34.
|
|
46
|
+
[boto3.Transfer 1.34.59](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.23.
|
|
55
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Transfer 1.34.
|
|
13
|
+
[boto3.Transfer 1.34.59](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.23.
|
|
22
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def print_info() -> None:
|
|
9
|
+
"""
|
|
10
|
+
Print package info to stdout.
|
|
11
|
+
"""
|
|
12
|
+
print(
|
|
13
|
+
"Type annotations for boto3.Transfer 1.34.59\n"
|
|
14
|
+
"Version: 1.34.59\n"
|
|
15
|
+
"Builder version: 7.23.2\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer\n"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def print_version() -> None:
|
|
24
|
+
"""
|
|
25
|
+
Print package version to stdout.
|
|
26
|
+
"""
|
|
27
|
+
print("1.34.59")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def main() -> None:
|
|
31
|
+
"""
|
|
32
|
+
Main CLI entrypoint.
|
|
33
|
+
"""
|
|
34
|
+
if "--version" in sys.argv:
|
|
35
|
+
return print_version()
|
|
36
|
+
print_info()
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
if __name__ == "__main__":
|
|
40
|
+
main()
|
|
@@ -78,7 +78,7 @@ CompressionEnumType = Literal["DISABLED", "ZLIB"]
|
|
|
78
78
|
CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
|
|
79
79
|
DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
|
|
80
80
|
DomainType = Literal["EFS", "S3"]
|
|
81
|
-
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "NONE"]
|
|
81
|
+
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
|
|
82
82
|
EncryptionTypeType = Literal["PGP"]
|
|
83
83
|
EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
|
|
84
84
|
ExecutionErrorTypeType = Literal[
|
|
@@ -150,6 +150,7 @@ ServiceName = Literal[
|
|
|
150
150
|
"appstream",
|
|
151
151
|
"appsync",
|
|
152
152
|
"arc-zonal-shift",
|
|
153
|
+
"artifact",
|
|
153
154
|
"athena",
|
|
154
155
|
"auditmanager",
|
|
155
156
|
"autoscaling",
|
|
@@ -168,6 +169,7 @@ ServiceName = Literal[
|
|
|
168
169
|
"braket",
|
|
169
170
|
"budgets",
|
|
170
171
|
"ce",
|
|
172
|
+
"chatbot",
|
|
171
173
|
"chime",
|
|
172
174
|
"chime-sdk-identity",
|
|
173
175
|
"chime-sdk-media-pipelines",
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/literals.pyi
RENAMED
|
@@ -78,7 +78,7 @@ CompressionEnumType = Literal["DISABLED", "ZLIB"]
|
|
|
78
78
|
CustomStepStatusType = Literal["FAILURE", "SUCCESS"]
|
|
79
79
|
DirectoryListingOptimizationType = Literal["DISABLED", "ENABLED"]
|
|
80
80
|
DomainType = Literal["EFS", "S3"]
|
|
81
|
-
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "NONE"]
|
|
81
|
+
EncryptionAlgType = Literal["AES128_CBC", "AES192_CBC", "AES256_CBC", "DES_EDE3_CBC", "NONE"]
|
|
82
82
|
EncryptionTypeType = Literal["PGP"]
|
|
83
83
|
EndpointTypeType = Literal["PUBLIC", "VPC", "VPC_ENDPOINT"]
|
|
84
84
|
ExecutionErrorTypeType = Literal[
|
|
@@ -150,6 +150,7 @@ ServiceName = Literal[
|
|
|
150
150
|
"appstream",
|
|
151
151
|
"appsync",
|
|
152
152
|
"arc-zonal-shift",
|
|
153
|
+
"artifact",
|
|
153
154
|
"athena",
|
|
154
155
|
"auditmanager",
|
|
155
156
|
"autoscaling",
|
|
@@ -168,6 +169,7 @@ ServiceName = Literal[
|
|
|
168
169
|
"braket",
|
|
169
170
|
"budgets",
|
|
170
171
|
"ce",
|
|
172
|
+
"chatbot",
|
|
171
173
|
"chime",
|
|
172
174
|
"chime-sdk-identity",
|
|
173
175
|
"chime-sdk-media-pipelines",
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/type_defs.py
RENAMED
|
@@ -267,10 +267,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
267
267
|
"ResponseMetadataTypeDef",
|
|
268
268
|
{
|
|
269
269
|
"RequestId": str,
|
|
270
|
-
"HostId": str,
|
|
271
270
|
"HTTPStatusCode": int,
|
|
272
271
|
"HTTPHeaders": Dict[str, str],
|
|
273
272
|
"RetryAttempts": int,
|
|
273
|
+
"HostId": NotRequired[str],
|
|
274
274
|
},
|
|
275
275
|
)
|
|
276
276
|
TagTypeDef = TypedDict(
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/type_defs.pyi
RENAMED
|
@@ -267,10 +267,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
267
267
|
"ResponseMetadataTypeDef",
|
|
268
268
|
{
|
|
269
269
|
"RequestId": str,
|
|
270
|
-
"HostId": str,
|
|
271
270
|
"HTTPStatusCode": int,
|
|
272
271
|
"HTTPHeaders": Dict[str, str],
|
|
273
272
|
"RetryAttempts": int,
|
|
273
|
+
"HostId": NotRequired[str],
|
|
274
274
|
},
|
|
275
275
|
)
|
|
276
276
|
TagTypeDef = TypedDict(
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Transfer 1.34.
|
|
3
|
+
Version: 1.34.59
|
|
4
|
+
Summary: Type annotations for boto3.Transfer 1.34.59 service generated with mypy-boto3-builder 7.23.2
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Transfer 1.34.
|
|
46
|
+
[boto3.Transfer 1.34.59](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.23.
|
|
55
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -11,16 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-transfer",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.59",
|
|
15
15
|
packages=["mypy_boto3_transfer"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description=
|
|
21
|
-
"Type annotations for boto3.Transfer 1.34.18 service generated with mypy-boto3-builder"
|
|
22
|
-
" 7.23.1"
|
|
23
|
-
),
|
|
20
|
+
description="Type annotations for boto3.Transfer 1.34.59 service generated with mypy-boto3-builder 7.23.2",
|
|
24
21
|
classifiers=[
|
|
25
22
|
"Development Status :: 5 - Production/Stable",
|
|
26
23
|
"Intended Audience :: Developers",
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Main CLI entrypoint.
|
|
3
|
-
"""
|
|
4
|
-
|
|
5
|
-
import sys
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def print_info() -> None:
|
|
9
|
-
"""
|
|
10
|
-
Print package info to stdout.
|
|
11
|
-
"""
|
|
12
|
-
print(
|
|
13
|
-
"Type annotations for boto3.Transfer 1.34.18\nVersion: 1.34.18\nBuilder version:"
|
|
14
|
-
" 7.23.1\nDocs: "
|
|
15
|
-
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\nBoto3 docs: "
|
|
16
|
-
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#Transfer\nOther"
|
|
17
|
-
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
18
|
-
" https://github.com/youtype/mypy_boto3_builder/releases"
|
|
19
|
-
)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
def print_version() -> None:
|
|
23
|
-
"""
|
|
24
|
-
Print package version to stdout.
|
|
25
|
-
"""
|
|
26
|
-
print("1.34.18")
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
def main() -> None:
|
|
30
|
-
"""
|
|
31
|
-
Main CLI entrypoint.
|
|
32
|
-
"""
|
|
33
|
-
if "--version" in sys.argv:
|
|
34
|
-
return print_version()
|
|
35
|
-
print_info()
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
if __name__ == "__main__":
|
|
39
|
-
main()
|
|
File without changes
|
|
File without changes
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/paginator.py
RENAMED
|
File without changes
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy-boto3-transfer-1.34.18 → mypy-boto3-transfer-1.34.59}/mypy_boto3_transfer.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|