You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-bleach-allowlist-1.0.3-1.lbn36.noarch
Bleach allowlist A curated list of tags, attributes, and styles suitable for filtering user-provided HTML using bleach < it consists of basic set of tags suitable for rendering markdown, and markup intended for printing, as well as a list of all CSS styles. Please send pull requests with improvements or lists of tags and attributes for other purposes (wikis, comments, etc?).Installation pip...
RPMPackage python3-bindep-2.11.0-1.lbn36.noarch
Introduction Bindep is a tool for checking the presence of binary packages needed to use an application / library. It started life as a way to make it easier to set up a development environment for OpenStack projects. While OpenStack depends heavily on pip for installation of Python dependencies, some dependencies are not Python based, and particularly for testing, some dependencies have to be...
RPMPackage python3-backoff-2.2.1-1.lbn36.noarch
This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.
RPMPackage python3-asyncio-throttle-1.0.2-2.lbn36.noarch
asyncio-throttle Simple, easy-to-use throttler for asyncio. Example import time import random import asyncio from asyncio_throttle import Throttler async def worker(no, throttler, n): for _ in range(n): await asyncio.sleep(random.random() * 2) async with throttler: print(time.time(), 'Worker #%d: Bang!' % no) async def main(): throttler = Throttler(rate_limit=5) tasks = [ loop.create_task(worker(no, throttler, 10)) for no in range(5) ] await asyncio.wait(tasks) loop = asyncio.get_event_loop() loop.run_until_complete(main()) loop.close() Here I limited work rate to 5/sec while there are 5 workers. And the result: 1508273760.3462772 Worker #2: Bang! 1508273760.590009 Worker #3: Bang! 1508273760.856431 Worker #0: Bang! 1508273761.0110679 Worker #2: Bang! 1508273761.086856 Worker #4: Bang! 1508273761.350699 Worker #3: Bang! 1508273761.5906 Worker #1: Bang! 1508273761.8655958 Worker #4: Bang! 1508273762.224158 Work
RPMPackage python3-asyncio-dgram-1.1.1-5.fc36.noarch
The goal of this package is to make implementing common patterns that use datagrams simple and straight-forward while still supporting more esoteric options. This is done by taking an opinionated stance on the API that differs from parts of asyncio.
RPMPackage python3-async-lru-1.0.3-1.lbn36.noarch
async_lru :info: Simple lru cache for asyncio Installation .. code-block:: shell pip install async_lruUsage This package is 100% port of Python built-in function functools.lru_cache < for asyncio <
RPMPackage python3-ansible-lint-24.7.0-1.lbn36.noarch
Python3 module for ansible-lint.
RPMPackage python3-ansible-compat-24.10.0-1.lbn36.noarch
A python package contains functions that facilitate working with various versions of Ansible 2.9 and newer.
RPMPackage python3-ansible-builder-1.2.0-1.lbn36.noarch
[![CI]( [![codecov]( Ansible BuilderAnsible Builder is a tool that automates the process of building execution environments using the schemas and tooling defined in various Ansible Collections and by the user. See the readthedocs page for ansible-builder at: Get Involved:
RPMPackage python3-aioredis-2.0.1-2.lbn36.noarch
aioredis asyncio (3156) Redis client library. The library is intended to provide simple and clear interface to Redis based on asyncio. Features Feature Supported hiredis parser :white_check_mark: Pure-python parser :white_check_mark: Low-level & High-level APIs :white_check_mark: Pipelining support :white_check_mark: Multi/Exec support :white_check_mark: Connections Pool :white_check_mark: Pub/Sub support :white_check_mark: Sentinel support :white_check_mark: ACL support :white_check_mark: Streams support :white_check_mark: Redis Cluster support :no_entry_sign: Tested Python versions 3.6, 3.7, 3.8, 3.9 Tested for Redis servers 5.0, 6.0 Support for dev Redis server through low-level API Installation The easiest way to install aioredis is by using the package on PyPi: pip install aioredis Requirements Python 3.6+ hiredis Benchmarks Benchmarks can be found here: https:/github.com/popravich/python-redis-benchmark Contribute Issue Tracker: https:/gith
RPMPackage python3-aiohttp-xmlrpc-1.5.0-1.lbn36.noarch
AIOHTTP XMLRPC .. image::
RPMPackage python3-aiofiles-24.1.0-1.lbn36.noarch
aiofiles is an Apache2 licensed library, written in Python, for handling local disk files in asyncio applications.
RPMPackage python3-firebase-admin-5.4.0-1.lbn36.noarch
The Firebase Admin Python SDK enables server-side (backend) Python developers to integrate Firebase into their services and applications.
RPMPackage python3-kombu-5.5.4-1.lbn36.noarch
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security. One of the most popular implementations of AMQP is RabbitMQ. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems.
RPMPackage python3-billiard-4.2.1-1.lbn36.noarch
This package contains extensions to the multiprocessing pool.
RPMPackage libbabeltrace-1.5.8-9.fc36.x86_64
This project provides trace read and write libraries, as well as a trace converter. A plugin can be created for any trace format to allow its conversion to/from another trace format.
RPMPackage libb2-0.98.1-6.fc36.x86_64
C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp. BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard SHA-3.
RPMPackage libavutil-free-5.0.1-11.fc36.x86_64
The libavutil library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats).
RPMPackage libavif-tools-1.1.1-1.lbn36.x86_64
This library aims to be a friendly, portable C implementation of the AV1 Image File Format, as described here: https://aomediacodec.github.io/av1-avif/ This package holds the commandline tools to encode and decode AVIF files.
RPMPackage libavif-1.1.1-1.lbn36.x86_64
This library aims to be a friendly, portable C implementation of the AV1 Image File Format, as described here: https://aomediacodec.github.io/av1-avif/