types-aiobotocore-geo-places 2.18.0__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 types-aiobotocore-geo-places might be problematic. Click here for more details.

Files changed (22) hide show
  1. types_aiobotocore_geo_places-2.18.0/LICENSE +21 -0
  2. types_aiobotocore_geo_places-2.18.0/PKG-INFO +455 -0
  3. types_aiobotocore_geo_places-2.18.0/README.md +409 -0
  4. types_aiobotocore_geo_places-2.18.0/setup.cfg +4 -0
  5. types_aiobotocore_geo_places-2.18.0/setup.py +54 -0
  6. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/__init__.py +28 -0
  7. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/__init__.pyi +27 -0
  8. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/__main__.py +43 -0
  9. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/client.py +196 -0
  10. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/client.pyi +193 -0
  11. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/literals.py +520 -0
  12. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/literals.pyi +518 -0
  13. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/py.typed +0 -0
  14. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/type_defs.py +684 -0
  15. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/type_defs.pyi +619 -0
  16. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places/version.py +7 -0
  17. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places.egg-info/PKG-INFO +455 -0
  18. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places.egg-info/SOURCES.txt +20 -0
  19. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places.egg-info/dependency_links.txt +1 -0
  20. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places.egg-info/not-zip-safe +1 -0
  21. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places.egg-info/requires.txt +3 -0
  22. types_aiobotocore_geo_places-2.18.0/types_aiobotocore_geo_places.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,455 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-aiobotocore-geo-places
