types-aiobotocore-neptune-graph 2.12.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.

Potentially problematic release.


This version of types-aiobotocore-neptune-graph might be problematic. Click here for more details.

Files changed (26) hide show
  1. types-aiobotocore-neptune-graph-2.12.1/LICENSE +21 -0
  2. types-aiobotocore-neptune-graph-2.12.1/PKG-INFO +475 -0
  3. types-aiobotocore-neptune-graph-2.12.1/README.md +442 -0
  4. types-aiobotocore-neptune-graph-2.12.1/setup.cfg +4 -0
  5. types-aiobotocore-neptune-graph-2.12.1/setup.py +53 -0
  6. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/__init__.py +82 -0
  7. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/__init__.pyi +82 -0
  8. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/__main__.py +40 -0
  9. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/client.py +575 -0
  10. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/client.pyi +572 -0
  11. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/literals.py +495 -0
  12. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/literals.pyi +495 -0
  13. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/paginator.py +117 -0
  14. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/paginator.pyi +112 -0
  15. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/py.typed +0 -0
  16. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/type_defs.py +896 -0
  17. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/type_defs.pyi +896 -0
  18. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/version.py +5 -0
  19. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/waiter.py +163 -0
  20. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph/waiter.pyi +155 -0
  21. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph.egg-info/PKG-INFO +475 -0
  22. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph.egg-info/SOURCES.txt +24 -0
  23. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph.egg-info/dependency_links.txt +1 -0
  24. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph.egg-info/not-zip-safe +1 -0
  25. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph.egg-info/requires.txt +3 -0
  26. types-aiobotocore-neptune-graph-2.12.1/types_aiobotocore_neptune_graph.egg-info/top_level.txt +1 -0
