mypy-boto3-transfer 1.41.2__py3-none-any.whl → 1.42.3__py3-none-any.whl
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/__main__.py +3 -3
- mypy_boto3_transfer/literals.py +4 -0
- mypy_boto3_transfer/literals.pyi +4 -0
- mypy_boto3_transfer/version.py +1 -1
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.3.dist-info}/METADATA +4 -4
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.3.dist-info}/RECORD +9 -9
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.3.dist-info}/WHEEL +0 -0
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.3.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.3.dist-info}/top_level.txt +0 -0
mypy_boto3_transfer/__main__.py
CHANGED
|
@@ -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 Transfer 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 Transfer 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/transfer.html#transfer\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.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_transfer/literals.py
CHANGED
|
@@ -430,6 +430,7 @@ ServiceName = Literal[
|
|
|
430
430
|
"networkmonitor",
|
|
431
431
|
"notifications",
|
|
432
432
|
"notificationscontacts",
|
|
433
|
+
"nova-act",
|
|
433
434
|
"oam",
|
|
434
435
|
"observabilityadmin",
|
|
435
436
|
"odb",
|
|
@@ -440,6 +441,8 @@ ServiceName = Literal[
|
|
|
440
441
|
"osis",
|
|
441
442
|
"outposts",
|
|
442
443
|
"panorama",
|
|
444
|
+
"partnercentral-account",
|
|
445
|
+
"partnercentral-benefits",
|
|
443
446
|
"partnercentral-channel",
|
|
444
447
|
"partnercentral-selling",
|
|
445
448
|
"payment-cryptography",
|
|
@@ -482,6 +485,7 @@ ServiceName = Literal[
|
|
|
482
485
|
"route53-recovery-control-config",
|
|
483
486
|
"route53-recovery-readiness",
|
|
484
487
|
"route53domains",
|
|
488
|
+
"route53globalresolver",
|
|
485
489
|
"route53profiles",
|
|
486
490
|
"route53resolver",
|
|
487
491
|
"rtbfabric",
|
mypy_boto3_transfer/literals.pyi
CHANGED
|
@@ -428,6 +428,7 @@ ServiceName = Literal[
|
|
|
428
428
|
"networkmonitor",
|
|
429
429
|
"notifications",
|
|
430
430
|
"notificationscontacts",
|
|
431
|
+
"nova-act",
|
|
431
432
|
"oam",
|
|
432
433
|
"observabilityadmin",
|
|
433
434
|
"odb",
|
|
@@ -438,6 +439,8 @@ ServiceName = Literal[
|
|
|
438
439
|
"osis",
|
|
439
440
|
"outposts",
|
|
440
441
|
"panorama",
|
|
442
|
+
"partnercentral-account",
|
|
443
|
+
"partnercentral-benefits",
|
|
441
444
|
"partnercentral-channel",
|
|
442
445
|
"partnercentral-selling",
|
|
443
446
|
"payment-cryptography",
|
|
@@ -480,6 +483,7 @@ ServiceName = Literal[
|
|
|
480
483
|
"route53-recovery-control-config",
|
|
481
484
|
"route53-recovery-readiness",
|
|
482
485
|
"route53domains",
|
|
486
|
+
"route53globalresolver",
|
|
483
487
|
"route53profiles",
|
|
484
488
|
"route53resolver",
|
|
485
489
|
"rtbfabric",
|
mypy_boto3_transfer/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-transfer
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Transfer 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 Transfer 1.42.3 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Transfer 1.
|
|
45
|
+
Type annotations for [boto3 Transfer 1.42.3](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `Transfer` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
mypy_boto3_transfer/__init__.py,sha256=t2pOUXo7W8TNe-jgA0-irsvTpRgDBu1c_-PGuwquyUI,3390
|
|
2
2
|
mypy_boto3_transfer/__init__.pyi,sha256=PQ_syhNHExDoYP9CvtCj7hbOZ04QncluE2HEqG8G3Jo,3389
|
|
3
|
-
mypy_boto3_transfer/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_transfer/__main__.py,sha256=UGjb1qKCq7e_KQR9rMJSA_MG4RNnElEsUKqpV_msO2E,985
|
|
4
4
|
mypy_boto3_transfer/client.py,sha256=wPNz8acxgqI7BJM12aBDyEKNl0aQPyfsS8OiZM7fWo8,53772
|
|
5
5
|
mypy_boto3_transfer/client.pyi,sha256=LWI2hmaZ_MLaOWdOIAFOe-JNv2v_Fo3ez8wJOeTwjYw,53769
|
|
6
|
-
mypy_boto3_transfer/literals.py,sha256=
|
|
7
|
-
mypy_boto3_transfer/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_transfer/literals.py,sha256=XC37K2t76-22tcG5k6YIp-3LFrwjEC4ioa9SUzLXszs,15256
|
|
7
|
+
mypy_boto3_transfer/literals.pyi,sha256=vaCZ7PXk-J4-qRNEOnr0MdBpeQNgFzPutohxNsO8B84,15254
|
|
8
8
|
mypy_boto3_transfer/paginator.py,sha256=72CQVOP0TvWzPhB6wpEmSGeX8lM2gZMLsK10rxeMWBQ,18231
|
|
9
9
|
mypy_boto3_transfer/paginator.pyi,sha256=QqtzDdKz1xAfIYlPK0X_es6dnnfSbXw1fjqbdF3FFWQ,18191
|
|
10
10
|
mypy_boto3_transfer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mypy_boto3_transfer/type_defs.py,sha256=624OG65i_7EszBrBdunLeK1f7tPGus8BzyzhounIWwQ,52762
|
|
12
12
|
mypy_boto3_transfer/type_defs.pyi,sha256=mCQQ9DnQCs0CEbssuVBOv1wgmlhimvGq1Izjp7Jj6lI,52528
|
|
13
|
-
mypy_boto3_transfer/version.py,sha256=
|
|
13
|
+
mypy_boto3_transfer/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
14
|
mypy_boto3_transfer/waiter.py,sha256=2UKX-wTF6d41Ls7HSGO0mT1Kz30h40PCw7E09QCudSE,2645
|
|
15
15
|
mypy_boto3_transfer/waiter.pyi,sha256=B0g5zDjuMCEs0j-u_bw81lj6mCKn4MKqHA11MBppMUA,2640
|
|
16
|
-
mypy_boto3_transfer-1.
|
|
17
|
-
mypy_boto3_transfer-1.
|
|
18
|
-
mypy_boto3_transfer-1.
|
|
19
|
-
mypy_boto3_transfer-1.
|
|
20
|
-
mypy_boto3_transfer-1.
|
|
16
|
+
mypy_boto3_transfer-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_transfer-1.42.3.dist-info/METADATA,sha256=HulxlHzSaxMm8ujCbAtHhaYC_CfhmRClSHtN1Avq3w4,16840
|
|
18
|
+
mypy_boto3_transfer-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
mypy_boto3_transfer-1.42.3.dist-info/top_level.txt,sha256=mncof3SzY8eCafPLvBkKLLXMmqfJaw-PB_gBYRhC-Kk,20
|
|
20
|
+
mypy_boto3_transfer-1.42.3.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_transfer-1.41.2.dist-info → mypy_boto3_transfer-1.42.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|