3
+ Version: 2.18.0
4
+ Summary: Type annotations for aiobotocore LocationServicePlacesV2 2.18.0 service generated with mypy-boto3-builder 8.8.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/types_aiobotocore_docs/types_aiobotocore_geo_places/
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: aiobotocore geo-places aiobotocore-stubs type-annotations 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.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+
47
+ <a id="types-aiobotocore-geo-places"></a>
48
+
49
+ # types-aiobotocore-geo-places
50
+
51
+ [![PyPI - types-aiobotocore-geo-places](https://img.shields.io/pypi/v/types-aiobotocore-geo-places.svg?color=blue)](https://pypi.org/project/types-aiobotocore-geo-places/)
52
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-geo-places.svg?color=blue)](https://pypi.org/project/types-aiobotocore-geo-places/)
53
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/)
54
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-geo-places)](https://pypistats.org/packages/types-aiobotocore-geo-places)
55
+
56
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
+
58
+ Type annotations for
59
+ [aiobotocore LocationServicePlacesV2 2.18.0](https://pypi.org/project/aiobotocore/)
60
+ compatible with [VSCode](https://code.visualstudio.com/),
61
+ [PyCharm](https://www.jetbrains.com/pycharm/),
62
+ [Emacs](https://www.gnu.org/software/emacs/),
63
+ [Sublime Text](https://www.sublimetext.com/),
64
+ [mypy](https://github.com/python/mypy),
65
+ [pyright](https://github.com/microsoft/pyright) and other tools.
66
+
67
+ Generated with
68
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
69
+
70
+ More information can be found on
71
+ [types-aiobotocore](https://pypi.org/project/types-aiobotocore/) page and in
72
+ [types-aiobotocore-geo-places docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_geo_places/).
73
+
74
+ See how it helps you find and fix potential bugs:
75
+
76
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
77
+
78
+ - [types-aiobotocore-geo-places](#types-aiobotocore-geo-places)
79
+ - [How to install](#how-to-install)
80
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
81
+ - [From PyPI with pip](#from-pypi-with-pip)
82
+ - [How to uninstall](#how-to-uninstall)
83
+ - [Usage](#usage)
84
+ - [VSCode](#vscode)
85
+ - [PyCharm](#pycharm)
86
+ - [Emacs](#emacs)
87
+ - [Sublime Text](#sublime-text)
88
+ - [Other IDEs](#other-ides)
89
+ - [mypy](#mypy)
90
+ - [pyright](#pyright)
91
+ - [Pylint compatibility](#pylint-compatibility)
92
+ - [Explicit type annotations](#explicit-type-annotations)
93
+ - [Client annotations](#client-annotations)
94
+ - [Literals](#literals)
95
+ - [Type definitions](#type-definitions)
96
+ - [How it works](#how-it-works)
97
+ - [What's new](#what's-new)
98
+ - [Implemented features](#implemented-features)
99
+ - [Latest changes](#latest-changes)
100
+ - [Versioning](#versioning)
101
+ - [Thank you](#thank-you)
102
+ - [Documentation](#documentation)
103
+ - [Support and contributing](#support-and-contributing)
104
+
105
+ <a id="how-to-install"></a>
106
+
107
+ ## How to install
108
+
109
+ <a id="generate-locally-(recommended)"></a>
110
+
111
+ ### Generate locally (recommended)
112
+
113
+ You can generate type annotations for `aiobotocore` package locally with
114
+ `mypy_boto3_builder`. Use
115
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
116
+ isolation.
117
+
118
+ 1. Run mypy-boto3-builder in your package root directory:
119
+ `uvx --with 'aiobotocore==2.18.0' mypy_boto3_builder`
120
+ 2. Select `aiobotocore` AWS SDK.
121
+ 3. Add `LocationServicePlacesV2` service.
122
+ 4. Use provided commands to install generated packages.
123
+
124
+ <a id="from-pypi-with-pip"></a>
125
+
126
+ ### From PyPI with pip
127
+
128
+ Install `types-aiobotocore` for `LocationServicePlacesV2` service.
129
+
130
+ ```bash
131
+ # install with aiobotocore type annotations
132
+ python -m pip install 'types-aiobotocore[geo-places]'
133
+
134
+ # Lite version does not provide session.client/resource overloads
135
+ # it is more RAM-friendly, but requires explicit type annotations
136
+ python -m pip install 'types-aiobotocore-lite[geo-places]'
137
+
138
+ # standalone installation
139
+ python -m pip install types-aiobotocore-geo-places
140
+ ```
141
+
142
+ <a id="how-to-uninstall"></a>
143
+
144
+ ## How to uninstall
145
+
146
+ ```bash
147
+ python -m pip uninstall -y types-aiobotocore-geo-places
148
+ ```
149
+
150
+ <a id="usage"></a>
151
+
152
+ ## Usage
153
+
154
+ <a id="vscode"></a>
155
+
156
+ ### VSCode
157
+
158
+ - Install
159
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
160
+ - Install
161
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
162
+ - Set `Pylance` as your Python Language Server
163
+ - Install `types-aiobotocore[geo-places]` in your environment:
164
+
165
+ ```bash
166
+ python -m pip install 'types-aiobotocore[geo-places]'
167
+ ```
168
+
169
+ Both type checking and code completion should now work. No explicit type
170
+ annotations required, write your `aiobotocore` code as usual.
171
+
172
+ <a id="pycharm"></a>
173
+
174
+ ### PyCharm
175
+
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
179
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/)
180
+ > until the issue is resolved.
181
+
182
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
183
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
184
+ > [pyright](https://github.com/microsoft/pyright) instead.
185
+
186
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
187
+ > `types-aiobotocore` with
188
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/):
189
+
190
+ ```bash
191
+ pip uninstall types-aiobotocore
192
+ pip install types-aiobotocore-lite
193
+ ```
194
+
195
+ Install `types-aiobotocore[geo-places]` in your environment:
196
+
197
+ ```bash
198
+ python -m pip install 'types-aiobotocore[geo-places]'
199
+ ```
200
+
201
+ Both type checking and code completion should now work.
202
+
203
+ <a id="emacs"></a>
204
+
205
+ ### Emacs
206
+
207
+ - Install `types-aiobotocore` with services you use in your environment:
208
+
209
+ ```bash
210
+ python -m pip install 'types-aiobotocore[geo-places]'
211
+ ```
212
+
213
+ - Install [use-package](https://github.com/jwiegley/use-package),
214
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
215
+ [company](https://github.com/company-mode/company-mode) and
216
+ [flycheck](https://github.com/flycheck/flycheck) packages
217
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
218
+
219
+ ```elisp
220
+ (use-package lsp-pyright
221
+ :ensure t
222
+ :hook (python-mode . (lambda ()
223
+ (require 'lsp-pyright)
224
+ (lsp))) ; or lsp-deferred
225
+ :init (when (executable-find "python3")
226
+ (setq lsp-pyright-python-executable-cmd "python3"))
227
+ )
228
+ ```
229
+
230
+ - Make sure emacs uses the environment where you have installed
231
+ `types-aiobotocore`
232
+
233
+ Type checking should now work. No explicit type annotations required, write
234
+ your `aiobotocore` code as usual.
235
+
236
+ <a id="sublime-text"></a>
237
+
238
+ ### Sublime Text
239
+
240
+ - Install `types-aiobotocore[geo-places]` with services you use in your
241
+ environment:
242
+
243
+ ```bash
244
+ python -m pip install 'types-aiobotocore[geo-places]'
245
+ ```
246
+
247
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
248
+
249
+ Type checking should now work. No explicit type annotations required, write
250
+ your `aiobotocore` code as usual.
251
+
252
+ <a id="other-ides"></a>
253
+
254
+ ### Other IDEs
255
+
256
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
257
+ should work.
258
+
259
+ <a id="mypy"></a>
260
+
261
+ ### mypy
262
+
263
+ - Install `mypy`: `python -m pip install mypy`
264
+ - Install `types-aiobotocore[geo-places]` in your environment:
265
+
266
+ ```bash
267
+ python -m pip install 'types-aiobotocore[geo-places]'
268
+ ```
269
+
270
+ Type checking should now work. No explicit type annotations required, write
271
+ your `aiobotocore` code as usual.
272
+
273
+ <a id="pyright"></a>
274
+
275
+ ### pyright
276
+
277
+ - Install `pyright`: `npm i -g pyright`
278
+ - Install `types-aiobotocore[geo-places]` in your environment:
279
+
280
+ ```bash
281
+ python -m pip install 'types-aiobotocore[geo-places]'
282
+ ```
283
+
284
+ Optionally, you can install `types-aiobotocore` to `typings` directory.
285
+
286
+ Type checking should now work. No explicit type annotations required, write
287
+ your `aiobotocore` code as usual.
288
+
289
+ <a id="pylint-compatibility"></a>
290
+
291
+ ### Pylint compatibility
292
+
293
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
294
+ `types-aiobotocore-geo-places` dependency in production. However, there is an
295
+ issue in `pylint` that it complains about undefined variables. To fix it, set
296
+ all types to `object` in non-`TYPE_CHECKING` mode.
297
+
298
+ ```python
299
+ from typing import TYPE_CHECKING
300
+
301
+ if TYPE_CHECKING:
302
+ from types_aiobotocore_ec2 import EC2Client, EC2ServiceResource
303
+ from types_aiobotocore_ec2.waiters import BundleTaskCompleteWaiter
304
+ from types_aiobotocore_ec2.paginators import DescribeVolumesPaginator
305
+ else:
306
+ EC2Client = object
307
+ EC2ServiceResource = object
308
+ BundleTaskCompleteWaiter = object
309
+ DescribeVolumesPaginator = object
310
+
311
+ ...
312
+ ```
313
+
314
+ <a id="explicit-type-annotations"></a>
315
+
316
+ ## Explicit type annotations
317
+
318
+ <a id="client-annotations"></a>
319
+
320
+ ### Client annotations
321
+
322
+ `LocationServicePlacesV2Client` provides annotations for
323
+ `session.create_client("geo-places")`.
324
+
325
+ ```python
326
+ from aiobotocore.session import get_session
327
+
328
+ from types_aiobotocore_geo_places import LocationServicePlacesV2Client
329
+
330
+ session = get_session()
331
+ async with session.create_client("geo-places") as client:
332
+ client: LocationServicePlacesV2Client
333
+ # now client usage is checked by mypy and IDE should provide code completion
334
+ ```
335
+
336
+ <a id="literals"></a>
337
+
338
+ ### Literals
339
+
340
+ `types_aiobotocore_geo_places.literals` module contains literals extracted from
341
+ shapes that can be used in user code for type checking.
342
+
343
+ Full list of `LocationServicePlacesV2` Literals can be found in
344
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_geo_places/literals/).
345
+
346
+ ```python
347
+ from types_aiobotocore_geo_places.literals import AutocompleteAdditionalFeatureType
348
+
349
+
350
+ def check_value(value: AutocompleteAdditionalFeatureType) -> bool: ...
351
+ ```
352
+
353
+ <a id="type-definitions"></a>
354
+
355
+ ### Type definitions
356
+
357
+ `types_aiobotocore_geo_places.type_defs` module contains structures and shapes
358
+ assembled to typed dictionaries and unions for additional type checking.
359
+
360
+ Full list of `LocationServicePlacesV2` TypeDefs can be found in
361
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_geo_places/type_defs/).
362
+
363
+ ```python
364
+ from types_aiobotocore_geo_places.type_defs import AccessPointTypeDef
365
+
366
+
367
+ def get_value() -> AccessPointTypeDef:
368
+ return {...}
369
+ ```
370
+
371
+ <a id="how-it-works"></a>
372
+
373
+ ## How it works
374
+
375
+ Fully automated
376
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
377
+ generates type annotations for each service, patiently waiting for
378
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
379
+ sure that:
380
+
381
+ - All available `aiobotocore` services are covered.
382
+ - Each public class and method of every `aiobotocore` service gets valid type
383
+ annotations extracted from `botocore` schemas.
384
+ - Type annotations include up-to-date documentation.
385
+ - Link to documentation is provided for every method.
386
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
387
+
388
+ <a id="what's-new"></a>
389
+
390
+ ## What's new
391
+
392
+ <a id="implemented-features"></a>
393
+
394
+ ### Implemented features
395
+
396
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
397
+ libraries
398
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
399
+ compatibility
400
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
401
+ annotations for each service
402
+ - Generated `TypeDefs` for each service
403
+ - Generated `Literals` for each service
404
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
405
+ - Auto discovery of types for `session.client` and `session.resource` calls
406
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
407
+ calls
408
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
409
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
410
+
411
+ <a id="latest-changes"></a>
412
+
413
+ ### Latest changes
414
+
415
+ Builder changelog can be found in
416
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
417
+
418
+ <a id="versioning"></a>
419
+
420
+ ## Versioning
421
+
422
+ `types-aiobotocore-geo-places` version is the same as related `aiobotocore`
423
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
424
+ format.
425
+
426
+ <a id="thank-you"></a>
427
+
428
+ ## Thank you
429
+
430
+ - [Allie Fitter](https://github.com/alliefitter) for
431
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
432
+ this package is based on top of his work
433
+ - [black](https://github.com/psf/black) developers for an awesome formatting
434
+ tool
435
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
436
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
437
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
438
+ for us
439
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
440
+ Python
441
+
442
+ <a id="documentation"></a>
443
+
444
+ ## Documentation
445
+
446
+ All services type annotations can be found in
447
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_geo_places/)
448
+
449
+ <a id="support-and-contributing"></a>
450
+
451
+ ## Support and contributing
452
+
453
+ This package is auto-generated. Please reports any bugs or request new features
454
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
455
+ repository.