mypy-boto3-s3tables 1.39.5__py3-none-any.whl → 1.40.0__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.
Potentially problematic release.
This version of mypy-boto3-s3tables might be problematic. Click here for more details.
- mypy_boto3_s3tables/__main__.py +3 -3
- mypy_boto3_s3tables/literals.py +2 -0
- mypy_boto3_s3tables/literals.pyi +2 -0
- mypy_boto3_s3tables/version.py +1 -1
- {mypy_boto3_s3tables-1.39.5.dist-info → mypy_boto3_s3tables-1.40.0.dist-info}/METADATA +4 -4
- {mypy_boto3_s3tables-1.39.5.dist-info → mypy_boto3_s3tables-1.40.0.dist-info}/RECORD +9 -9
- {mypy_boto3_s3tables-1.39.5.dist-info → mypy_boto3_s3tables-1.40.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_s3tables-1.39.5.dist-info → mypy_boto3_s3tables-1.40.0.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_s3tables-1.39.5.dist-info → mypy_boto3_s3tables-1.40.0.dist-info}/top_level.txt +0 -0
mypy_boto3_s3tables/__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 S3Tables 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 S3Tables 1.40.0\n"
|
|
16
|
+
"Version: 1.40.0\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.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_s3tables/literals.py
CHANGED
mypy_boto3_s3tables/literals.pyi
CHANGED
mypy_boto3_s3tables/version.py
CHANGED
|
@@ -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.0
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.40.0 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.0](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.0' 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.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
mypy_boto3_s3tables/__init__.py,sha256=0FRXcAgUgA-cyY4r4zQiknXuuwRImIPZvpOUqFY1fK4,1077
|
|
2
2
|
mypy_boto3_s3tables/__init__.pyi,sha256=H45cLvIEKHeLx7gYL2N0hJ0IK_SiJ-jQMp4wCBtY-Cc,1076
|
|
3
|
-
mypy_boto3_s3tables/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_s3tables/__main__.py,sha256=wAQlz1Iu7JCqPV6FOTpMWgCphgf1AVathDCBPvK0lro,985
|
|
4
4
|
mypy_boto3_s3tables/client.py,sha256=YdI7GoTVwr1ABEa-4HejVDqq44DQgYHDQSXRnwa-BvI,22032
|
|
5
5
|
mypy_boto3_s3tables/client.pyi,sha256=ahuNL10FG1YDpPsFCMuroqLmHp3SeYSEc8jsznrWIX8,22029
|
|
6
|
-
mypy_boto3_s3tables/literals.py,sha256=
|
|
7
|
-
mypy_boto3_s3tables/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_s3tables/literals.py,sha256=phii0R0Q9NHBNsVZq1JOHWdBMArOopuGfQqqY6KVBIM,10281
|
|
7
|
+
mypy_boto3_s3tables/literals.pyi,sha256=ao27R9VVTIIM1ZOCsJTKvaGHQCKhMFeJid8iBT-v9A4,10279
|
|
8
8
|
mypy_boto3_s3tables/paginator.py,sha256=kxwI_U_08ugU5FZ5XuBBI1SVAO_eO6eJXR0ZDWPHxQY,4696
|
|
9
9
|
mypy_boto3_s3tables/paginator.pyi,sha256=g20DszBYx4Yvpt9LSme2o9ZWIuYqr9eBioI8nWPwKHo,4686
|
|
10
10
|
mypy_boto3_s3tables/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mypy_boto3_s3tables/type_defs.py,sha256=PuFQBCvbHUSlmgwnHTkCOMs8bGL2ZyY7dZRd6ZM0Xxg,15652
|
|
12
12
|
mypy_boto3_s3tables/type_defs.pyi,sha256=JAwxTrdDqaWD_BZ4Ii8WN6a5aBok7niWdQmmx5KcLds,15583
|
|
13
|
-
mypy_boto3_s3tables/version.py,sha256=
|
|
14
|
-
mypy_boto3_s3tables-1.
|
|
15
|
-
mypy_boto3_s3tables-1.
|
|
16
|
-
mypy_boto3_s3tables-1.
|
|
17
|
-
mypy_boto3_s3tables-1.
|
|
18
|
-
mypy_boto3_s3tables-1.
|
|
13
|
+
mypy_boto3_s3tables/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
|
|
14
|
+
mypy_boto3_s3tables-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_s3tables-1.40.0.dist-info/METADATA,sha256=iVUhNseudVQSSpd18MgqKTZEOlKGY5KDEzmRsw9eoo8,15229
|
|
16
|
+
mypy_boto3_s3tables-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_s3tables-1.40.0.dist-info/top_level.txt,sha256=oAuE1209XLnkqMpCnFhvFNXfMFMSV_JABp2g57RZEdE,20
|
|
18
|
+
mypy_boto3_s3tables-1.40.0.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_s3tables-1.39.5.dist-info → mypy_boto3_s3tables-1.40.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|