@@ -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,475 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-aiobotocore-neptune-graph
3
+ Version: 2.12.1
4
+ Summary: Type annotations for aiobotocore.NeptuneGraph 2.12.1 service generated with mypy-boto3-builder 7.23.2
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_neptune_graph/
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 neptune-graph 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 :: Only
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Typing :: Stubs Only
29
+ Requires-Python: >=3.8
30
+ Description-Content-Type: text/markdown
31
+ License-File: LICENSE
32
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
+
34
+ <a id="types-aiobotocore-neptune-graph"></a>
35
+
36
+ # types-aiobotocore-neptune-graph
37
+
38
+ [![PyPI - types-aiobotocore-neptune-graph](https://img.shields.io/pypi/v/types-aiobotocore-neptune-graph.svg?color=blue)](https://pypi.org/project/types-aiobotocore-neptune-graph)
39
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-neptune-graph.svg?color=blue)](https://pypi.org/project/types-aiobotocore-neptune-graph)
40
+ [![Docs](https://img.shields.io/readthedocs/types-aiobotocore.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_neptune_graph/)
41
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-neptune-graph)](https://pepy.tech/project/types-aiobotocore-neptune-graph)
42
+
43
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
+
45
+ Type annotations for
46
+ [aiobotocore.NeptuneGraph 2.12.1](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/neptune-graph.html#NeptuneGraph)
47
+ service compatible with [VSCode](https://code.visualstudio.com/),
48
+ [PyCharm](https://www.jetbrains.com/pycharm/),
49
+ [Emacs](https://www.gnu.org/software/emacs/),
50
+ [Sublime Text](https://www.sublimetext.com/),
51
+ [mypy](https://github.com/python/mypy),
52
+ [pyright](https://github.com/microsoft/pyright) and other tools.
53
+
54
+ Generated by
55
+ [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-aiobotocore](https://pypi.org/project/types-aiobotocore/) page and in
59
+ [types-aiobotocore-neptune-graph docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_neptune_graph/).
60
+
61
+ See how it helps to find and fix potential bugs:
62
+
63
+ ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-aiobotocore-neptune-graph](#types-aiobotocore-neptune-graph)
66
+ - [How to install](#how-to-install)
67
+ - [From PyPI with pip](#from-pypi-with-pip)
68
+ - [How to uninstall](#how-to-uninstall)
69
+ - [Usage](#usage)
70
+ - [VSCode](#vscode)
71
+ - [PyCharm](#pycharm)
72
+ - [Emacs](#emacs)
73
+ - [Sublime Text](#sublime-text)
74
+ - [Other IDEs](#other-ides)
75
+ - [mypy](#mypy)
76
+ - [pyright](#pyright)
77
+ - [Explicit type annotations](#explicit-type-annotations)
78
+ - [Client annotations](#client-annotations)
79
+ - [Paginators annotations](#paginators-annotations)
80
+ - [Waiters annotations](#waiters-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="from-pypi-with-pip"></a>
97
+
98
+ ### From PyPI with pip
99
+
100
+ Install `types-aiobotocore` for `NeptuneGraph` service.
101
+
102
+ ```bash
103
+ # install with aiobotocore type annotations
104
+ python -m pip install 'types-aiobotocore[neptune-graph]'
105
+
106
+
107
+ # Lite version does not provide session.client/resource overloads
108
+ # it is more RAM-friendly, but requires explicit type annotations
109
+ python -m pip install 'types-aiobotocore-lite[neptune-graph]'
110
+
111
+
112
+ # standalone installation
113
+ python -m pip install types-aiobotocore-neptune-graph
114
+ ```
115
+
116
+ <a id="how-to-uninstall"></a>
117
+
118
+ ## How to uninstall
119
+
120
+ ```bash
121
+ python -m pip uninstall -y types-aiobotocore-neptune-graph
122
+ ```
123
+
124
+ <a id="usage"></a>
125
+
126
+ ## Usage
127
+
128
+ <a id="vscode"></a>
129
+
130
+ ### VSCode
131
+
132
+ - Install
133
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
134
+ - Install
135
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
136
+ - Set `Pylance` as your Python Language Server
137
+ - Install `types-aiobotocore[neptune-graph]` in your environment:
138
+
139
+ ```bash
140
+ python -m pip install 'types-aiobotocore[neptune-graph]'
141
+ ```
142
+
143
+ Both type checking and code completion should now work. No explicit type
144
+ annotations required, write your `aiobotocore` code as usual.
145
+
146
+ <a id="pycharm"></a>
147
+
148
+ ### PyCharm
149
+
150
+ Install `types-aiobotocore-lite[neptune-graph]` in your environment:
151
+
152
+ ```bash
153
+ python -m pip install 'types-aiobotocore-lite[neptune-graph]'`
154
+ ```
155
+
156
+ Both type checking and code completion should now work. Explicit type
157
+ annotations **are required**.
158
+
159
+ Use `types-aiobotocore` package instead for implicit type discovery.
160
+
161
+ <a id="emacs"></a>
162
+
163
+ ### Emacs
164
+
165
+ - Install `types-aiobotocore` with services you use in your environment:
166
+
167
+ ```bash
168
+ python -m pip install 'types-aiobotocore[neptune-graph]'
169
+ ```
170
+
171
+ - Install [use-package](https://github.com/jwiegley/use-package),
172
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
173
+ [company](https://github.com/company-mode/company-mode) and
174
+ [flycheck](https://github.com/flycheck/flycheck) packages
175
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
176
+
177
+ ```elisp
178
+ (use-package lsp-pyright
179
+ :ensure t
180
+ :hook (python-mode . (lambda ()
181
+ (require 'lsp-pyright)
182
+ (lsp))) ; or lsp-deferred
183
+ :init (when (executable-find "python3")
184
+ (setq lsp-pyright-python-executable-cmd "python3"))
185
+ )
186
+ ```
187
+
188
+ - Make sure emacs uses the environment where you have installed
189
+ `types-aiobotocore`
190
+
191
+ Type checking should now work. No explicit type annotations required, write
192
+ your `aiobotocore` code as usual.
193
+
194
+ <a id="sublime-text"></a>
195
+
196
+ ### Sublime Text
197
+
198
+ - Install `types-aiobotocore[neptune-graph]` with services you use in your
199
+ environment:
200
+
201
+ ```bash
202
+ python -m pip install 'types-aiobotocore[neptune-graph]'
203
+ ```
204
+
205
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
206
+
207
+ Type checking should now work. No explicit type annotations required, write
208
+ your `aiobotocore` code as usual.
209
+
210
+ <a id="other-ides"></a>
211
+
212
+ ### Other IDEs
213
+
214
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
215
+ should work.
216
+
217
+ <a id="mypy"></a>
218
+
219
+ ### mypy
220
+
221
+ - Install `mypy`: `python -m pip install mypy`
222
+ - Install `types-aiobotocore[neptune-graph]` in your environment:
223
+
224
+ ```bash
225
+ python -m pip install 'types-aiobotocore[neptune-graph]'`
226
+ ```
227
+
228
+ Type checking should now work. No explicit type annotations required, write
229
+ your `aiobotocore` code as usual.
230
+
231
+ <a id="pyright"></a>
232
+
233
+ ### pyright
234
+
235
+ - Install `pyright`: `npm i -g pyright`
236
+ - Install `types-aiobotocore[neptune-graph]` in your environment:
237
+
238
+ ```bash
239
+ python -m pip install 'types-aiobotocore[neptune-graph]'
240
+ ```
241
+
242
+ Optionally, you can install `types-aiobotocore` to `typings` folder.
243
+
244
+ Type checking should now work. No explicit type annotations required, write
245
+ your `aiobotocore` code as usual.
246
+
247
+ <a id="explicit-type-annotations"></a>
248
+
249
+ ## Explicit type annotations
250
+
251
+ <a id="client-annotations"></a>
252
+
253
+ ### Client annotations
254
+
255
+ `NeptuneGraphClient` provides annotations for
256
+ `session.create_client("neptune-graph")`.
257
+
258
+ ```python
259
+ from aiobotocore.session import get_session
260
+
261
+ from types_aiobotocore_neptune_graph import NeptuneGraphClient
262
+
263
+ session = get_session()
264
+ async with session.create_client("neptune-graph") as client:
265
+ client: NeptuneGraphClient
266
+ # now client usage is checked by mypy and IDE should provide code completion
267
+ ```
268
+
269
+ <a id="paginators-annotations"></a>
270
+
271
+ ### Paginators annotations
272
+
273
+ `types_aiobotocore_neptune_graph.paginator` module contains type annotations
274
+ for all paginators.
275
+
276
+ ```python
277
+ from aiobotocore.session import get_session
278
+
279
+ from types_aiobotocore_neptune_graph import NeptuneGraphClient
280
+ from types_aiobotocore_neptune_graph.paginator import (
281
+ ListGraphSnapshotsPaginator,
282
+ ListGraphsPaginator,
283
+ ListImportTasksPaginator,
284
+ ListPrivateGraphEndpointsPaginator,
285
+ )
286
+
287
+ session = get_session()
288
+ async with session.create_client("neptune-graph") as client:
289
+ client: NeptuneGraphClient
290
+
291
+ # Explicit type annotations are optional here
292
+ # Types should be correctly discovered by mypy and IDEs
293
+ list_graph_snapshots_paginator: ListGraphSnapshotsPaginator = client.get_paginator(
294
+ "list_graph_snapshots"
295
+ )
296
+ list_graphs_paginator: ListGraphsPaginator = client.get_paginator("list_graphs")
297
+ list_import_tasks_paginator: ListImportTasksPaginator = client.get_paginator(
298
+ "list_import_tasks"
299
+ )
300
+ list_private_graph_endpoints_paginator: ListPrivateGraphEndpointsPaginator = (
301
+ client.get_paginator("list_private_graph_endpoints")
302
+ )
303
+ ```
304
+
305
+ <a id="waiters-annotations"></a>
306
+
307
+ ### Waiters annotations
308
+
309
+ `types_aiobotocore_neptune_graph.waiter` module contains type annotations for
310
+ all waiters.
311
+
312
+ ```python
313
+ from aiobotocore.session import get_session
314
+
315
+ from types_aiobotocore_neptune_graph.client import NeptuneGraphClient
316
+ from types_aiobotocore_neptune_graph.waiter import (
317
+ GraphAvailableWaiter,
318
+ GraphDeletedWaiter,
319
+ GraphSnapshotAvailableWaiter,
320
+ GraphSnapshotDeletedWaiter,
321
+ ImportTaskCancelledWaiter,
322
+ ImportTaskSuccessfulWaiter,
323
+ PrivateGraphEndpointAvailableWaiter,
324
+ PrivateGraphEndpointDeletedWaiter,
325
+ )
326
+
327
+ session = get_session()
328
+ async with session.create_client("neptune-graph") as client:
329
+ client: NeptuneGraphClient
330
+
331
+ # Explicit type annotations are optional here
332
+ # Types should be correctly discovered by mypy and IDEs
333
+ graph_available_waiter: GraphAvailableWaiter = client.get_waiter("graph_available")
334
+ graph_deleted_waiter: GraphDeletedWaiter = client.get_waiter("graph_deleted")
335
+ graph_snapshot_available_waiter: GraphSnapshotAvailableWaiter = client.get_waiter(
336
+ "graph_snapshot_available"
337
+ )
338
+ graph_snapshot_deleted_waiter: GraphSnapshotDeletedWaiter = client.get_waiter(
339
+ "graph_snapshot_deleted"
340
+ )
341
+ import_task_cancelled_waiter: ImportTaskCancelledWaiter = client.get_waiter(
342
+ "import_task_cancelled"
343
+ )
344
+ import_task_successful_waiter: ImportTaskSuccessfulWaiter = client.get_waiter(
345
+ "import_task_successful"
346
+ )
347
+ private_graph_endpoint_available_waiter: PrivateGraphEndpointAvailableWaiter = (
348
+ client.get_waiter("private_graph_endpoint_available")
349
+ )
350
+ private_graph_endpoint_deleted_waiter: PrivateGraphEndpointDeletedWaiter = client.get_waiter(
351
+ "private_graph_endpoint_deleted"
352
+ )
353
+ ```
354
+
355
+ <a id="literals"></a>
356
+
357
+ ### Literals
358
+
359
+ `types_aiobotocore_neptune_graph.literals` module contains literals extracted
360
+ from shapes that can be used in user code for type checking.
361
+
362
+ Full list of `NeptuneGraph` Literals can be found in
363
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_neptune_graph/literals/).
364
+
365
+ ```python
366
+ from types_aiobotocore_neptune_graph.literals import ExplainModeType
367
+
368
+
369
+ def check_value(value: ExplainModeType) -> bool: ...
370
+ ```
371
+
372
+ <a id="type-definitions"></a>
373
+
374
+ ### Type definitions
375
+
376
+ `types_aiobotocore_neptune_graph.type_defs` module contains structures and
377
+ shapes assembled to typed dictionaries and unions for additional type checking.
378
+
379
+ Full list of `NeptuneGraph` TypeDefs can be found in
380
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_neptune_graph/type_defs/).
381
+
382
+ ```python
383
+ from types_aiobotocore_neptune_graph.type_defs import CancelImportTaskInputRequestTypeDef
384
+
385
+
386
+ def get_value() -> CancelImportTaskInputRequestTypeDef:
387
+ return {...}
388
+ ```
389
+
390
+ <a id="how-it-works"></a>
391
+
392
+ ## How it works
393
+
394
+ Fully automated
395
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
396
+ generates type annotations for each service, patiently waiting for
397
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
398
+ sure that:
399
+
400
+ - All available `aiobotocore` services are covered.
401
+ - Each public class and method of every `aiobotocore` service gets valid type
402
+ annotations extracted from `botocore` schemas.
403
+ - Type annotations include up-to-date documentation.
404
+ - Link to documentation is provided for every method.
405
+ - Code is processed by [black](https://github.com/psf/black) and
406
+ [isort](https://github.com/PyCQA/isort) for readability.
407
+
408
+ <a id="what's-new"></a>
409
+
410
+ ## What's new
411
+
412
+ <a id="implemented-features"></a>
413
+
414
+ ### Implemented features
415
+
416
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
417
+ libraries
418
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
419
+ compatibility
420
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
421
+ annotations for each service
422
+ - Generated `TypeDefs` for each service
423
+ - Generated `Literals` for each service
424
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
425
+ - Auto discovery of types for `session.client` and `session.resource` calls
426
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
427
+ calls
428
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
429
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
430
+
431
+ <a id="latest-changes"></a>
432
+
433
+ ### Latest changes
434
+
435
+ Builder changelog can be found in
436
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
437
+
438
+ <a id="versioning"></a>
439
+
440
+ ## Versioning
441
+
442
+ `types-aiobotocore-neptune-graph` version is the same as related `aiobotocore`
443
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
444
+ format.
445
+
446
+ <a id="thank-you"></a>
447
+
448
+ ## Thank you
449
+
450
+ - [Allie Fitter](https://github.com/alliefitter) for
451
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
452
+ this package is based on top of his work
453
+ - [black](https://github.com/psf/black) developers for an awesome formatting
454
+ tool
455
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
456
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
457
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
458
+ for us
459
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
460
+ Python
461
+
462
+ <a id="documentation"></a>
463
+
464
+ ## Documentation
465
+
466
+ All services type annotations can be found in
467
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_neptune_graph/)
468
+
469
+ <a id="support-and-contributing"></a>
470
+
471
+ ## Support and contributing
472
+
473
+ This package is auto-generated. Please reports any bugs or request new features
474
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
475
+ repository.