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