-
python3-ntplib-0.3.3-24.fc36.noarch
The ntplib is a python module that offers a simple interface to query NTP
servers. It also provides utility functions to translate NTP fields' values to
text (mode, leap indicator...). Since it's pure Python, and only depends on core
modules, it should work on any platform with a Python implementation.
Python 3 version.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-nvd3-0.15.0-1.lbn36.noarch
Python Wrapper for NVD3 - It's time for beautiful charts :Description: Python-
nvd3 is a wrapper for NVD3 graph library :NVD3: NVD3 :D3: Data-Driven Documents
:Maintainers: Areski_ & Oz_ :Contributors: list of contributors < _Areski: ..
_Oz: .. image::
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-oauth2client-4.1.3-16.fc36.noarch
This is a python client module for accessing resources protected by OAuth 2.0
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-openapi-schema-validator-0.6.3-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
/
…
/
Core Linux
/
BastionLinux 36
-
python3-openapi-spec-validator-0.7.1-1.lbn36.noarch
********************** OpenAPI Spec validator ********************** :target:
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-opentelemetry-exporter-jaeger-1.21.0-1.lbn36.noarch
Warning
Since v1.35, the Jaeger supports OTLP natively. Please use the OTLP exporter instead.
Support for this exporter will end July 2023.
This library is provided as a convenience to install all supported Jaeger Exporters. Currently it installs:
* opentelemetry-exporter-jaeger-proto-grpc
* opentelemetry-exporter-jaeger-thrift
To avoid unnecessary dependencies, users should install the specific package once they’ve determined their
preferred serialization method.
Installation
pip install opentelemetry-exporter-jaeger
References
OpenTelemetry Jaeger Exporter
Jaeger
OpenTelemetry Project
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-opentelemetry-exporter-jaeger-proto-grpc-1.21.0-1.lbn36.noarch
Warning
Since v1.35, the Jaeger supports OTLP natively. Please use the OTLP exporter instead.
Support for this exporter will end July 2023.
This library allows to export tracing data to Jaeger.
Installation
pip install opentelemetry-exporter-jaeger-proto-grpc
Configuration
OpenTelemetry Jaeger Exporter can be configured by setting JaegerExporter parameters or by setting
environment variables
References
OpenTelemetry Jaeger Exporter
Jaeger
OpenTelemetry Project
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-opentelemetry-exporter-jaeger-thrift-1.21.0-1.lbn36.noarch
Warning
Since v1.35, the Jaeger supports OTLP natively. Please use the OTLP exporter instead.
Support for this exporter will end July 2023.
This library allows to export tracing data to Jaeger using Thrift.
Installation
pip install opentelemetry-exporter-jaeger-thrift
Configuration
OpenTelemetry Jaeger Exporter can be configured by setting JaegerExporter parameters or by setting
environment variables
References
OpenTelemetry Jaeger Exporter
Jaeger
OpenTelemetry Project
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-opentelemetry-exporter-opencensus-0.29~b0-5.fc36.noarch
This library allows to export traces using OpenCensus.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-opentelemetry-exporter-otlp-1.34.1-1.lbn36.noarch
This library is provided as a convenience to install all supported OpenTelemetry Collector Exporters. Currently it installs:
opentelemetry-exporter-otlp-proto-grpc
opentelemetry-exporter-otlp-proto-http
In the future, additional packages will be available:
* opentelemetry-exporter-otlp-json-http
To avoid unnecessary dependencies, users should install the specific package once they’ve determined their
preferred serialization and protocol method.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36