types-boto3 1.0.1__py3-none-any.whl → 1.35.99__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.
Files changed (48) hide show
  1. boto3-stubs/__init__.pyi +7481 -0
  2. boto3-stubs/compat.pyi +13 -0
  3. boto3-stubs/crt.pyi +28 -0
  4. boto3-stubs/docs/__init__.pyi +9 -0
  5. boto3-stubs/docs/action.pyi +37 -0
  6. boto3-stubs/docs/attr.pyi +33 -0
  7. boto3-stubs/docs/base.pyi +19 -0
  8. boto3-stubs/docs/client.pyi +9 -0
  9. boto3-stubs/docs/collection.pyi +37 -0
  10. boto3-stubs/docs/docstring.pyi +18 -0
  11. boto3-stubs/docs/method.pyi +27 -0
  12. boto3-stubs/docs/resource.pyi +20 -0
  13. boto3-stubs/docs/service.pyi +17 -0
  14. boto3-stubs/docs/subresource.pyi +22 -0
  15. boto3-stubs/docs/utils.pyi +30 -0
  16. boto3-stubs/docs/waiter.pyi +33 -0
  17. boto3-stubs/dynamodb/conditions.pyi +136 -0
  18. boto3-stubs/dynamodb/table.pyi +39 -0
  19. boto3-stubs/dynamodb/transform.pyi +55 -0
  20. boto3-stubs/dynamodb/types.pyi +48 -0
  21. boto3-stubs/ec2/createtags.pyi +12 -0
  22. boto3-stubs/ec2/deletetags.pyi +12 -0
  23. boto3-stubs/exceptions.pyi +46 -0
  24. boto3-stubs/resources/__init__.pyi +0 -0
  25. boto3-stubs/resources/action.pyi +53 -0
  26. boto3-stubs/resources/base.pyi +40 -0
  27. boto3-stubs/resources/collection.pyi +54 -0
  28. boto3-stubs/resources/factory.pyi +23 -0
  29. boto3-stubs/resources/model.pyi +123 -0
  30. boto3-stubs/resources/params.pyi +23 -0
  31. boto3-stubs/resources/response.pyi +50 -0
  32. boto3-stubs/s3/__init__.pyi +0 -0
  33. boto3-stubs/s3/constants.pyi +8 -0
  34. boto3-stubs/s3/inject.pyi +145 -0
  35. boto3-stubs/s3/transfer.pyi +90 -0
  36. boto3-stubs/session.pyi +7913 -0
  37. boto3-stubs/utils.pyi +28 -0
  38. {types_boto3-1.0.1.dist-info → types_boto3-1.35.99.dist-info}/LICENSE +2 -2
  39. types_boto3-1.35.99.dist-info/METADATA +2852 -0
  40. types_boto3-1.35.99.dist-info/RECORD +45 -0
  41. {types_boto3-1.0.1.dist-info → types_boto3-1.35.99.dist-info}/WHEEL +1 -1
  42. types_boto3-1.35.99.dist-info/top_level.txt +1 -0
  43. types_boto3-1.0.1.dist-info/METADATA +0 -227
  44. types_boto3-1.0.1.dist-info/RECORD +0 -8
  45. types_boto3-1.0.1.dist-info/top_level.txt +0 -1
  46. /types_boto3/__init__.py → /boto3-stubs/dynamodb/__init__.pyi +0 -0
  47. /types_boto3/py.typed → /boto3-stubs/ec2/__init__.pyi +0 -0
  48. /types_botocore/__init__.py → /boto3-stubs/py.typed +0 -0
