botocore-stubs 1.35.6__tar.gz → 1.35.7__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 botocore-stubs might be problematic. Click here for more details.

Files changed (79) hide show
  1. botocore_stubs-1.35.7/MANIFEST.in +4 -0
  2. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/PKG-INFO +37 -17
  3. botocore_stubs-1.35.7/botocore_stubs.egg-info/PKG-INFO +96 -0
  4. botocore_stubs-1.35.7/botocore_stubs.egg-info/SOURCES.txt +77 -0
  5. botocore_stubs-1.35.7/botocore_stubs.egg-info/dependency_links.txt +1 -0
  6. botocore_stubs-1.35.7/botocore_stubs.egg-info/requires.txt +7 -0
  7. botocore_stubs-1.35.7/botocore_stubs.egg-info/top_level.txt +1 -0
  8. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/pyproject.toml +44 -49
  9. botocore_stubs-1.35.7/setup.cfg +4 -0
  10. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/LICENSE +0 -0
  11. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/README.md +0 -0
  12. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/__init__.pyi +0 -0
  13. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/args.pyi +0 -0
  14. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/auth.pyi +0 -0
  15. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/awsrequest.pyi +0 -0
  16. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/client.pyi +0 -0
  17. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/compat.pyi +0 -0
  18. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/compress.pyi +0 -0
  19. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/config.pyi +0 -0
  20. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/configloader.pyi +0 -0
  21. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/configprovider.pyi +0 -0
  22. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/credentials.pyi +0 -0
  23. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/crt/__init__.pyi +0 -0
  24. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/crt/auth.pyi +0 -0
  25. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/discovery.pyi +0 -0
  26. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/__init__.pyi +0 -0
  27. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/bcdoc/__init__.pyi +0 -0
  28. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/bcdoc/docstringparser.pyi +0 -0
  29. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/bcdoc/restdoc.pyi +0 -0
  30. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/bcdoc/style.pyi +0 -0
  31. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/client.pyi +0 -0
  32. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/docstring.pyi +0 -0
  33. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/example.pyi +0 -0
  34. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/method.pyi +0 -0
  35. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/paginator.pyi +0 -0
  36. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/params.pyi +0 -0
  37. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/service.pyi +0 -0
  38. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/shape.pyi +0 -0
  39. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/sharedexample.pyi +0 -0
  40. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/translator.pyi +0 -0
  41. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/utils.pyi +0 -0
  42. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/docs/waiter.pyi +0 -0
  43. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/endpoint.pyi +0 -0
  44. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/endpoint_provider.pyi +0 -0
  45. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/errorfactory.pyi +0 -0
  46. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/eventstream.pyi +0 -0
  47. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/exceptions.pyi +0 -0
  48. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/handlers.pyi +0 -0
  49. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/history.pyi +0 -0
  50. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/hooks.pyi +0 -0
  51. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/httpchecksum.pyi +0 -0
  52. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/httpsession.pyi +0 -0
  53. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/loaders.pyi +0 -0
  54. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/model.pyi +0 -0
  55. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/monitoring.pyi +0 -0
  56. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/paginate.pyi +0 -0
  57. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/parsers.pyi +0 -0
  58. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/py.typed +0 -0
  59. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/regions.pyi +0 -0
  60. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/response.pyi +0 -0
  61. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/__init__.pyi +0 -0
  62. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/adaptive.pyi +0 -0
  63. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/base.pyi +0 -0
  64. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/bucket.pyi +0 -0
  65. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/quota.pyi +0 -0
  66. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/special.pyi +0 -0
  67. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/standard.pyi +0 -0
  68. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retries/throttling.pyi +0 -0
  69. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/retryhandler.pyi +0 -0
  70. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/serialize.pyi +0 -0
  71. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/session.pyi +0 -0
  72. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/signers.pyi +0 -0
  73. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/stub.pyi +0 -0
  74. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/tokens.pyi +0 -0
  75. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/translate.pyi +0 -0
  76. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/useragent.pyi +0 -0
  77. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/utils.pyi +0 -0
  78. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/validate.pyi +0 -0
  79. {botocore_stubs-1.35.6 → botocore_stubs-1.35.7}/botocore-stubs/waiter.pyi +0 -0
