You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage 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,
RPMPackage python3-oauth2client-4.1.3-16.fc36.noarch
This is a python client module for accessing resources protected by OAuth 2.0
RPMPackage 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::
RPMPackage 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.
RPMPackage python3-ntc-templates-3.1.0-1.lbn36.noarch
[![Build Status]( [![Code style: black]( TEMPLATES Repository of TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.[TextFSM]( is a project built by Google that takes CLI string output and passes each line through a series of regular expressions until it finds a match. The regular expressions use named capture groups to build a text table out of the significant...
RPMPackage python3-nptyping-2.2.0-4.lbn36.noarch
Type hints for Numpy.
RPMPackage python3-ninja-1.10.2.4-1.lbn36.x86_64
Ninja Python Distributions Ninja <>_ is a small build system with a focus on speed.The latest Ninja python wheels provide ninja 1.10.2.g51db2.kitware.jobserver-1 < executable and ninja_syntax.py for generating .ninja files. Latest Release --.. table:: +-++
RPMPackage python3-netutils-1.3.0-1.lbn36.noarch
Netutils<p align"center"> <img src" class"logo" height"200px"> <a href" src" <a href" src" <a href" src" <a href" src"
RPMPackage python3-netmiko-4.1.2-1.lbn36.noarch
[![PyPI - Python Version]( [![PyPI]( [![Downloads]( [![GitHub contributors]( [![Code Style]( src" width"320">
RPMPackage 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...
RPMPackage python3-nbsphinx-0.8.7-2.fc36.noarch
nbsphinx is a Sphinx extension that provides a source parser for *.ipynb files. Custom Sphinx directives are used to show Jupyter Notebook code cells (and of course their results) in both HTML and LaTeX output. Unevaluated notebooks, i.e. notebooks without stored output cells, will be automatically executed during the Sphinx build process.
RPMPackage python3-nasdaq-data-link-1.0.4-1.lbn36.noarch
Official Nasdaq Data Link API Client for Python A Python library for Nasdaq Data Link's RESTful API.You can install this package by using the pip tool and installing: $ pip install nasdaq-data-link
RPMPackage python3-napalm-4.0.0-1.lbn36.noarch
NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support) is a Python library that implements a set of functions to interact with different router vendor devices using a unified API.
RPMPackage python3-myst-parser-4.0.1-1.lbn36.noarch
A fully-functional markdown flavor and parser for Sphinx. MyST allows you to write Sphinx documentation entirely in markdown. MyST markdown provides a markdown equivalent of the reStructuredText syntax, meaning that you can do anything in MyST that you can do with reStructuredText. It is an attempt to have the best of both worlds: the flexibility and extensibility of Sphinx with the simplicity and readability of Markdown.
RPMPackage python3-mypy-boto3-appflow-1.26.15-1.lbn36.noarch
<a id"mypy-boto3-appflow"></a> mypy-boto3-appflow[![PyPI - mypy-boto3-appflow]( [![PyPI - Python Version]( [![Docs]( [![PyPI - Downloads](
RPMPackage python3-mypy-1.9.0-1.lbn36.noarch
Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types.
RPMPackage python3-munch-2.5.0-8.fc36.noarch
munch is a fork of David Schoonover's **Bunch** package, providing similar functionality. 99% of the work was done by him, and the fork was made mainly for lack of responsiveness for fixes and maintenance on the original code. Munch is a dictionary that supports attribute-style access, a la JavaScript.
RPMPackage python3-molecule-4.0.4-5.lbn36.noarch
Molecule is designed to aid in the development and testing of Ansible roles. Molecule provides support for testing with multiple instances, operating systems and distributions, virtualization providers, test frameworks and testing scenarios. Molecule is opinionated in order to encourage an approach that results in consistently developed roles that are well-written, easily understood and maintained. Molecule uses Ansible playbooks to exercise the role and its associated tests. Molecule supports any provider that Ansible supports.
RPMPackage python3-mdurl-0.1.2-7.lbn36.noarch
URL utilities for markdown-it parser.
RPMPackage python3-mdit-py-plugins-0.4.2-1.lbn36.noarch
Collection of core plugins for markdown-it-py.