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 python3-perf-6.12.9-200.lbn36.x86_64
The python3-perf package contains a module that permits applications written in the Python programming language to use the interface to manipulate perf events.
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.
RPMPackage perl-Type-Tiny-XS-0.025-2.fc36.x86_64
This module is optionally used by Type::Tiny 0.045_03 and above to provide faster, C-based implementations of some type constraints. (This package has only core dependencies, and does not depend on Type::Tiny, so other data validation frameworks might also consider using it!)
RPMPackage perl-Type-Tiny-2.002001-1.fc36.noarch
Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse.
RPMPackage perl-Throwable-1.000-3.fc36.noarch
Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for $@ and calls die $self.
RPMPackage perl-Template-Toolkit-3.010-2.fc36.x86_64
The Template Toolkit is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.