@@ -0,0 +1,4 @@
1
+ include botocore-stubs/py.typed
2
+ include botocore-stubs/*.pyi
3
+ include botocore-stubs/*/*.pyi
4
+ include botocore-stubs/*/*/*.pyi
@@ -1,13 +1,36 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: botocore-stubs
3
- Version: 1.35.6
3
+ Version: 1.35.7
4
4
  Summary: Type annotations and code completion for botocore
5
- Home-page: https://youtype.github.io/mypy_boto3_builder/
6
- License: MIT
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2022 Vlad Emelianov
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ Project-URL: Homepage, https://github.com/youtype/botocore-stubs
29
+ Project-URL: Documentation, https://youtype.github.io/mypy_boto3_builder/
30
+ Project-URL: Repository, https://github.com/youtype/botocore-stubs
31
+ Project-URL: Changelog, https://github.com/youtype/botocore-stubs/releases
32
+ Project-URL: Issues, https://github.com/youtype/botocore-stubs/issues
7
33
  Keywords: botocore,type-annotations,pyright,mypy,boto3
8
- Author: Vlad Emelianov
9
- Author-email: vlad.emelianov.nz@gmail.com
10
- Requires-Python: >=3.8,<4.0
11
34
  Classifier: Development Status :: 5 - Production/Stable
12
35
  Classifier: Environment :: Console
13
36
  Classifier: License :: OSI Approved :: MIT License
@@ -19,20 +42,18 @@ Classifier: Programming Language :: Python :: 3.9
19
42
  Classifier: Programming Language :: Python :: 3.10
20
43
  Classifier: Programming Language :: Python :: 3.11
21
44
  Classifier: Programming Language :: Python :: 3.12
22
- Classifier: Programming Language :: Python :: 3 :: Only
23
45
  Classifier: Programming Language :: Python :: 3.13
46
+ Classifier: Programming Language :: Python :: 3 :: Only
24
47
  Classifier: Programming Language :: Python :: Implementation :: CPython
25
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
48
  Classifier: Typing :: Stubs Only
27
- Provides-Extra: botocore
28
- Requires-Dist: botocore ; extra == "botocore"
29
- Requires-Dist: types-awscrt
30
- Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
31
- Project-URL: Bug Tracker, https://github.com/youtype/botocore-stubs/issues
32
- Project-URL: Documentation, https://youtype.github.io/mypy_boto3_builder/
33
- Project-URL: Repository, https://github.com/youtype/botocore-stubs
34
- Project-URL: Source, https://github.com/youtype/botocore-stubs
49
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
50
+ Requires-Python: >=3.8
35
51
  Description-Content-Type: text/markdown
52
+ License-File: LICENSE
53
+ Requires-Dist: types-awscrt
54
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.9"
55
+ Provides-Extra: botocore
56
+ Requires-Dist: botocore; extra == "botocore"
36
57
 
37
58
  # botocore-stubs
38
59
 
@@ -73,4 +94,3 @@ Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/micro
73
94
 
74
95
  Please reports any bugs or request new features in
