mypy-boto3-timestream-write 1.34.0__tar.gz → 1.35.93__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 mypy-boto3-timestream-write might be problematic. Click here for more details.
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/LICENSE +1 -1
- {mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write.egg-info → mypy_boto3_timestream_write-1.35.93}/PKG-INFO +82 -27
- mypy-boto3-timestream-write-1.34.0/PKG-INFO → mypy_boto3_timestream_write-1.35.93/README.md +75 -54
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/__init__.pyi → mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/__init__.py +3 -0
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/__init__.py → mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/__init__.pyi +2 -1
- mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/__main__.py +43 -0
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/client.pyi → mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/client.py +113 -118
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/client.py → mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/client.pyi +111 -122
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/literals.pyi → mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/literals.py +48 -12
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/literals.py → mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/literals.pyi +46 -14
- mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/type_defs.py +556 -0
- mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/type_defs.pyi +484 -0
- mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/version.py +7 -0
- mypy-boto3-timestream-write-1.34.0/README.md → mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write.egg-info/PKG-INFO +109 -21
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/mypy_boto3_timestream_write.egg-info/requires.txt +1 -1
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/setup.py +10 -13
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/__main__.py +0 -39
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/type_defs.py +0 -621
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/type_defs.pyi +0 -620
- mypy-boto3-timestream-write-1.34.0/mypy_boto3_timestream_write/version.py +0 -5
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/mypy_boto3_timestream_write/py.typed +0 -0
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/mypy_boto3_timestream_write.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/mypy_boto3_timestream_write.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/mypy_boto3_timestream_write.egg-info/not-zip-safe +0 -0
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/mypy_boto3_timestream_write.egg-info/top_level.txt +0 -0
- {mypy-boto3-timestream-write-1.34.0 → mypy_boto3_timestream_write-1.35.93}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-timestream-write
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3
|
|
3
|
+
Version: 1.35.93
|
|
4
|
+
Summary: Type annotations for boto3 TimestreamWrite 1.35.93 service generated with mypy-boto3-builder 8.8.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
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 timestream-write type-annotations
|
|
12
|
+
Keywords: boto3 timestream-write boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -17,53 +17,55 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
29
|
+
Classifier: Typing :: Stubs Only
|
|
30
|
+
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
33
34
|
|
|
34
35
|
<a id="mypy-boto3-timestream-write"></a>
|
|
35
36
|
|
|
36
37
|
# mypy-boto3-timestream-write
|
|
37
38
|
|
|
38
|
-
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
40
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
41
|
-
[](https://
|
|
39
|
+
[](https://pypi.org/project/mypy-boto3-timestream-write/)
|
|
40
|
+
[](https://pypi.org/project/mypy-boto3-timestream-write/)
|
|
41
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
42
|
+
[](https://pypistats.org/packages/mypy-boto3-timestream-write)
|
|
42
43
|
|
|
43
44
|

|
|
44
45
|
|
|
45
46
|
Type annotations for
|
|
46
|
-
[boto3
|
|
47
|
-
|
|
47
|
+
[boto3 TimestreamWrite 1.35.93](https://pypi.org/project/boto3/) compatible
|
|
48
|
+
with [VSCode](https://code.visualstudio.com/),
|
|
48
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
50
51
|
[Sublime Text](https://www.sublimetext.com/),
|
|
51
52
|
[mypy](https://github.com/python/mypy),
|
|
52
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
54
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder
|
|
55
|
+
Generated with
|
|
56
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
57
|
|
|
57
58
|
More information can be found on
|
|
58
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
59
60
|
[mypy-boto3-timestream-write docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/).
|
|
60
61
|
|
|
61
|
-
See how it helps
|
|
62
|
+
See how it helps you find and fix potential bugs:
|
|
62
63
|
|
|
63
|
-

|
|
64
65
|
|
|
65
66
|
- [mypy-boto3-timestream-write](#mypy-boto3-timestream-write)
|
|
66
67
|
- [How to install](#how-to-install)
|
|
68
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
69
|
- [VSCode extension](#vscode-extension)
|
|
68
70
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
71
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +77,7 @@ See how it helps to find and fix potential bugs:
|
|
|
75
77
|
- [Other IDEs](#other-ides)
|
|
76
78
|
- [mypy](#mypy)
|
|
77
79
|
- [pyright](#pyright)
|
|
80
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
81
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
82
|
- [Client annotations](#client-annotations)
|
|
80
83
|
- [Literals](#literals)
|
|
@@ -92,6 +95,21 @@ See how it helps to find and fix potential bugs:
|
|
|
92
95
|
|
|
93
96
|
## How to install
|
|
94
97
|
|
|
98
|
+
<a id="generate-locally-(recommended)"></a>
|
|
99
|
+
|
|
100
|
+
### Generate locally (recommended)
|
|
101
|
+
|
|
102
|
+
You can generate type annotations for `boto3` package locally with
|
|
103
|
+
`mypy_boto3_builder`. Use
|
|
104
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
105
|
+
isolation.
|
|
106
|
+
|
|
107
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
|
109
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
110
|
+
3. Add `TimestreamWrite` service.
|
|
111
|
+
4. Use provided commands to install generated packages.
|
|
112
|
+
|
|
95
113
|
<a id="vscode-extension"></a>
|
|
96
114
|
|
|
97
115
|
### VSCode extension
|
|
@@ -112,12 +130,10 @@ Install `boto3-stubs` for `TimestreamWrite` service.
|
|
|
112
130
|
# install with boto3 type annotations
|
|
113
131
|
python -m pip install 'boto3-stubs[timestream-write]'
|
|
114
132
|
|
|
115
|
-
|
|
116
133
|
# Lite version does not provide session.client/resource overloads
|
|
117
134
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
118
135
|
python -m pip install 'boto3-stubs-lite[timestream-write]'
|
|
119
136
|
|
|
120
|
-
|
|
121
137
|
# standalone installation
|
|
122
138
|
python -m pip install mypy-boto3-timestream-write
|
|
123
139
|
```
|
|
@@ -156,16 +172,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
156
172
|
|
|
157
173
|
### PyCharm
|
|
158
174
|
|
|
159
|
-
|
|
175
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
176
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
177
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
178
|
+
> the issue is resolved.
|
|
179
|
+
|
|
180
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
181
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
182
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
183
|
+
|
|
184
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
185
|
+
> `boto3-stubs` with
|
|
186
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
160
187
|
|
|
161
188
|
```bash
|
|
162
|
-
|
|
189
|
+
pip uninstall boto3-stubs
|
|
190
|
+
pip install boto3-stubs-lite
|
|
163
191
|
```
|
|
164
192
|
|
|
165
|
-
|
|
166
|
-
annotations **are required**.
|
|
193
|
+
Install `boto3-stubs[timestream-write]` in your environment:
|
|
167
194
|
|
|
168
|
-
|
|
195
|
+
```bash
|
|
196
|
+
python -m pip install 'boto3-stubs[timestream-write]'
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
Both type checking and code completion should now work.
|
|
169
200
|
|
|
170
201
|
<a id="emacs"></a>
|
|
171
202
|
|
|
@@ -230,7 +261,7 @@ should work.
|
|
|
230
261
|
- Install `boto3-stubs[timestream-write]` in your environment:
|
|
231
262
|
|
|
232
263
|
```bash
|
|
233
|
-
python -m pip install 'boto3-stubs[timestream-write]'
|
|
264
|
+
python -m pip install 'boto3-stubs[timestream-write]'
|
|
234
265
|
```
|
|
235
266
|
|
|
236
267
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -247,11 +278,36 @@ your `boto3` code as usual.
|
|
|
247
278
|
python -m pip install 'boto3-stubs[timestream-write]'
|
|
248
279
|
```
|
|
249
280
|
|
|
250
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
281
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
251
282
|
|
|
252
283
|
Type checking should now work. No explicit type annotations required, write
|
|
253
284
|
your `boto3` code as usual.
|
|
254
285
|
|
|
286
|
+
<a id="pylint-compatibility"></a>
|
|
287
|
+
|
|
288
|
+
### Pylint compatibility
|
|
289
|
+
|
|
290
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
291
|
+
`mypy-boto3-timestream-write` dependency in production. However, there is an
|
|
292
|
+
issue in `pylint` that it complains about undefined variables. To fix it, set
|
|
293
|
+
all types to `object` in non-`TYPE_CHECKING` mode.
|
|
294
|
+
|
|
295
|
+
```python
|
|
296
|
+
from typing import TYPE_CHECKING
|
|
297
|
+
|
|
298
|
+
if TYPE_CHECKING:
|
|
299
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
300
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
301
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
302
|
+
else:
|
|
303
|
+
EC2Client = object
|
|
304
|
+
EC2ServiceResource = object
|
|
305
|
+
BundleTaskCompleteWaiter = object
|
|
306
|
+
DescribeVolumesPaginator = object
|
|
307
|
+
|
|
308
|
+
...
|
|
309
|
+
```
|
|
310
|
+
|
|
255
311
|
<a id="explicit-type-annotations"></a>
|
|
256
312
|
|
|
257
313
|
## Explicit type annotations
|
|
@@ -322,8 +378,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
322
378
|
annotations extracted from `botocore` schemas.
|
|
323
379
|
- Type annotations include up-to-date documentation.
|
|
324
380
|
- Link to documentation is provided for every method.
|
|
325
|
-
- Code is processed by [
|
|
326
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
381
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
327
382
|
|
|
328
383
|
<a id="what's-new"></a>
|
|
329
384
|
|
|
@@ -1,69 +1,37 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: mypy-boto3-timestream-write
|
|
3
|
-
Version: 1.34.0
|
|
4
|
-
Summary: Type annotations for boto3.TimestreamWrite 1.34.0 service generated with mypy-boto3-builder 7.21.0
|
|
5
|
-
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
|
-
Author: Vlad Emelianov
|
|
7
|
-
Author-email: vlad.emelianov.nz@gmail.com
|
|
8
|
-
License: MIT License
|
|
9
|
-
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/
|
|
10
|
-
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
|
-
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 timestream-write type-annotations botocore mypy typeshed autocomplete
|
|
13
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
14
|
-
Classifier: Intended Audience :: Developers
|
|
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.7
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing :: Typed
|
|
30
|
-
Requires-Python: >=3.7
|
|
31
|
-
Description-Content-Type: text/markdown
|
|
32
|
-
License-File: LICENSE
|
|
33
|
-
|
|
34
1
|
<a id="mypy-boto3-timestream-write"></a>
|
|
35
2
|
|
|
36
3
|
# mypy-boto3-timestream-write
|
|
37
4
|
|
|
38
|
-
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
40
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
41
|
-
[](https://
|
|
5
|
+
[](https://pypi.org/project/mypy-boto3-timestream-write/)
|
|
6
|
+
[](https://pypi.org/project/mypy-boto3-timestream-write/)
|
|
7
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
8
|
+
[](https://pypistats.org/packages/mypy-boto3-timestream-write)
|
|
42
9
|
|
|
43
10
|

|
|
44
11
|
|
|
45
12
|
Type annotations for
|
|
46
|
-
[boto3
|
|
47
|
-
|
|
13
|
+
[boto3 TimestreamWrite 1.35.93](https://pypi.org/project/boto3/) compatible
|
|
14
|
+
with [VSCode](https://code.visualstudio.com/),
|
|
48
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
50
17
|
[Sublime Text](https://www.sublimetext.com/),
|
|
51
18
|
[mypy](https://github.com/python/mypy),
|
|
52
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
20
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder
|
|
21
|
+
Generated with
|
|
22
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
23
|
|
|
57
24
|
More information can be found on
|
|
58
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
59
26
|
[mypy-boto3-timestream-write docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/).
|
|
60
27
|
|
|
61
|
-
See how it helps
|
|
28
|
+
See how it helps you find and fix potential bugs:
|
|
62
29
|
|
|
63
|
-

|
|
64
31
|
|
|
65
32
|
- [mypy-boto3-timestream-write](#mypy-boto3-timestream-write)
|
|
66
33
|
- [How to install](#how-to-install)
|
|
34
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
35
|
- [VSCode extension](#vscode-extension)
|
|
68
36
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
37
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +43,7 @@ See how it helps to find and fix potential bugs:
|
|
|
75
43
|
- [Other IDEs](#other-ides)
|
|
76
44
|
- [mypy](#mypy)
|
|
77
45
|
- [pyright](#pyright)
|
|
46
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
47
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
48
|
- [Client annotations](#client-annotations)
|
|
80
49
|
- [Literals](#literals)
|
|
@@ -92,6 +61,21 @@ See how it helps to find and fix potential bugs:
|
|
|
92
61
|
|
|
93
62
|
## How to install
|
|
94
63
|
|
|
64
|
+
<a id="generate-locally-(recommended)"></a>
|
|
65
|
+
|
|
66
|
+
### Generate locally (recommended)
|
|
67
|
+
|
|
68
|
+
You can generate type annotations for `boto3` package locally with
|
|
69
|
+
`mypy_boto3_builder`. Use
|
|
70
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
71
|
+
isolation.
|
|
72
|
+
|
|
73
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
|
75
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
76
|
+
3. Add `TimestreamWrite` service.
|
|
77
|
+
4. Use provided commands to install generated packages.
|
|
78
|
+
|
|
95
79
|
<a id="vscode-extension"></a>
|
|
96
80
|
|
|
97
81
|
### VSCode extension
|
|
@@ -112,12 +96,10 @@ Install `boto3-stubs` for `TimestreamWrite` service.
|
|
|
112
96
|
# install with boto3 type annotations
|
|
113
97
|
python -m pip install 'boto3-stubs[timestream-write]'
|
|
114
98
|
|
|
115
|
-
|
|
116
99
|
# Lite version does not provide session.client/resource overloads
|
|
117
100
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
118
101
|
python -m pip install 'boto3-stubs-lite[timestream-write]'
|
|
119
102
|
|
|
120
|
-
|
|
121
103
|
# standalone installation
|
|
122
104
|
python -m pip install mypy-boto3-timestream-write
|
|
123
105
|
```
|
|
@@ -156,16 +138,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
156
138
|
|
|
157
139
|
### PyCharm
|
|
158
140
|
|
|
159
|
-
|
|
141
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
142
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
143
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
144
|
+
> the issue is resolved.
|
|
145
|
+
|
|
146
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
147
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
148
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
149
|
+
|
|
150
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
151
|
+
> `boto3-stubs` with
|
|
152
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
160
153
|
|
|
161
154
|
```bash
|
|
162
|
-
|
|
155
|
+
pip uninstall boto3-stubs
|
|
156
|
+
pip install boto3-stubs-lite
|
|
163
157
|
```
|
|
164
158
|
|
|
165
|
-
|
|
166
|
-
|
|
159
|
+
Install `boto3-stubs[timestream-write]` in your environment:
|
|
160
|
+
|
|
161
|
+
```bash
|
|
162
|
+
python -m pip install 'boto3-stubs[timestream-write]'
|
|
163
|
+
```
|
|
167
164
|
|
|
168
|
-
|
|
165
|
+
Both type checking and code completion should now work.
|
|
169
166
|
|
|
170
167
|
<a id="emacs"></a>
|
|
171
168
|
|
|
@@ -230,7 +227,7 @@ should work.
|
|
|
230
227
|
- Install `boto3-stubs[timestream-write]` in your environment:
|
|
231
228
|
|
|
232
229
|
```bash
|
|
233
|
-
python -m pip install 'boto3-stubs[timestream-write]'
|
|
230
|
+
python -m pip install 'boto3-stubs[timestream-write]'
|
|
234
231
|
```
|
|
235
232
|
|
|
236
233
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -247,11 +244,36 @@ your `boto3` code as usual.
|
|
|
247
244
|
python -m pip install 'boto3-stubs[timestream-write]'
|
|
248
245
|
```
|
|
249
246
|
|
|
250
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
247
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
251
248
|
|
|
252
249
|
Type checking should now work. No explicit type annotations required, write
|
|
253
250
|
your `boto3` code as usual.
|
|
254
251
|
|
|
252
|
+
<a id="pylint-compatibility"></a>
|
|
253
|
+
|
|
254
|
+
### Pylint compatibility
|
|
255
|
+
|
|
256
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
257
|
+
`mypy-boto3-timestream-write` dependency in production. However, there is an
|
|
258
|
+
issue in `pylint` that it complains about undefined variables. To fix it, set
|
|
259
|
+
all types to `object` in non-`TYPE_CHECKING` mode.
|
|
260
|
+
|
|
261
|
+
```python
|
|
262
|
+
from typing import TYPE_CHECKING
|
|
263
|
+
|
|
264
|
+
if TYPE_CHECKING:
|
|
265
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
266
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
267
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
268
|
+
else:
|
|
269
|
+
EC2Client = object
|
|
270
|
+
EC2ServiceResource = object
|
|
271
|
+
BundleTaskCompleteWaiter = object
|
|
272
|
+
DescribeVolumesPaginator = object
|
|
273
|
+
|
|
274
|
+
...
|
|
275
|
+
```
|
|
276
|
+
|
|
255
277
|
<a id="explicit-type-annotations"></a>
|
|
256
278
|
|
|
257
279
|
## Explicit type annotations
|
|
@@ -322,8 +344,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
322
344
|
annotations extracted from `botocore` schemas.
|
|
323
345
|
- Type annotations include up-to-date documentation.
|
|
324
346
|
- Link to documentation is provided for every method.
|
|
325
|
-
- Code is processed by [
|
|
326
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
347
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
327
348
|
|
|
328
349
|
<a id="what's-new"></a>
|
|
329
350
|
|
|
@@ -13,10 +13,13 @@ Usage::
|
|
|
13
13
|
session = Session()
|
|
14
14
|
client: TimestreamWriteClient = session.client("timestream-write")
|
|
15
15
|
```
|
|
16
|
+
|
|
17
|
+
Copyright 2025 Vlad Emelianov
|
|
16
18
|
"""
|
|
17
19
|
|
|
18
20
|
from .client import TimestreamWriteClient
|
|
19
21
|
|
|
20
22
|
Client = TimestreamWriteClient
|
|
21
23
|
|
|
24
|
+
|
|
22
25
|
__all__ = ("Client", "TimestreamWriteClient")
|
|
@@ -13,11 +13,12 @@ Usage::
|
|
|
13
13
|
session = Session()
|
|
14
14
|
client: TimestreamWriteClient = session.client("timestream-write")
|
|
15
15
|
```
|
|
16
|
+
|
|
17
|
+
Copyright 2025 Vlad Emelianov
|
|
16
18
|
"""
|
|
17
19
|
|
|
18
20
|
from .client import TimestreamWriteClient
|
|
19
21
|
|
|
20
22
|
Client = TimestreamWriteClient
|
|
21
23
|
|
|
22
|
-
|
|
23
24
|
__all__ = ("Client", "TimestreamWriteClient")
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
import sys
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def print_info() -> None:
|
|
11
|
+
"""
|
|
12
|
+
Print package info to stdout.
|
|
13
|
+
"""
|
|
14
|
+
sys.stdout.write(
|
|
15
|
+
"Type annotations for boto3 TimestreamWrite 1.35.93\n"
|
|
16
|
+
"Version: 1.35.93\n"
|
|
17
|
+
"Builder version: 8.8.0\n"
|
|
18
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write//\n"
|
|
19
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#timestreamwrite\n"
|
|
20
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def print_version() -> None:
|
|
26
|
+
"""
|
|
27
|
+
Print package version to stdout.
|
|
28
|
+
"""
|
|
29
|
+
sys.stdout.write("1.35.93\n")
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def main() -> None:
|
|
33
|
+
"""
|
|
34
|
+
Main CLI entrypoint.
|
|
35
|
+
"""
|
|
36
|
+
if "--version" in sys.argv:
|
|
37
|
+
print_version()
|
|
38
|
+
return
|
|
39
|
+
print_info()
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
if __name__ == "__main__":
|
|
43
|
+
main()
|