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