types-boto3-geo-maps 1.35.71__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.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 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,408 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-geo-maps
3
+ Version: 1.35.71
4
+ Summary: Type annotations for boto3 LocationServiceMapsV2 1.35.71 service generated with mypy-boto3-builder 8.4.1
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 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.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>=4.1.0; 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.71](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 by
56
+ [mypy-boto3-builder 8.4.1](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
+ ![boto3-stubs 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
+ - [VSCode extension](#vscode-extension)
69
+ - [From PyPI with pip](#from-pypi-with-pip)
70
+ - [How to uninstall](#how-to-uninstall)
71
+ - [Usage](#usage)
72
+ - [VSCode](#vscode)
73
+ - [PyCharm](#pycharm)
74
+ - [Emacs](#emacs)
75
+ - [Sublime Text](#sublime-text)
76
+ - [Other IDEs](#other-ides)
77
+ - [mypy](#mypy)
78
+ - [pyright](#pyright)
79
+ - [Explicit type annotations](#explicit-type-annotations)
80
+ - [Client annotations](#client-annotations)
81
+ - [Literals](#literals)
82
+ - [Type definitions](#type-definitions)
83
+ - [How it works](#how-it-works)
84
+ - [What's new](#what's-new)
85
+ - [Implemented features](#implemented-features)
86
+ - [Latest changes](#latest-changes)
87
+ - [Versioning](#versioning)
88
+ - [Thank you](#thank-you)
89
+ - [Documentation](#documentation)
90
+ - [Support and contributing](#support-and-contributing)
91
+
92
+ <a id="how-to-install"></a>
93
+
94
+ ## How to install
95
+
96
+ <a id="vscode-extension"></a>
97
+
98
+ ### VSCode extension
99
+
100
+ Add
101
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
102
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
103
+
104
+ Click `Modify` and select `boto3 common` and `LocationServiceMapsV2`.
105
+
106
+ <a id="from-pypi-with-pip"></a>
107
+
108
+ ### From PyPI with pip
109
+
110
+ Install `types-boto3` for `LocationServiceMapsV2` service.
111
+
112
+ ```bash
113
+ # install with boto3 type annotations
114
+ python -m pip install 'types-boto3[geo-maps]'
115
+
116
+
117
+ # Lite version does not provide session.client/resource overloads
118
+ # it is more RAM-friendly, but requires explicit type annotations
119
+ python -m pip install 'types-boto3-lite[geo-maps]'
120
+
121
+
122
+ # standalone installation
123
+ python -m pip install types-boto3-geo-maps
124
+ ```
125
+
126
+ <a id="how-to-uninstall"></a>
127
+
128
+ ## How to uninstall
129
+
130
+ ```bash
131
+ python -m pip uninstall -y types-boto3-geo-maps
132
+ ```
133
+
134
+ <a id="usage"></a>
135
+
136
+ ## Usage
137
+
138
+ <a id="vscode"></a>
139
+
140
+ ### VSCode
141
+
142
+ - Install
143
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
144
+ - Install
145
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
146
+ - Set `Pylance` as your Python Language Server
147
+ - Install `types-boto3[geo-maps]` in your environment:
148
+
149
+ ```bash
150
+ python -m pip install 'types-boto3[geo-maps]'
151
+ ```
152
+
153
+ Both type checking and code completion should now work. No explicit type
154
+ annotations required, write your `boto3` code as usual.
155
+
156
+ <a id="pycharm"></a>
157
+
158
+ ### PyCharm
159
+
160
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
161
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
162
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
163
+ > the issue is resolved.
164
+
165
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
166
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
167
+ > [pyright](https://github.com/microsoft/pyright) instead.
168
+
169
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
170
+ > `types-boto3` with
171
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
172
+
173
+ ```bash
174
+ pip uninstall types-boto3
175
+ pip install types-boto3-lite
176
+ ```
177
+
178
+ Install `types-boto3[geo-maps]` in your environment:
179
+
180
+ ```bash
181
+ python -m pip install 'types-boto3[geo-maps]'
182
+ ```
183
+
184
+ Both type checking and code completion should now work.
185
+
186
+ <a id="emacs"></a>
187
+
188
+ ### Emacs
189
+
190
+ - Install `types-boto3` with services you use in your environment:
191
+
192
+ ```bash
193
+ python -m pip install 'types-boto3[geo-maps]'
194
+ ```
195
+
196
+ - Install [use-package](https://github.com/jwiegley/use-package),
197
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
198
+ [company](https://github.com/company-mode/company-mode) and
199
+ [flycheck](https://github.com/flycheck/flycheck) packages
200
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
201
+
202
+ ```elisp
203
+ (use-package lsp-pyright
204
+ :ensure t
205
+ :hook (python-mode . (lambda ()
206
+ (require 'lsp-pyright)
207
+ (lsp))) ; or lsp-deferred
208
+ :init (when (executable-find "python3")
209
+ (setq lsp-pyright-python-executable-cmd "python3"))
210
+ )
211
+ ```
212
+
213
+ - Make sure emacs uses the environment where you have installed `types-boto3`
214
+
215
+ Type checking should now work. No explicit type annotations required, write
216
+ your `boto3` code as usual.
217
+
218
+ <a id="sublime-text"></a>
219
+
220
+ ### Sublime Text
221
+
222
+ - Install `types-boto3[geo-maps]` with services you use in your environment:
223
+
224
+ ```bash
225
+ python -m pip install 'types-boto3[geo-maps]'
226
+ ```
227
+
228
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
229
+
230
+ Type checking should now work. No explicit type annotations required, write
231
+ your `boto3` code as usual.
232
+
233
+ <a id="other-ides"></a>
234
+
235
+ ### Other IDEs
236
+
237
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
238
+ should work.
239
+
240
+ <a id="mypy"></a>
241
+
242
+ ### mypy
243
+
244
+ - Install `mypy`: `python -m pip install mypy`
245
+ - Install `types-boto3[geo-maps]` in your environment:
246
+
247
+ ```bash
248
+ python -m pip install 'types-boto3[geo-maps]'
249
+ ```
250
+
251
+ Type checking should now work. No explicit type annotations required, write
252
+ your `boto3` code as usual.
253
+
254
+ <a id="pyright"></a>
255
+
256
+ ### pyright
257
+
258
+ - Install `pyright`: `npm i -g pyright`
259
+ - Install `types-boto3[geo-maps]` in your environment:
260
+
261
+ ```bash
262
+ python -m pip install 'types-boto3[geo-maps]'
263
+ ```
264
+
265
+ Optionally, you can install `types-boto3` to `typings` directory.
266
+
267
+ Type checking should now work. No explicit type annotations required, write
268
+ your `boto3` code as usual.
269
+
270
+ <a id="explicit-type-annotations"></a>
271
+
272
+ ## Explicit type annotations
273
+
274
+ <a id="client-annotations"></a>
275
+
276
+ ### Client annotations
277
+
278
+ `LocationServiceMapsV2Client` provides annotations for
279
+ `boto3.client("geo-maps")`.
280
+
281
+ ```python
282
+ from boto3.session import Session
283
+
284
+ from types_boto3_geo_maps import LocationServiceMapsV2Client
285
+
286
+ client: LocationServiceMapsV2Client = Session().client("geo-maps")
287
+
288
+ # now client usage is checked by mypy and IDE should provide code completion
289
+ ```
290
+
291
+ <a id="literals"></a>
292
+
293
+ ### Literals
294
+
295
+ `types_boto3_geo_maps.literals` module contains literals extracted from shapes
296
+ that can be used in user code for type checking.
297
+
298
+ Full list of `LocationServiceMapsV2` Literals can be found in
299
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/literals/).
300
+
301
+ ```python
302
+ from types_boto3_geo_maps.literals import ColorSchemeType
303
+
304
+
305
+ def check_value(value: ColorSchemeType) -> bool: ...
306
+ ```
307
+
308
+ <a id="type-definitions"></a>
309
+
310
+ ### Type definitions
311
+
312
+ `types_boto3_geo_maps.type_defs` module contains structures and shapes
313
+ assembled to typed dictionaries and unions for additional type checking.
314
+
315
+ Full list of `LocationServiceMapsV2` TypeDefs can be found in
316
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/type_defs/).
317
+
318
+ ```python
319
+ from types_boto3_geo_maps.type_defs import GetGlyphsRequestRequestTypeDef
320
+
321
+
322
+ def get_value() -> GetGlyphsRequestRequestTypeDef:
323
+ return {...}
324
+ ```
325
+
326
+ <a id="how-it-works"></a>
327
+
328
+ ## How it works
329
+
330
+ Fully automated
331
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
332
+ generates type annotations for each service, patiently waiting for `boto3`
333
+ updates. It delivers drop-in type annotations for you and makes sure that:
334
+
335
+ - All available `boto3` services are covered.
336
+ - Each public class and method of every `boto3` service gets valid type
337
+ annotations extracted from `botocore` schemas.
338
+ - Type annotations include up-to-date documentation.
339
+ - Link to documentation is provided for every method.
340
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
341
+
342
+ <a id="what's-new"></a>
343
+
344
+ ## What's new
345
+
346
+ <a id="implemented-features"></a>
347
+
348
+ ### Implemented features
349
+
350
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
351
+ libraries
352
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
353
+ compatibility
354
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
355
+ annotations for each service
356
+ - Generated `TypeDefs` for each service
357
+ - Generated `Literals` for each service
358
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
359
+ - Auto discovery of types for `session.client` and `session.resource` calls
360
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
361
+ calls
362
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
363
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
364
+
365
+ <a id="latest-changes"></a>
366
+
367
+ ### Latest changes
368
+
369
+ Builder changelog can be found in
370
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
371
+
372
+ <a id="versioning"></a>
373
+
374
+ ## Versioning
375
+
376
+ `types-boto3-geo-maps` version is the same as related `boto3` version and
377
+ follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
378
+
379
+ <a id="thank-you"></a>
380
+
381
+ ## Thank you
382
+
383
+ - [Allie Fitter](https://github.com/alliefitter) for
384
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
385
+ this package is based on top of his work
386
+ - [black](https://github.com/psf/black) developers for an awesome formatting
387
+ tool
388
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
389
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
390
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
391
+ for us
392
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
393
+ Python
394
+
395
+ <a id="documentation"></a>
396
+
397
+ ## Documentation
398
+
399
+ All services type annotations can be found in
400
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/)
401
+
402
+ <a id="support-and-contributing"></a>
403
+
404
+ ## Support and contributing
405
+
406
+ This package is auto-generated. Please reports any bugs or request new features
407
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
408
+ repository.
@@ -0,0 +1,16 @@
1
+ types_boto3_geo_maps/__init__.py,sha256=mFcsYrfYorUkIleUfnkxB_LCq5wTZaXds1w5I6asKhM,479
2
+ types_boto3_geo_maps/__init__.pyi,sha256=TmI9ueOuvNcT8vIRajlLj4gdEy7UuAYR16LIQZ-TTv0,478
3
+ types_boto3_geo_maps/__main__.py,sha256=H4qbnGBNc4-Vd4buqW1X3heJYWzoBB-ttebWyQ4Bm6U,980
4
+ types_boto3_geo_maps/client.py,sha256=iwABltTVmhAy3zt-zZLVvvfC0veprxIkPLGHHrciI0E,5801
5
+ types_boto3_geo_maps/client.pyi,sha256=Cb8bvXGx9ovJjKqYw3hduN_Y-coG27rO9YeEJxQdtVg,5797
6
+ types_boto3_geo_maps/literals.py,sha256=6TPsaORvt7YFq9B4c3_dHqg1AYpibPfis5-cOHSFae0,9022
7
+ types_boto3_geo_maps/literals.pyi,sha256=8mvZmHab5MT9kfvZDHCUEVgAukso54M_0Zndyg5rbvM,9020
8
+ types_boto3_geo_maps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ types_boto3_geo_maps/type_defs.py,sha256=Io7dzBS0AmK8xFkciaow5R4dXEv-ElONQt5Wxg8CoV4,3228
10
+ types_boto3_geo_maps/type_defs.pyi,sha256=7Nuk20hBUthSTHtQksbKf8oRChPNlkcMvXc-THk5tKA,3216
11
+ types_boto3_geo_maps/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
12
+ types_boto3_geo_maps-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
13
+ types_boto3_geo_maps-1.35.71.dist-info/METADATA,sha256=SPpaeRyoNkwwDq2oTS136nHwHutqaQkMFTnrSHtVwE4,12760
14
+ types_boto3_geo_maps-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
15
+ types_boto3_geo_maps-1.35.71.dist-info/top_level.txt,sha256=CwmcVINVZ93FRQXEIzN9dWnvPhak6LqhxvD3gPv3SkU,21
16
+ types_boto3_geo_maps-1.35.71.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ types_boto3_geo_maps