You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-marshmallow-sqlalchemy-1.0.0-1.lbn36.noarch
********************** marshmallow-sqlalchemy **********************|pypi- package| |build-status| |docs| |marshmallow3| |black|Homepage: < integration with the marshmallow < (de)serialization library.Declare your models .. code- block:: python import sqlalchemy as sa from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import scoped_session, sessionmaker, relationship,...
RPMPackage python3-marshmallow-3.21.3-2.lbn36.noarch
Marshmallow is a framework-agnostic library for converting complex datatypes, such as objects, to and from primitive Python datatypes. Marshmallow schemas can be used to: * Validate input data. * Deserialize input data to app-level objects. * Serialize app-level objects to primitive Python types. The serialized objects can then be rendered to standard formats such as JSON for use in an HTTP API. Python 3 version.
RPMPackage python3-markdown-it-py-3.0.0-6.lbn36.noarch
Markdown parser done right. Its features: Follows the CommonMark spec for baseline parsing. Has configurable syntax: you can add new rules and even replace existing ones. Pluggable: Adds syntax extensions to extend the parser. High speed & safe by default
RPMPackage python3-livereload-2.6.3-1.lbn36.noarch
LiveReload This is a brand new LiveReload in version 2.0.0.Download on PyPi < Python LiveReload is designed for web developers who know Python.Install Python LiveReload with pip:: $ pip install livereloadIf you don't have pip installed, try easy_install:: $ easy_install livereloadCommand Line Interface -Python LiveReload provides a command line utility, livereload, for starting a server in a...
RPMPackage python3-linkify-it-py-2.0.0-1.lbn36.noarch
linkify-it-py[![CI]( [![pypi]( [![Anaconda-Server Badge]( [![codecov]( [![Maintainability](
RPMPackage python3-linkedin-0.1.5-1.lbn36.noarch
Overview Here's another library based on the LinkedIn API, OAuth and JSON responses.Hope this documentation explains everything you need to get started. Any questions feel free to email me or inbox me.Install through pip...pip install linkedin If linkedin is already installed, pass -I to your install:pip install -I linkedin Import LinkedIn libraryfrom linkedin import * Authorization URL*Get an...