@@ -0,0 +1,45 @@
1
+ boto3-stubs/__init__.pyi,sha256=L8bkez-7Hh8ngllqS6ZUZ1BBmOwl-Adutmxtkxr1hCQ,229381
2
+ boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
3
+ boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
4
+ boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
5
+ boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ boto3-stubs/session.pyi,sha256=lnnepvIa69Wj8ytb_j0Ua58pLGeIziFmLcnLb34OWK8,262660
7
+ boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
8
+ boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
9
+ boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
10
+ boto3-stubs/docs/attr.pyi,sha256=6zGNEVUHUz0UjEDSYnDn-vBnydZKU9ENarzf6rss-3c,922
11
+ boto3-stubs/docs/base.pyi,sha256=n6aR2CAPB8klG0Lh8MAaVWNERIRloCtZ7ICzu7r3jOo,465
12
+ boto3-stubs/docs/client.pyi,sha256=mtlw2uqS__9HXLwjURqgd0w15QsabS2HuGHgSD40WRk,189
13
+ boto3-stubs/docs/collection.pyi,sha256=30Vp9-fBYjtVx2Gp0VfONnE_l0ZhQjWj1guv9d52aWA,1112
14
+ boto3-stubs/docs/docstring.pyi,sha256=qa35PZg3tUgypnDNOtND9po_WyesZMKbQpsRc4VsnVQ,673
15
+ boto3-stubs/docs/method.pyi,sha256=qi2f8wtk94y2PiRu_B1-9l1EebnQ9pt8bCKYgKH4JIE,772
16
+ boto3-stubs/docs/resource.pyi,sha256=lPQea0skxqynF8kKfugp1R3AUQabIUVxGVciDFkHKQo,562
17
+ boto3-stubs/docs/service.pyi,sha256=32cydjUn5qekLWAavmwjNhFEPxCNBrMvLmCvMSh0gzE,632
18
+ boto3-stubs/docs/subresource.pyi,sha256=IE-kBqbGgsCgnLOzMK5VKDWUFdgVhImZS6db09ODiDo,606
19
+ boto3-stubs/docs/utils.pyi,sha256=sAVH31W2eqOgZBE9gzjNallHoGskJ5Oegxs4bM78EcE,1101
20
+ boto3-stubs/docs/waiter.pyi,sha256=wCaNTXg-XRiPj43Rg3F7anitaJ2pmuhCHvY1JJeu_5k,881
21
+ boto3-stubs/dynamodb/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ boto3-stubs/dynamodb/conditions.pyi,sha256=hboN648JfDwDuqDxKYHwUZR5RJ-dUKH1Mv1JiSn-Lus,5226
23
+ boto3-stubs/dynamodb/table.pyi,sha256=ivXevhwMr2utFtlAxrkAHjyyFOgd7vrWNTaLjlUIeSU,1048
24
+ boto3-stubs/dynamodb/transform.pyi,sha256=1DUgxE2tvfoY7leVURr62sQuSFGeiyl0YHrIGJQe0Us,1765
25
+ boto3-stubs/dynamodb/types.pyi,sha256=JZmpjFHgET_3-xWUm20MA6VFk98rVE6VWTYoDSo_NeE,1114
26
+ boto3-stubs/ec2/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ boto3-stubs/ec2/createtags.pyi,sha256=5hsqujO1KzORtxlD0BzZpklljeXJTVJYiBDRZoqaRio,313
28
+ boto3-stubs/ec2/deletetags.pyi,sha256=uHIcutgqg2nrI-kDFe3grbNZ5YiE6R9kZcJXJOWjboI,294
29
+ boto3-stubs/resources/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
+ boto3-stubs/resources/action.pyi,sha256=dn9UULDmjczEEkn6kHrYU5qbmYKsh1omzYvVbwcQin0,1598
31
+ boto3-stubs/resources/base.pyi,sha256=vsiZZqJMYZKXhcu6IM8j7-jk_-DObRwgpj4kCM3Kiuc,1090
32
+ boto3-stubs/resources/collection.pyi,sha256=QRQX4uU-LYJSHZ1FoJn-h78uQ-ZXZedkWsA5bo1qLIQ,1940
33
+ boto3-stubs/resources/factory.pyi,sha256=JvEoo0cI0l_4y7w0jtox8SaUuFL_8Y8KresR5N6VLHc,577
34
+ boto3-stubs/resources/model.pyi,sha256=kpoEGVW9HwWLC1_pQ4pP3yIdZjRFnapWWKEDDqnWaG8,3348
35
+ boto3-stubs/resources/params.pyi,sha256=gmPIqfvLPlZB9lnwIL8ZJI8eEwCcpK0bqlt0mWviThI,629
36
+ boto3-stubs/resources/response.pyi,sha256=pXdB7YMWdZ7_ZLIAhb7iPhJkLsakC8xTObBC9l2smYA,1636
37
+ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
+ boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
39
+ boto3-stubs/s3/inject.pyi,sha256=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
40
+ boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
+ types_boto3-1.35.99.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.35.99.dist-info/METADATA,sha256=7Ob_jrAgAMcQtipxfTidjOIuaMUgSAjDTORfudfdkYE,149501
43
+ types_boto3-1.35.99.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
44
+ types_boto3-1.35.99.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.35.99.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.36.2)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1 @@
1
+ boto3-stubs
@@ -1,227 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: types-boto3
3
- Version: 1.0.1
4
- Summary: Proxy package for boto3-stubs
5
- Home-page: https://github.com/vemel/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT
9
- Project-URL: Documentation, https://mypy-boto3-builder.readthedocs.io/en/latest/
10
- Project-URL: Source, https://github.com/vemel/mypy_boto3_builder
11
- Project-URL: Tracker, https://github.com/vemel/mypy_boto3_builder/issues
12
- Keywords: boto3 type-annotations pyright mypy boto3-stubs
13
- Platform: any
14
- Classifier: Development Status :: 5 - Production/Stable
15
- Classifier: Environment :: Console
16
- Classifier: License :: OSI Approved :: MIT License
17
- Classifier: Natural Language :: English
18
- Classifier: Operating System :: OS Independent
19
- Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
- Classifier: Programming Language :: Python :: 3.9
22
- Classifier: Programming Language :: Python :: 3 :: Only
23
- Classifier: Programming Language :: Python :: Implementation :: CPython
24
- Classifier: Typing :: Typed
25
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
- Description-Content-Type: text/markdown
27
- Requires-Dist: boto3-stubs
28
-
29
- # types-boto3
30
-
31
- [![PyPI - botocore-stubs](https://img.shields.io/pypi/v/botocore-stubs.svg?color=blue)](https://pypi.org/project/botocore-stubs)
32
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/botocore-stubs.svg?color=blue)](https://pypi.org/project/botocore-stubs)
33
- [![Docs](https://img.shields.io/readthedocs/mypy-boto3-builder.svg?color=blue)](https://mypy-boto3-builder.readthedocs.io/)
34
- [![PyPI - Downloads](https://img.shields.io/pypi/dw/botocore-stubs?color=blue)](https://pypistats.org/packages/botocore-stubs)
35
-
36
- ![boto3.typed](https://github.com/vemel/mypy_boto3_builder/raw/master/logo.png)
37
-
38
- Proxy package for [boto3-stubs](https://pypi.org/project/boto3-stubs/).
39
- Install submodules for `boto3` services type annotations.
40
-
41
- Type annotations for
42
- [botocore](https://github.com/boto/botocore)
43
- compatible with
44
- [VSCode](https://code.visualstudio.com/),
45
- [PyCharm](https://www.jetbrains.com/pycharm/),
46
- [Emacs](https://www.gnu.org/software/emacs/),
47
- [Sublime Text](https://www.sublimetext.com/),
48
- [mypy](https://github.com/python/mypy),
49
- [pyright](https://github.com/microsoft/pyright)
50
- and other tools.
51
-
52
- See how it helps to find and fix potential bugs:
53
-
54
- ![boto3-stubs demo](https://github.com/vemel/mypy_boto3_builder/raw/master/demo.gif)
55
-
56
- ## How to install
57
-
58
- ### Basic
59
-
60
- Install `botocore-stubs` to add type annotations for `botocore` package.
61
- Install `boto3-stubs` to add type annotations for `boto3` package.
62
-
63
- ```bash
64
- # install type annotations only for botocore
65
- python -m pip install botocore-stubs
66
-
67
- # install type annotations only for boto3 and botocore
68
- python -m pip install botocore-stubs boto3-stubs
69
-
70
- # install `boto3` type annotations
71
- # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
72
- # Consumes ~7 MB of space
73
- python -m pip install 'boto3-stubs[essential]'
74
-
75
- # or install annotations for services you use
76
- python -m pip install 'boto3-stubs[acm,apigateway]'
77
- ```
78
-
79
- ## How to uninstall
80
-
81
- ```bash
82
- # uninstall boto3-stubs
83
- python -m pip uninstall -y boto3-stubs botocore-stubs
84
-
85
- # uninstall submodules
86
- python -m pip freeze | grep mypy-boto3 | xargs python -m pip uninstall -y
87
- ```
88
-
89
- ## Usage
90
-
91
- ### VSCode
92
-
93
- - Install [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
94
- - Install [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
95
- - Set `Pylance` as your Python Language Server
96
- - Install `boto-stubs` with services you use in your environment: `python -m pip install 'boto3-stubs[s3,ec2]'`
97
-
98
- Both type checking and auto-complete should work for installed `boto3` services.
99
- No explicit type annotations required, write your `boto3` code as usual.
100
-
101
- ### PyCharm
102
-
103
- - Install `boto-stubs` with services you use in your environment: `python -m pip install 'boto3-stubs[s3,ec2]'`
104
- - Install `mypy_boto3_builder`: `pip install mypy_boto3_builder`
105
- - Generate stubs in `<project_root>/typings` directory for services you use
106
-
107
- ```bash
108
- python -m mypy_boto3_builder --installed --skip-services typings -d -s s3 ec2
109
- ```
110
-
111
- - Add `<project_root>/typings` folder to your [Interpreter Paths](https://www.jetbrains.com/help/pycharm/stubs.html#reuse-stubs)
112
-
113
- Since stubs are stored in your project root, you do not need to re-generate them after update.
114
-
115
- ### Emacs
116
-
117
- - Install `boto-stubs` with services you use in your environment: `python -m pip install 'boto3-stubs[s3,ec2]'`
118
- - Install
119
- [use-package](https://github.com/jwiegley/use-package),
120
- [lsp](https://github.com/emacs-lsp/lsp-mode/),
121
- [company](https://github.com/company-mode/company-mode) and
122
- [flycheck](https://github.com/flycheck/flycheck) packages
123
- - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
124
-
125
- ```elisp
126
- (use-package lsp-pyright
127
- :ensure t
128
- :hook (python-mode . (lambda ()
129
- (require 'lsp-pyright)
130
- (lsp))) ; or lsp-deferred
131
- :init (when (executable-find "python3")
132
- (setq lsp-pyright-python-executable-cmd "python3"))
133
- )
134
- ```
135
-
136
- - Make sure emacs uses the environment where you have installed `boto3-stubs`
137
-
138
- ### Sublime Text
139
-
140
- - Install `boto-stubs` with services you use in your environment: `python -m pip install 'boto3-stubs[s3,ec2]'`
141
- - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
142
- - Make sure emacs uses the environment where you have installed `boto3-stubs`
143
-
144
- ### Other IDEs
145
-
146
- Not tested, but as long as your IDE support `mypy` or `pyright`, everything should work.
147
-
148
- ### mypy
149
-
150
- - Install `mypy`: `python -m pip install mypy`
151
- - Install `boto-stubs` with services you use in your environment: `python -m pip install 'boto3-stubs[s3,ec2]'`
152
- - Run `mypy` as usual
153
-
154
- Type checking should work for installed `boto3` services.
155
- No explicit type annotations required, write your `boto3` code as usual.
156
-
157
- ### pyright
158
-
159
- - Install `pyright`: `yarn global add pyright`
160
- - Install `boto-stubs` with services you use in your environment: `python -m pip install 'boto3-stubs[s3,ec2]'`
161
- - Optionally, you can install `boto3-stubs` to `typings` folder.
162
-
163
- Type checking should work for installed `boto3` services.
164
- No explicit type annotations required, write your `boto3` code as usual.
165
-
166
- ## How it works
167
-
168
- Fully automated [mypy-boto3-builder](https://github.com/vemel/mypy_boto3_builder) carefully generates
169
- type annotations for each service, patiently waiting for `boto3` updates. It delivers
170
- a drop-in type annotations for you and makes sure that:
171
-
172
- - All available `boto3` services are covered.
173
- - Each public class and method of every `boto3` service gets valid type annotations
174
- extracted from the documentation (blame `botocore` docs if types are incorrect).
175
- - Type annotations include up-to-date documentation.
176
- - Link to documentation is provided for every method.
177
- - Code is processed by [black](https://github.com/psf/black)
178
- and [isort](https://github.com/PyCQA/isort) for readability.
179
-
180
- ## What's new
181
-
182
- ### Implemented features
183
-
184
- - Fully type annotated `boto3` library
185
- - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs` compatibility
186
- - `Client` type annotations for each service
187
- - `ServiceResource` type annotations for each service
188
- - `Resource` type annotations for each service
189
- - `Waiter` type annotations for each service
190
- - `Paginator` type annotations for each service
191
- - Generated `TypeDefs` for each service
192
- - Generated `Literals` for each service
193
- - Auto discovery of types for `boto3.client` and `boto3.session` calls
194
- - Auto discovery of types for `session.client` and `session.session` calls
195
- - Auto discovery of types for `client.get_waiter` and `client.get_paginator` calls
196
- - Auto discovery of types for `ServiceResource` and `Resource` collections
197
-
198
- ### Latest changes
199
-
200
- Builder changelog can be found in [Releases](https://github.com/vemel/mypy_boto3_builder/releases).
201
-
202
- ## Versioning
203
-
204
- `botocore-stubs` version is the same as related `botocore` version and follows
205
- [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
206
-
207
- ## Thank you
208
-
209
- - [Allie Fitter](https://github.com/alliefitter) for
210
- [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
211
- this package is based on top of his work
212
- - [black](https://github.com/psf/black) developers for an awesome formatting tool
213
- - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
214
- [isort](https://github.com/PyCQA/isort) and how flexible it is
215
- - [mypy](https://github.com/python/mypy) developers for doing all dirty work for us
216
- - [pyright](https://github.com/microsoft/pyright) team for the new era of typed Python
217
-
218
- ## Documentation
219
-
220
- All services type annotations can be found in [boto3-stubs docs](https://vemel.github.io/boto3_stubs_docs/)
221
-
222
- ## Support and contributing
223
-
224
- This package is auto-generated. Please reports any bugs or request new features in
225
- [mypy-boto3-builder](https://github.com/vemel/mypy_boto3_builder/issues/) repository.
226
-
227
-
@@ -1,8 +0,0 @@
1
- types_boto3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- types_boto3/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- types_botocore/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- types_boto3-1.0.1.dist-info/LICENSE,sha256=AdqcMqux3zs2UHnwLqZPG4nIvQYZAqOLnrmkBhB5kts,1071
5
- types_boto3-1.0.1.dist-info/METADATA,sha256=mxmjUvoGEbEEsfayko3Z9ePfly8ZOpZ2ARNWjUb8HCI,8985
6
- types_boto3-1.0.1.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
7
- types_boto3-1.0.1.dist-info/top_level.txt,sha256=7JoxD0PLcg0hDld5gymErmpFhs8rPU1aOJMjSo-W674,12
8
- types_boto3-1.0.1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- types_boto3
File without changes
File without changes