-
python3-freezerclient-3.0.0-1.lbn25.noarch
This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-karbor-1.4.0-1.lbn25.noarch
Mission Statement
To protect the Data and Metadata that comprises an OpenStack-deployed Application against loss/damage (e.g. backup, replication) by providing a standard framework of APIs and services that allows vendors to provide plugins through a unified interface
Open Architecture
Design for multiple perspectives:
User: Protect App Deployment
Configure and manage custom protection plans on the deployed resources (topology, VMs, volumes, images, …)
Admin: Define Protectable Resources
Decide what plugins protect which resources, what is available for the user
Decide where users can protect their resources
Vendors: Standard API for protection products
Create plugins that implement Protection mechanisms for different OpenStack resources
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-karborclient-1.4.0-1.lbn25.noarch
python-karborclient is a client library for karbor built on the karbor API. It provides a Python API (the karborclient module) and a command-line tool (karbor).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-openai-1.35.12-1.lbn36.noarch
OpenAI Python LibraryThe OpenAI Python library provides convenient access to
the OpenAI API from applications written in the Python language. It includes a
pre-defined set of classes for API resources that initialize themselves
dynamically from API responses which makes it compatible with a wide range of
versions of the OpenAI API.You can find usage examples for the OpenAI Python
library in...
Located in
LBN
/
…
/
Big Data
/
BastionLinux 36
-
python3-openai-datalib-1.6.1-1.lbn36.noarch
Data libraries like numpy and pandas are not installed by default due to their
size. They’re needed for some functionality of this library, but generally not
for talking to the API.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 36
-
python3-openai-embeddings-1.6.1-1.lbn36.noarch
Install dependencies for embedding utilities.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 36
-
python3-openai-wandb-1.6.1-1.lbn36.noarch
Install support for Weights and Biases
Located in
LBN
/
…
/
Big Data
/
BastionLinux 36
-
python3-openapi-schema-validator-0.6.2-1.lbn36.noarch
About
Openapi-schema-validator is a Python library that validates schema against:
OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema Specification Wright Draft 00.
OpenAPI Schema Specification v3.1 which is an extended superset of the JSON Schema Specification Draft 2020-12.
Installation
Recommended way (via pip):
$ pip install openapi-schema-validator
Alternatively you can download the code and install from the repository:
$ pip install -e git+https:/github.com/p1c2u/openapi-schema-validator.git#egg=openapi_schema_validator
Usage
By default, the latest OpenAPI schema syntax is expected.
To validate an OpenAPI v3.1 schema:
from openapi_schema_validator import validate
schema = {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"age": {
"type": ["integer", "null"],
"format": "int32",
"minimum": 0,
Located in
LBN
/
…
/
Big Data
/
BastionLinux 36
-
python3-openapi-spec-validator-0.7.1-1.lbn36.noarch
********************** OpenAPI Spec validator ********************** :target:
Located in
LBN
/
…
/
Big Data
/
BastionLinux 36
-
python3-wandb-0.13.11-1.lbn36.noarch
Weights and Biases
W&B to build better models faster. Track and visualize all the pieces of your machine
learning pipeline, from datasets to production models.
Located in
LBN
/
…
/
Big Data
/
BastionLinux 36