You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-aiomysql+sa-0.2.0-4.lbn36.noarch
This is a metapackage bringing in sa extras requires for python3-aiomysql. It makes sure the dependencies are installed.
RPMPackage python3-aiomysql+sa-0.2.0-4.lbn36.noarch
This is a metapackage bringing in sa extras requires for python3-aiomysql. It makes sure the dependencies are installed.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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
RPMPackage 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.
RPMPackage sqitch-vertica-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Vertica support.
RPMPackage sqitch-sqlite-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch SQLite support.
RPMPackage sqitch-snowflake-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Snowflake support. It requires that the SnowSQL client and ODBC driver also be installed.
RPMPackage sqitch-pg-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch PostgreSQL support.
RPMPackage sqitch-oracle-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Oracle support.
RPMPackage sqitch-mysql-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch MySQL support.
RPMPackage sqitch-firebird-1.1.0-1.lbn36.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch Firebird support.
RPMPackage sqitch-1.1.0-1.lbn36.noarch
This application, `sqitch`, provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git.
RPMPackage redis-devel-7.2.3-1.lbn36.x86_64
Header file required for building loadable Redis modules. Detailed API documentation is available in the redis-doc package.
RPMPackage redis-7.2.3-1.lbn36.x86_64
Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also.
RPMPackage postgresql-upgrade-devel-16.3-6.lbn36.x86_64
The postgresql-devel package contains the header files and libraries needed to compile C or C++ applications which are necessary in upgrade process.
RPMPackage postgresql-upgrade-16.3-6.lbn36.x86_64
The postgresql-upgrade package contains the pg_upgrade utility and supporting files needed for upgrading a PostgreSQL database from the previous major version of PostgreSQL.
RPMPackage postgresql-test-16.3-6.lbn36.x86_64
The postgresql-test package contains files needed for various tests for the PostgreSQL database management system, including regression tests and benchmarks.