You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-asteval-0.9.26-1.fc36.noarch
ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using Python's ast module. The idea is to provide a simple, safe, and robust miniature mathematical language that can handle user-input. The emphasis here is on mathematical expressions, and so many functions from numpy are imported and used if available.
RPMPackage python3-asana-5.0.0-1.lbn36.noarch
Python client library for Asana.Authentication -- Personal Access TokenCreate a client using your Asana Personal Access Token: client asana.Client.access_token('PERSONAL_ACCESS_TOKEN') OAuth 2Asana supports OAuth 2. asana handles some of the details of the OAuth flow for you.
RPMPackage python3-apispec-6.4.0-1.lbn36.noarch
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification). Features Supports the OpenAPI Specification (versions 2 and 3) Framework-agnostic Built-in support for marshmallow Utilities for parsing docstrings
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 python3-prettytable-0.7.2-28.fc36.noarch
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
RPMPackage python3-jsonpatch-1.33-1.lbn36.noarch
Library to apply JSON Patches according to RFC 6902 - Python 3 build.
RPMPackage python3-linux-procfs-0.6.3-3.lbn36.noarch
Abstractions to extract information from the Linux kernel /proc files.
RPMPackage python3-scour-0.38.1-5.fc36.noarch
An SVG scrubber.