75
96
  [botocore-stubs](https://github.com/youtype/botocore-stubs/issues/) repository.
76
-
@@ -0,0 +1,96 @@
1
+ Metadata-Version: 2.1
2
+ Name: botocore-stubs
3
+ Version: 1.35.7
4
+ Summary: Type annotations and code completion for botocore
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2022 Vlad Emelianov
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ Project-URL: Homepage, https://github.com/youtype/botocore-stubs
29
+ Project-URL: Documentation, https://youtype.github.io/mypy_boto3_builder/
30
+ Project-URL: Repository, https://github.com/youtype/botocore-stubs
31
+ Project-URL: Changelog, https://github.com/youtype/botocore-stubs/releases
32
+ Project-URL: Issues, https://github.com/youtype/botocore-stubs/issues
33
+ Keywords: botocore,type-annotations,pyright,mypy,boto3
34
+ Classifier: Development Status :: 5 - Production/Stable
35
+ Classifier: Environment :: Console
36
+ Classifier: License :: OSI Approved :: MIT License
37
+ Classifier: Natural Language :: English
38
+ Classifier: Operating System :: OS Independent
39
+ Classifier: Programming Language :: Python :: 3
40
+ Classifier: Programming Language :: Python :: 3.8
41
+ Classifier: Programming Language :: Python :: 3.9
42
+ Classifier: Programming Language :: Python :: 3.10
43
+ Classifier: Programming Language :: Python :: 3.11
44
+ Classifier: Programming Language :: Python :: 3.12
45
+ Classifier: Programming Language :: Python :: 3.13
46
+ Classifier: Programming Language :: Python :: 3 :: Only
47
+ Classifier: Programming Language :: Python :: Implementation :: CPython
48
+ Classifier: Typing :: Stubs Only
49
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
50
+ Requires-Python: >=3.8
51
+ Description-Content-Type: text/markdown
52
+ License-File: LICENSE
53
+ Requires-Dist: types-awscrt
54
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.9"
55
+ Provides-Extra: botocore
56
+ Requires-Dist: botocore; extra == "botocore"
57
+
58
+ # botocore-stubs
59
+
60
+ [![PyPI - botocore-stubs](https://img.shields.io/pypi/v/botocore-stubs.svg?color=blue&label=botocore-stubs)](https://pypi.org/project/botocore-stubs)
61
+ [![PyPI - botocore](https://img.shields.io/pypi/v/botocore.svg?color=blue&label=botocore)](https://pypi.org/project/botocore)
62
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/botocore-stubs.svg?color=blue)](https://pypi.org/project/botocore-stubs)
63
+ [![PyPI - Downloads](https://static.pepy.tech/badge/botocore-stubs)](https://pepy.tech/project/botocore-stubs)
64
+
65
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
66
+
67
+ Type annotations and code completion for [botocore](https://pypi.org/project/botocore/) package.
68
+ This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project.
69
+
70
+ [![Publish botocore-stubs](https://github.com/youtype/botocore-stubs/actions/workflows/publish_on_update.yml/badge.svg)](https://github.com/youtype/botocore-stubs/actions/workflows/publish_on_update.yml)
71
+
72
+ - [botocore-stubs](#botocore-stubs)
73
+ - [Installation](#installation)
74
+ - [Usage](#usage)
75
+ - [Versioning](#versioning)
76
+ - [Support and contributing](#support-and-contributing)
77
+
78
+ ## Installation
79
+
80
+ ```bash
81
+ python -m pip install botocore-stubs
82
+ ```
83
+
84
+ ## Usage
85
+
86
+ Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/microsoft/pyright) for type checking.
87
+
88
+ ## Versioning
89
+
90
+ `botocore-stubs` version is the same as related `botocore` version and follows
91
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
92
+
93
+ ## Support and contributing
94
+
95
+ Please reports any bugs or request new features in
96
+ [botocore-stubs](https://github.com/youtype/botocore-stubs/issues/) repository.
@@ -0,0 +1,77 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.md
4
+ pyproject.toml
5
+ botocore-stubs/__init__.pyi
6
+ botocore-stubs/args.pyi
7
+ botocore-stubs/auth.pyi
8
+ botocore-stubs/awsrequest.pyi
9
+ botocore-stubs/client.pyi
10
+ botocore-stubs/compat.pyi
11
+ botocore-stubs/compress.pyi
12
+ botocore-stubs/config.pyi
13
+ botocore-stubs/configloader.pyi
14
+ botocore-stubs/configprovider.pyi
15
+ botocore-stubs/credentials.pyi
16
+ botocore-stubs/discovery.pyi
17
+ botocore-stubs/endpoint.pyi
18
+ botocore-stubs/endpoint_provider.pyi
19
+ botocore-stubs/errorfactory.pyi
20
+ botocore-stubs/eventstream.pyi
21
+ botocore-stubs/exceptions.pyi
22
+ botocore-stubs/handlers.pyi
23
+ botocore-stubs/history.pyi
24
+ botocore-stubs/hooks.pyi
25
+ botocore-stubs/httpchecksum.pyi
26
+ botocore-stubs/httpsession.pyi
27
+ botocore-stubs/loaders.pyi
28
+ botocore-stubs/model.pyi
29
+ botocore-stubs/monitoring.pyi
30
+ botocore-stubs/paginate.pyi
31
+ botocore-stubs/parsers.pyi
32
+ botocore-stubs/py.typed
33
+ botocore-stubs/regions.pyi
34
+ botocore-stubs/response.pyi
35
+ botocore-stubs/retryhandler.pyi
36
+ botocore-stubs/serialize.pyi
37
+ botocore-stubs/session.pyi
38
+ botocore-stubs/signers.pyi
39
+ botocore-stubs/stub.pyi
40
+ botocore-stubs/tokens.pyi
41
+ botocore-stubs/translate.pyi
42
+ botocore-stubs/useragent.pyi
43
+ botocore-stubs/utils.pyi
44
+ botocore-stubs/validate.pyi
45
+ botocore-stubs/waiter.pyi
46
+ botocore-stubs/crt/__init__.pyi
47
+ botocore-stubs/crt/auth.pyi
48
+ botocore-stubs/docs/__init__.pyi
49
+ botocore-stubs/docs/client.pyi
50
+ botocore-stubs/docs/docstring.pyi
51
+ botocore-stubs/docs/example.pyi
52
+ botocore-stubs/docs/method.pyi
53
+ botocore-stubs/docs/paginator.pyi
54
+ botocore-stubs/docs/params.pyi
55
+ botocore-stubs/docs/service.pyi
56
+ botocore-stubs/docs/shape.pyi
57
+ botocore-stubs/docs/sharedexample.pyi
58
+ botocore-stubs/docs/translator.pyi
59
+ botocore-stubs/docs/utils.pyi
60
+ botocore-stubs/docs/waiter.pyi
61
+ botocore-stubs/docs/bcdoc/__init__.pyi
62
+ botocore-stubs/docs/bcdoc/docstringparser.pyi
63
+ botocore-stubs/docs/bcdoc/restdoc.pyi
64
+ botocore-stubs/docs/bcdoc/style.pyi
65
+ botocore-stubs/retries/__init__.pyi
66
+ botocore-stubs/retries/adaptive.pyi
67
+ botocore-stubs/retries/base.pyi
68
+ botocore-stubs/retries/bucket.pyi
69
+ botocore-stubs/retries/quota.pyi
70
+ botocore-stubs/retries/special.pyi
71
+ botocore-stubs/retries/standard.pyi
72
+ botocore-stubs/retries/throttling.pyi
73
+ botocore_stubs.egg-info/PKG-INFO
74
+ botocore_stubs.egg-info/SOURCES.txt
75
+ botocore_stubs.egg-info/dependency_links.txt
76
+ botocore_stubs.egg-info/requires.txt
77
+ botocore_stubs.egg-info/top_level.txt
@@ -0,0 +1,7 @@
1
+ types-awscrt
2
+
3
+ [:python_version < "3.9"]
4
+ typing-extensions>=4.1.0
5
+
6
+ [botocore]
7
+ botocore
@@ -0,0 +1 @@
1
+ botocore-stubs
@@ -1,24 +1,11 @@
1
- [tool.black]
2
- line-length = 100
3
- include = '(botocore-stubs)/.*\.pyi?$'
4
- target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
5
- preview = true
6
-
7
- [tool.isort]
8
- profile = "black"
9
- line_length = 100
10
- src_paths = []
11
-
12
- [tool.poetry]
1
+ [project]
13
2
  name = "botocore-stubs"
14
- version = "1.35.6"
3
+ version = "1.35.7"
4
+ requires-python = ">=3.8"
15
5
  description = "Type annotations and code completion for botocore"
16
- authors = ["Vlad Emelianov <vlad.emelianov.nz@gmail.com>"]
17
- license = "MIT"
6
+ authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
7
+ license = { file = "LICENSE" }
18
8
  readme = "README.md"
19
- homepage = "https://youtype.github.io/mypy_boto3_builder/"
20
- repository = "https://github.com/youtype/botocore-stubs"
21
- documentation = "https://youtype.github.io/mypy_boto3_builder/"
22
9
  keywords = ["botocore", "type-annotations", "pyright", "mypy", "boto3"]
23
10
  classifiers = [
24
11
  "Development Status :: 5 - Production/Stable",
@@ -38,42 +25,50 @@ classifiers = [
38
25
  "Typing :: Stubs Only",
39
26
  "Topic :: Software Development :: Libraries :: Python Modules",
40
27
  ]
41
- packages = [{ include = "botocore-stubs" }]
42
- include = [
43
- "botocore-stubs/py.typed",
44
- "botocore-stubs/*.pyi",
45
- "botocore-stubs/*/*.pyi",
28
+ dependencies = [
29
+ "types-awscrt",
30
+ "typing-extensions>=4.1.0; python_version<'3.9'",
46
31
  ]
47
32
 
48
- [tool.poetry.urls]
49
- "Documentation" = "https://youtype.github.io/mypy_boto3_builder/"
50
- "Source" = "https://github.com/youtype/botocore-stubs"
51
- "Bug Tracker" = "https://github.com/youtype/botocore-stubs/issues"
52
-
53
- [tool.poetry.dependencies]
54
- python = "^3.8"
55
- types-awscrt = "*"
56
- typing-extensions = { version = ">=4.1.0", python = "<3.9" }
57
- botocore = { version = "*", optional = true }
58
-
59
- [tool.poetry.extras]
33
+ [project.optional-dependencies]
60
34
  botocore = ["botocore"]
61
35
 
62
- [tool.poetry.group.dev.dependencies]
63
- awscrt = "*"
64
- botocore = "*"
65
- mypy = { version = "*", python = ">=3.10" }
66
- ruff = "*"
67
- pyright = "*"
68
- istub = { version = "*", python = ">=3.10" }
69
- types-requests = "*"
70
- types-python-dateutil = "*"
71
- types-dataclasses = "*"
72
- docutils = "*"
36
+ [tool.uv]
37
+ config-settings = { editable-mode = "strict" }
38
+ dev-dependencies = [
39
+ "setuptools",
40
+ "pre-commit",
41
+ "awscrt",
42
+ "botocore",
43
+ "mypy",
44
+ "ruff",
45
+ "pyright",
46
+ "istub",
47
+ "types-requests",
48
+ "types-python-dateutil",
49
+ "types-dataclasses",
50
+ "docutils",
51
+ ]
52
+
53
+ [project.urls]
54
+ Homepage = "https://github.com/youtype/botocore-stubs"
55
+ Documentation = "https://youtype.github.io/mypy_boto3_builder/"
56
+ Repository = "https://github.com/youtype/botocore-stubs"
57
+ Changelog = "https://github.com/youtype/botocore-stubs/releases"
58
+ Issues = "https://github.com/youtype/botocore-stubs/issues"
73
59
 
74
60
  [build-system]
75
- requires = ["poetry-core>=1.0.0"]
76
- build-backend = "poetry.core.masonry.api"
61
+ requires = ['setuptools']
62
+ build-backend = 'setuptools.build_meta'
63
+
64
+ [tool.setuptools]
65
+ packages = [
66
+ "botocore-stubs",
67
+ "botocore-stubs.crt",
68
+ "botocore-stubs.docs",
69
+ "botocore-stubs.docs.bcdoc",
70
+ "botocore-stubs.retries",
71
+ ]
77
72
 
78
73
  [tool.pyright]
79
74
  include = ["botocore-stubs"]
@@ -114,7 +109,7 @@ indent-width = 4
114
109
  target-version = "py38"
115
110
 
116
111
  [tool.ruff.lint]
117
- select = ["E4", "E7", "E9", "F", "B", "I", "N", "D", "C4", "C90", "RUF"]
112
+ select = ["E4", "E7", "E9", "F", "B", "I", "N", "D", "C4", "C90", "RUF", "PYI"]
118
113
  ignore = [
119
114
  "E203",
120
115
  "D107",
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes