-
python3-neo4j-5.2.1-1.lbn36.noarch
**************************** Neo4j Bolt Driver for Python
****************************This repository contains the official Neo4j driver
for Python.Starting with 5.0, the Neo4j Drivers will be moving to a monthly
release cadence. A minor version will be released on the last Friday of each
month so as to maintain versioning consistency with the core product (Neo4j
DBMS) which has also moved to...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-netmiko-4.1.2-1.lbn36.noarch
[. 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