types-boto3-sagemaker-featurestore-runtime 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.
Files changed (22) hide show
  1. types_boto3_sagemaker_featurestore_runtime-1.35.93/LICENSE +21 -0
  2. types_boto3_sagemaker_featurestore_runtime-1.35.93/PKG-INFO +451 -0
  3. types_boto3_sagemaker_featurestore_runtime-1.35.93/README.md +417 -0
  4. types_boto3_sagemaker_featurestore_runtime-1.35.93/setup.cfg +4 -0
  5. types_boto3_sagemaker_featurestore_runtime-1.35.93/setup.py +54 -0
  6. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/__init__.py +25 -0
  7. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/__init__.pyi +24 -0
  8. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/__main__.py +43 -0
  9. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/client.py +136 -0
  10. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/client.pyi +133 -0
  11. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/literals.py +459 -0
  12. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/literals.pyi +457 -0
  13. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/py.typed +0 -0
  14. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/type_defs.py +162 -0
  15. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/type_defs.pyi +144 -0
  16. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime/version.py +7 -0
  17. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime.egg-info/PKG-INFO +451 -0
  18. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime.egg-info/SOURCES.txt +20 -0
  19. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime.egg-info/dependency_links.txt +1 -0
  20. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime.egg-info/not-zip-safe +1 -0
  21. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime.egg-info/requires.txt +3 -0
  22. types_boto3_sagemaker_featurestore_runtime-1.35.93/types_boto3_sagemaker_featurestore_runtime.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,451 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-sagemaker-featurestore-runtime
