mypy-boto3-connectcases 1.35.0__py3-none-any.whl → 1.35.93__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.
@@ -1,5 +1,7 @@
1
1
  """
2
2
  Source of truth for version.
3
+
4
+ Copyright 2025 Vlad Emelianov
3
5
  """
4
6
 
5
- __version__ = "1.35.0"
7
+ __version__ = "1.35.93"
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-connectcases
3
- Version: 1.35.0
4
- Summary: Type annotations for boto3.ConnectCases 1.35.0 service generated with mypy-boto3-builder 7.26.0
3
+ Version: 1.35.93
4
+ Summary: Type annotations for boto3 ConnectCases 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_connectcases/
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 connectcases type-annotations botocore mypy typeshed autocomplete
12
+ Keywords: boto3 connectcases 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
@@ -23,47 +23,49 @@ Classifier: Programming Language :: Python :: 3.10
23
23
  Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Stubs Only
29
30
  Requires-Python: >=3.8
30
31
  Description-Content-Type: text/markdown
31
32
  License-File: LICENSE
32
- Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
33
34
 
34
35
  <a id="mypy-boto3-connectcases"></a>
35
36
 
36
37
  # mypy-boto3-connectcases
37
38
 
38
- [![PyPI - mypy-boto3-connectcases](https://img.shields.io/pypi/v/mypy-boto3-connectcases.svg?color=blue)](https://pypi.org/project/mypy-boto3-connectcases)
39
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-connectcases.svg?color=blue)](https://pypi.org/project/mypy-boto3-connectcases)
40
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
41
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-connectcases)](https://pepy.tech/project/mypy-boto3-connectcases)
39
+ [![PyPI - mypy-boto3-connectcases](https://img.shields.io/pypi/v/mypy-boto3-connectcases.svg?color=blue)](https://pypi.org/project/mypy-boto3-connectcases/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-connectcases.svg?color=blue)](https://pypi.org/project/mypy-boto3-connectcases/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-connectcases)](https://pypistats.org/packages/mypy-boto3-connectcases)
42
43
 
43
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
45
 
45
46
  Type annotations for
46
- [boto3.ConnectCases 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connectcases.html#ConnectCases)
47
- service compatible with [VSCode](https://code.visualstudio.com/),
47
+ [boto3 ConnectCases 1.35.93](https://pypi.org/project/boto3/) compatible with
48
+ [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 by
55
- [mypy-boto3-builder 7.26.0](https://github.com/youtype/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-connectcases docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/).
60
61
 
61
- See how it helps to find and fix potential bugs:
62
+ See how it helps you find and fix potential bugs:
62
63
 
63
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
65
 
65
66
  - [mypy-boto3-connectcases](#mypy-boto3-connectcases)
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
  - [Paginators annotations](#paginators-annotations)
@@ -93,6 +96,21 @@ See how it helps to find and fix potential bugs:
93
96
 
94
97
  ## How to install
95
98
 
99
+ <a id="generate-locally-(recommended)"></a>
100
+
101
+ ### Generate locally (recommended)
102
+
103
+ You can generate type annotations for `boto3` package locally with
104
+ `mypy_boto3_builder`. Use
105
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
106
+ isolation.
107
+
108
+ 1. Run mypy-boto3-builder in your package root directory:
109
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
110
+ 2. Select `boto3-stubs` AWS SDK.
111
+ 3. Add `ConnectCases` service.
112
+ 4. Use provided commands to install generated packages.
113
+
96
114
  <a id="vscode-extension"></a>
97
115
 
98
116
  ### VSCode extension
@@ -113,12 +131,10 @@ Install `boto3-stubs` for `ConnectCases` service.
113
131
  # install with boto3 type annotations
114
132
  python -m pip install 'boto3-stubs[connectcases]'
115
133
 
116
-
117
134
  # Lite version does not provide session.client/resource overloads
118
135
  # it is more RAM-friendly, but requires explicit type annotations
119
136
  python -m pip install 'boto3-stubs-lite[connectcases]'
120
137
 
121
-
122
138
  # standalone installation
123
139
  python -m pip install mypy-boto3-connectcases
124
140
  ```
@@ -157,16 +173,31 @@ annotations required, write your `boto3` code as usual.
157
173
 
158
174
  ### PyCharm
159
175
 
160
- Install `boto3-stubs-lite[connectcases]` in your environment:
176
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
177
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
178
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
179
+ > the issue is resolved.
180
+
181
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
182
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
183
+ > [pyright](https://github.com/microsoft/pyright) instead.
184
+
185
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
186
+ > `boto3-stubs` with
187
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
161
188
 
162
189
  ```bash
163
- python -m pip install 'boto3-stubs-lite[connectcases]'`
190
+ pip uninstall boto3-stubs
191
+ pip install boto3-stubs-lite
164
192
  ```
165
193
 
166
- Both type checking and code completion should now work. Explicit type
167
- annotations **are required**.
194
+ Install `boto3-stubs[connectcases]` in your environment:
168
195
 
169
- Use `boto3-stubs` package instead for implicit type discovery.
196
+ ```bash
197
+ python -m pip install 'boto3-stubs[connectcases]'
198
+ ```
199
+
200
+ Both type checking and code completion should now work.
170
201
 
171
202
  <a id="emacs"></a>
172
203
 
@@ -231,7 +262,7 @@ should work.
231
262
  - Install `boto3-stubs[connectcases]` in your environment:
232
263
 
233
264
  ```bash
234
- python -m pip install 'boto3-stubs[connectcases]'`
265
+ python -m pip install 'boto3-stubs[connectcases]'
235
266
  ```
236
267
 
237
268
  Type checking should now work. No explicit type annotations required, write
@@ -248,11 +279,36 @@ your `boto3` code as usual.
248
279
  python -m pip install 'boto3-stubs[connectcases]'
249
280
  ```
250
281
 
251
- Optionally, you can install `boto3-stubs` to `typings` folder.
282
+ Optionally, you can install `boto3-stubs` to `typings` directory.
252
283
 
253
284
  Type checking should now work. No explicit type annotations required, write
254
285
  your `boto3` code as usual.
255
286
 
287
+ <a id="pylint-compatibility"></a>
288
+
289
+ ### Pylint compatibility
290
+
291
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
292
+ `mypy-boto3-connectcases` dependency in production. However, there is an issue
293
+ in `pylint` that it complains about undefined variables. To fix it, set all
294
+ types to `object` in non-`TYPE_CHECKING` mode.
295
+
296
+ ```python
297
+ from typing import TYPE_CHECKING
298
+
299
+ if TYPE_CHECKING:
300
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
301
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
302
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
303
+ else:
304
+ EC2Client = object
305
+ EC2ServiceResource = object
306
+ BundleTaskCompleteWaiter = object
307
+ DescribeVolumesPaginator = object
308
+
309
+ ...
310
+ ```
311
+
256
312
  <a id="explicit-type-annotations"></a>
257
313
 
258
314
  ## Explicit type annotations
@@ -345,8 +401,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
345
401
  annotations extracted from `botocore` schemas.
346
402
  - Type annotations include up-to-date documentation.
347
403
  - Link to documentation is provided for every method.
348
- - Code is processed by [black](https://github.com/psf/black) and
349
- [isort](https://github.com/PyCQA/isort) for readability.
404
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
350
405
 
351
406
  <a id="what's-new"></a>
352
407
 
@@ -0,0 +1,18 @@
1
+ mypy_boto3_connectcases/__init__.py,sha256=tjwLxXIGfRpraFzk7SEP2TYFUsKqEith2lGvzujcdOc,840
2
+ mypy_boto3_connectcases/__init__.pyi,sha256=I6TIEVQogI64PMbPrx9sWIvefnRGtOg5FGdvzkKHCBI,839
3
+ mypy_boto3_connectcases/__main__.py,sha256=OuUC5EPwpew20ZDERuKDczq8US_cB8CaWrXOvCnBX3c,1003
4
+ mypy_boto3_connectcases/client.py,sha256=IdjxSdjYBVzlidIhjsJA_UOTzotBTxZRcCqNdvLsJYc,23723
5
+ mypy_boto3_connectcases/client.pyi,sha256=5DHb-6hjjsTIw7GjQ8yFABDKR7S01D3zxPSlbLZ8gcU,23720
6
+ mypy_boto3_connectcases/literals.py,sha256=aDWwvot9gjXjH12nb54S-g8DmBgG8ZwRu7_ema67jXw,10009
7
+ mypy_boto3_connectcases/literals.pyi,sha256=MbbzVF7JkYbkYzVV_ebC_2TFMdXEPkr1UZGD8-ZG1-M,10007
8
+ mypy_boto3_connectcases/paginator.py,sha256=f6h4sjaZwHOpPxaOdktmlbrkZ7OyIWEq81WdSgo-cTM,3501
9
+ mypy_boto3_connectcases/paginator.pyi,sha256=tlJ0X1ZP7icAtS-PzdFx3OL9rYg_rQ2p01_iTJaruWo,3494
10
+ mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_connectcases/type_defs.py,sha256=KiqMJI5xU67m5gtpoR5xGVLG0yX9O8_q8h8fb4JQHC8,24571
12
+ mypy_boto3_connectcases/type_defs.pyi,sha256=5KKqlMoqD_95ZecYsOnl9m06yKRrG-1KDMFMiok0Hpg,24455
13
+ mypy_boto3_connectcases/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
14
+ mypy_boto3_connectcases-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ mypy_boto3_connectcases-1.35.93.dist-info/METADATA,sha256=2A4S3m9pIXbnWDfCYrk0ukwSsuBcP_nsceAcC0AeSl8,14949
16
+ mypy_boto3_connectcases-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
17
+ mypy_boto3_connectcases-1.35.93.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
18
+ mypy_boto3_connectcases-1.35.93.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.2.0)
2
+ Generator: setuptools (75.7.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,18 +0,0 @@
1
- mypy_boto3_connectcases/__init__.py,sha256=qOc6JM8LUbn7fZPwiPbo0EAcUbLbzyIcQG45TlQCM5A,808
2
- mypy_boto3_connectcases/__init__.pyi,sha256=qOc6JM8LUbn7fZPwiPbo0EAcUbLbzyIcQG45TlQCM5A,808
3
- mypy_boto3_connectcases/__main__.py,sha256=iOEk6ZUpeJrXmwahMTQ0mQ5pNEyQHEY5BIDsj0xU8fg,936
4
- mypy_boto3_connectcases/client.py,sha256=2GKTFLRLKImbp85Fxk4ewUitxZcYWCtSdsIPgL37Df8,24124
5
- mypy_boto3_connectcases/client.pyi,sha256=WzESKL0ovBMSMLNW94wA0Js0CXa6yUTE7ZYAC7Dp7U4,24121
6
- mypy_boto3_connectcases/literals.py,sha256=k9Tv0zHCWA9-Ky22Cus2tpcAlUnNlJE3OGcGJhMbEOQ,9540
7
- mypy_boto3_connectcases/literals.pyi,sha256=k9Tv0zHCWA9-Ky22Cus2tpcAlUnNlJE3OGcGJhMbEOQ,9540
8
- mypy_boto3_connectcases/paginator.py,sha256=7_g648l3A4SY5WozI9QzxQI7H0pltsyUAuEM2ywJoKc,3392
9
- mypy_boto3_connectcases/paginator.pyi,sha256=vhXGSeAYYp5-Uy1PGSSmoi6yJ3R6uA8jBDiaTrA1g8A,3389
10
- mypy_boto3_connectcases/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_connectcases/type_defs.py,sha256=LwrGIegc7ghVnY_iXtI1cIDhCMISyqnAzIl-sj_jCcI,30503
12
- mypy_boto3_connectcases/type_defs.pyi,sha256=LwrGIegc7ghVnY_iXtI1cIDhCMISyqnAzIl-sj_jCcI,30503
13
- mypy_boto3_connectcases/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
14
- mypy_boto3_connectcases-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
15
- mypy_boto3_connectcases-1.35.0.dist-info/METADATA,sha256=kvHY2WuW-r3abVup73OlDEKMKKtYSvXMEuRc3tuET-8,13119
16
- mypy_boto3_connectcases-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
17
- mypy_boto3_connectcases-1.35.0.dist-info/top_level.txt,sha256=RqxtwisC_SxV6gssbnzrNY0Ytk0di6EH_J9Hkhs2EDE,24
18
- mypy_boto3_connectcases-1.35.0.dist-info/RECORD,,