-
zenoss4-mysqld-4.2.5-21.lbn25.noarch
MySQL backend for Zenoss/ZODB
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 25
-
zenoss4-oracled-4.2.5-21.lbn25.noarch
Oracle backend for Zenoss/ZODB
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 25
-
zenoss4-pgsqld-4.2.5-21.lbn25.noarch
PostgreSQL backend for Zenoss/ZODB
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 25
-
zenoss4-rabbitmq-4.2.5-21.lbn25.noarch
rabbitmq-server setup for Zenoss. This is a separate package to easily
enable large-scale Zenoss deployment
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-aiolimiter-1.1.0-1.lbn36.noarch
aiolimiter
Introduction
An efficient implementation of a rate limiter for asyncio.
This project implements the Leaky bucket algorithm, giving you precise control over the rate a code section can be entered:
from aiolimiter import AsyncLimiter
rate_limit = AsyncLimiter(100, 30)
async def some_coroutine():
async with rate_limit:
await do_something()
It was first developed as an answer on Stack Overflow.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-aiomisc-17.7.7-1.lbn36.noarch
Miscellaneous utils for asyncio.
As a programmer, you are no stranger to the challenges that come with building
and maintaining software applications. One area that can be particularly
difficult is making architecture of the software that using asynchronous I/O.
This is where aiomisc comes in. aiomisc is a Python library that provides a
collection of utility functions and classes for working with asynchronous I/O
in a more intuitive and efficient way. It is built on top of the asyncio
library and is designed to make it easier for developers to write
asynchronous code that is both reliable and scalable.
With aiomisc, you can take advantage of powerful features like
worker pools, connection pools, circuit breaker pattern,
and retry mechanisms such as asyncbackoff and asyncretry to make your
asyncio code more robust and easier to maintain. In this documentation,
we’ll take a closer look at what aiomisc has to offer and how it can
help you streamline your asyncio service development.
Inst
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-aiomysql-0.2.0-4.lbn36.noarch
aiomysql is a “driver” for accessing a MySQL database from the asyncio
(PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL .
aiomysql tries to be like awesome aiopg library and preserve same api, look and
feel.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-aiomysql-0.2.0-4.lbn36.noarch
aiomysql is a “driver” for accessing a MySQL database from the asyncio
(PEP-3156/tulip) framework. It depends on and reuses most parts of PyMySQL .
aiomysql tries to be like awesome aiopg library and preserve same api, look and
feel.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-aiomysql+rsa-0.2.0-4.lbn36.noarch
This is a metapackage bringing in rsa extras requires for python3-aiomysql.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36