3
+ Version: 1.35.93
4
+ Summary: Type annotations for boto3 SageMakerFeatureStoreRuntime 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_sagemaker_featurestore_runtime/
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 sagemaker-featurestore-runtime 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-sagemaker-featurestore-runtime"></a>
36
+
37
+ # types-boto3-sagemaker-featurestore-runtime
38
+
39
+ [![PyPI - types-boto3-sagemaker-featurestore-runtime](https://img.shields.io/pypi/v/types-boto3-sagemaker-featurestore-runtime.svg?color=blue)](https://pypi.org/project/types-boto3-sagemaker-featurestore-runtime/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-sagemaker-featurestore-runtime.svg?color=blue)](https://pypi.org/project/types-boto3-sagemaker-featurestore-runtime/)
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-sagemaker-featurestore-runtime)](https://pypistats.org/packages/types-boto3-sagemaker-featurestore-runtime)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for
47
+ [boto3 SageMakerFeatureStoreRuntime 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-sagemaker-featurestore-runtime docs](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_featurestore_runtime/).
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-sagemaker-featurestore-runtime](#types-boto3-sagemaker-featurestore-runtime)
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 `SageMakerFeatureStoreRuntime` 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 `SageMakerFeatureStoreRuntime`.
122
+
123
+ <a id="from-pypi-with-pip"></a>
124
+
125
+ ### From PyPI with pip
126
+
127
+ Install `types-boto3` for `SageMakerFeatureStoreRuntime` service.
128
+
129
+ ```bash
130
+ # install with boto3 type annotations
131
+ python -m pip install 'types-boto3[sagemaker-featurestore-runtime]'
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[sagemaker-featurestore-runtime]'
136
+
137
+ # standalone installation
138
+ python -m pip install types-boto3-sagemaker-featurestore-runtime
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-sagemaker-featurestore-runtime
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[sagemaker-featurestore-runtime]` in your environment:
163
+
164
+ ```bash
165
+ python -m pip install 'types-boto3[sagemaker-featurestore-runtime]'
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[sagemaker-featurestore-runtime]` in your environment:
194
+
195
+ ```bash
196
+ python -m pip install 'types-boto3[sagemaker-featurestore-runtime]'
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[sagemaker-featurestore-runtime]'
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[sagemaker-featurestore-runtime]` with services you use
238
+ in your environment:
239
+
240
+ ```bash
241
+ python -m pip install 'types-boto3[sagemaker-featurestore-runtime]'
242
+ ```
243
+
244
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
245
+
246
+ Type checking should now work. No explicit type annotations required, write
247
+ your `boto3` code as usual.
248
+
249
+ <a id="other-ides"></a>
250
+
251
+ ### Other IDEs
252
+
253
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
254
+ should work.
255
+
256
+ <a id="mypy"></a>
257
+
258
+ ### mypy
259
+
260
+ - Install `mypy`: `python -m pip install mypy`
261
+ - Install `types-boto3[sagemaker-featurestore-runtime]` in your environment:
262
+
263
+ ```bash
264
+ python -m pip install 'types-boto3[sagemaker-featurestore-runtime]'
265
+ ```
266
+
267
+ Type checking should now work. No explicit type annotations required, write
268
+ your `boto3` code as usual.
269
+
270
+ <a id="pyright"></a>
271
+
272
+ ### pyright
273
+
274
+ - Install `pyright`: `npm i -g pyright`
275
+ - Install `types-boto3[sagemaker-featurestore-runtime]` in your environment:
276
+
277
+ ```bash
278
+ python -m pip install 'types-boto3[sagemaker-featurestore-runtime]'
279
+ ```
280
+
281
+ Optionally, you can install `types-boto3` to `typings` directory.
282
+
283
+ Type checking should now work. No explicit type annotations required, write
284
+ your `boto3` code as usual.
285
+
286
+ <a id="pylint-compatibility"></a>
287
+
288
+ ### Pylint compatibility
289
+
290
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
291
+ `types-boto3-sagemaker-featurestore-runtime` dependency in production. However,
292
+ there is an issue in `pylint` that it complains about undefined variables. To
293
+ fix it, set all types to `object` in non-`TYPE_CHECKING` mode.
294
+
295
+ ```python
296
+ from typing import TYPE_CHECKING
297
+
298
+ if TYPE_CHECKING:
299
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
300
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
301
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
302
+ else:
303
+ EC2Client = object
304
+ EC2ServiceResource = object
305
+ BundleTaskCompleteWaiter = object
306
+ DescribeVolumesPaginator = object
307
+
308
+ ...
309
+ ```
310
+
311
+ <a id="explicit-type-annotations"></a>
312
+
313
+ ## Explicit type annotations
314
+
315
+ <a id="client-annotations"></a>
316
+
317
+ ### Client annotations
318
+
319
+ `SageMakerFeatureStoreRuntimeClient` provides annotations for
320
+ `boto3.client("sagemaker-featurestore-runtime")`.
321
+
322
+ ```python
323
+ from boto3.session import Session
324
+
325
+ from types_boto3_sagemaker_featurestore_runtime import SageMakerFeatureStoreRuntimeClient
326
+
327
+ client: SageMakerFeatureStoreRuntimeClient = Session().client("sagemaker-featurestore-runtime")
328
+
329
+ # now client usage is checked by mypy and IDE should provide code completion
330
+ ```
331
+
332
+ <a id="literals"></a>
333
+
334
+ ### Literals
335
+
336
+ `types_boto3_sagemaker_featurestore_runtime.literals` module contains literals
337
+ extracted from shapes that can be used in user code for type checking.
338
+
339
+ Full list of `SageMakerFeatureStoreRuntime` Literals can be found in
340
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_featurestore_runtime/literals/).
341
+
342
+ ```python
343
+ from types_boto3_sagemaker_featurestore_runtime.literals import DeletionModeType
344
+
345
+
346
+ def check_value(value: DeletionModeType) -> bool: ...
347
+ ```
348
+
349
+ <a id="type-definitions"></a>
350
+
351
+ ### Type definitions
352
+
353
+ `types_boto3_sagemaker_featurestore_runtime.type_defs` module contains
354
+ structures and shapes assembled to typed dictionaries and unions for additional
355
+ type checking.
356
+
357
+ Full list of `SageMakerFeatureStoreRuntime` TypeDefs can be found in
358
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_featurestore_runtime/type_defs/).
359
+
360
+ ```python
361
+ from types_boto3_sagemaker_featurestore_runtime.type_defs import BatchGetRecordErrorTypeDef
362
+
363
+
364
+ def get_value() -> BatchGetRecordErrorTypeDef:
365
+ return {...}
366
+ ```
367
+
368
+ <a id="how-it-works"></a>
369
+
370
+ ## How it works
371
+
372
+ Fully automated
373
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
374
+ generates type annotations for each service, patiently waiting for `boto3`
375
+ updates. It delivers drop-in type annotations for you and makes sure that:
376
+
377
+ - All available `boto3` services are covered.
378
+ - Each public class and method of every `boto3` service gets valid type
379
+ annotations extracted from `botocore` schemas.
380
+ - Type annotations include up-to-date documentation.
381
+ - Link to documentation is provided for every method.
382
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
383
+
384
+ <a id="what's-new"></a>
385
+
386
+ ## What's new
387
+
388
+ <a id="implemented-features"></a>
389
+
390
+ ### Implemented features
391
+
392
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
393
+ libraries
394
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
395
+ compatibility
396
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
397
+ annotations for each service
398
+ - Generated `TypeDefs` for each service
399
+ - Generated `Literals` for each service
400
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
401
+ - Auto discovery of types for `session.client` and `session.resource` calls
402
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
403
+ calls
404
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
405
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
406
+
407
+ <a id="latest-changes"></a>
408
+
409
+ ### Latest changes
410
+
411
+ Builder changelog can be found in
412
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
413
+
414
+ <a id="versioning"></a>
415
+
416
+ ## Versioning
417
+
418
+ `types-boto3-sagemaker-featurestore-runtime` version is the same as related
419
+ `boto3` version and follows
420
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
421
+
422
+ <a id="thank-you"></a>
423
+
424
+ ## Thank you
425
+
426
+ - [Allie Fitter](https://github.com/alliefitter) for
427
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
428
+ this package is based on top of his work
429
+ - [black](https://github.com/psf/black) developers for an awesome formatting
430
+ tool
431
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
432
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
433
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
434
+ for us
435
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
436
+ Python
437
+
438
+ <a id="documentation"></a>
439
+
440
+ ## Documentation
441
+
442
+ All services type annotations can be found in
443
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_featurestore_runtime/)
444
+
445
+ <a id="support-and-contributing"></a>
446
+
447
+ ## Support and contributing
448
+
449
+ This package is auto-generated. Please reports any bugs or request new features
450
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
451
+ repository.