You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-aiohttp-remotes-1.2.0-1.lbn36.noarch
The library is a set of useful tools for aiohttp.web server. The full list of tools is: AllowedHosts – restrict a set of incoming connections to allowed hosts only. BasicAuth – protect web application by basic auth authorization. Cloudflare – make sure that web application is protected by CloudFlare. ForwardedRelaxed and ForwardedStrict – process Forwarded HTTP header and modify corresponding scheme, host, remote attributes in strong secured and relaxed modes. Secure – ensure that web application is handled by HTTPS (SSL/TLS) only, redirect plain HTTP to HTTPS automatically. XForwardedRelaxed and XForwardedStrict – the same as ForwardedRelaxed and ForwardedStrict but process old-fashion X-Forwarded-* headers instead of new standard Forwarded. Read https:/aiohttp-remotes.readthedocs.io for more information. The library was donated by Ocean S.A. https:/ocean.io/ Thanks to the company for contribution.
RPMPackage python3-aiohttp-jinja2-1.5-1.lbn36.noarch
aiohttp_jinja2 jinja2_ template renderer for aiohttp.web__.
RPMPackage python3-aiocsv-1.2.3-1.lbn36.x86_64
Asynchronous CSV reading and writing. InstallationPython 3.6+ is required. pip3 install aiocsv AsyncReader & AsyncDictReader accept any object that has a read(size: int) coroutine, which should return a string.AsyncWriter & AsyncDictWriter accept any object that has a write(b: str) coroutine.Reading is implemented using a custom CSV parser, which should behave exactly like the CPython...
RPMPackage python3-adal-1.2.7-1.lbn36.noarch
This library, ADAL for Python, will no longer receive new feature improvements. Instead, use the new library MSAL for Python. If you are starting a new project, you can get started with the MSAL Python docs for details about the scenarios, usage, and relevant concepts. If your application is using the previous ADAL Python library, you can follow this migration guide to update to MSAL Python. Existing applications relying on ADAL Python will continue to work. Microsoft Azure Active Directory Authentication Library (ADAL) for Python master branch dev branch Reference Docs Getting Started Docs Python Samples Support Feedback The ADAL for Python library enables python applications to authenticate with Azure AD and get tokens to access Azure AD protected web resources. You can learn in detail about ADAL Python functionality and usage documented in the Wiki. Installation and Usage You can find the steps to install and basic usage of the library under ADAL Basics page in
RPMPackage python3-awscrt-0.23.8-1.lbn36.x86_64
AWS CRT Python[![Version]( 3 bindings for the AWS Common Runtime.* [API documentation]( * [Development guide](guides/dev/README.md) for contributors to aws-crt-python's source code. LicenseThis library is licensed under the Apache 2.0 License. Minimum Requirements:* Python 3.7+ InstallationTo install from pip:bash python3 -m pip install awscrt To install from Github:bash git clone cd...
RPMPackage nxpwireless-firmware-20240909-1.lbn36.noarch
Firmware for NXP WiFi/Bluetooth/UWB adapters.
RPMPackage nss_hesiod-2.38.9000-22.lbn36.x86_64
The nss_hesiod Name Service Switch module uses the Domain Name System (DNS) as a source for user, group, and service information, following the Hesiod convention of Project Athena.
RPMPackage nss_db-2.38.9000-22.lbn36.x86_64
The nss_db Name Service Switch module uses hash-indexed files in /var/db to speed up user, group, service, host name, and other NSS-based lookups.
RPMPackage libsss_simpleifp-2.7.4-1.fc36.x86_64
Provides library that simplifies D-Bus API for the SSSD InfoPipe responder.
RPMPackage libsss_autofs-2.9.3-1.lbn36.x86_64
A utility library to allow communication between Autofs and SSSD
RPMPackage python3-dnf-plugin-versionlock-4.4.2-1.lbn36.noarch
Version lock plugin takes a set of name/versions for packages and excludes all other versions of those packages. This allows you to e.g. protect packages from being updated by newer versions.
RPMPackage python3-dnf-plugin-show-leaves-4.4.2-1.lbn36.noarch
Show-leaves Plugin for DNF, Python 3 version. List all installed packages that are no longer required by any other installed package after a transaction.
RPMPackage python3-dnf-plugin-post-transaction-actions-4.4.2-1.lbn36.noarch
Post transaction actions Plugin for DNF, Python 3 version. Plugin runs actions (shell commands) after transaction is completed. Actions are defined in action files.
RPMPackage python3-dnf-plugin-modulesync-4.4.2-1.lbn36.noarch
Download module metadata from all enabled repositories, module artifacts and profiles of matching modules and create repository.
RPMPackage python3-dnf-plugin-local-4.4.2-1.lbn36.noarch
Local Plugin for DNF, Python 3 version. Automatically copy all downloaded packages to a repository on the local filesystem and generating repo metadata.
RPMPackage python3-dnf-plugin-leaves-4.4.2-1.lbn36.noarch
Leaves Plugin for DNF, Python 3 version. List all installed packages not required by any other installed package.
RPMPackage perl-WWW-Curl-4.17-29.fc36.x86_64
WWW::Curl is a Perl extension interface for libcurl.
RPMPackage perl-URI-db-0.19-11.fc36.noarch
This class provides support for database URIs. They're inspired by JDBC URIs and PostgreSQL URIs, though they're a bit more formal. The specification for their format is documented in README.md.
RPMPackage perl-URI-Nested-0.10-10.fc35.noarch
This class provides support for nested URIs, where the scheme is a prefix, and the remainder of the URI is another URI. Examples include JDBC URIs and database URIs.
RPMPackage perl-URI-Encode-1.1.1-17.fc35.noarch
This module provides a method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those links are 'click-able' by the person reading that email. This can be accomplished by NOT encoding the reserved characters.