You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-cloudpickle-3.1.1-2.lbn36.noarch
cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data. Among other things, cloudpickle supports pickling for lambda expressions, functions and classes defined interactively in the __main__ module.
RPMPackage python3-arango-7.5.3-1.lbn36.noarch
![Logo]( [![CodeQL]( [![codecov](
RPMPackage python3-apache-beam-2.47.0-1.lbn36.x86_64
Apache Beam is a unified programming model for both batch and streaming data processing, enabling efficient execution across diverse distributed execution engines and providing extensibility points for connecting to different technologies and user communities.
RPMPackage python3-analytics-1.4.0-2.lbn36.noarch
Segment is the simplest way to integrate analytics into your application. One API allows you to turn on any other analytics service. No more learning new APIs, repeated code, and wasted development time.This is the official python client that wraps the Segment REST API ().Documentation and more details at
RPMPackage python3-Levenshtein-0.26.1-3.lbn36.x86_64
Levenshtein computes Levenshtein distances, similarity ratios, generalized medians and set medians of Strings and Unicodes.
RPMPackage python3-jsonpointer-2.0-5.fc36.noarch
Library to resolve JSON Pointers according to RFC 6901.
RPMPackage python3-consul-1.2.4-1.lbn36.noarch
Python client for Consul.io
RPMPackage protobuf-compiler-3.19.6-1.fc36.x86_64
This package contains Protocol Buffers compiler for all programming languages
RPMPackage python3-dnf-plugins-core-4.4.2-1.lbn36.noarch
Core Plugins for DNF, Python 3 interface. This package enhances DNF with builddep, config-manager, copr, debug, debuginfo-install, download, needs-restarting, groups-manager, repoclosure, repograph, repomanage, reposync, changelog, repodiff, system-upgrade, offline-upgrade and offline-distrosync commands. Additionally provides generate_completion_cache passive plugin.
RPMPackage python3-pdpyras-4.5.2-1.lbn36.noarch
A basic REST API client for PagerDuty based on Requests' Session class
RPMPackage python3-pdocs-1.1.1-1.lbn36.noarch
[![pdocs - Documentation Powered by Your Python Code.]( _________________[![PyPI version]( [![Build Status]( [![codecov]( [![Join the chat at
RPMPackage python3-opentelemetry-api-1.28.2-1.lbn36.noarch
OpenTelemetry Python API
RPMPackage python3-marshmallow-oneofschema-3.1.1-1.lbn36.noarch
marshmallow-oneofschema An extension to marshmallow to support schema (de)multiplexing.marshmallow is a fantastic library for serialization and deserialization of data. For more on that project see its GitHub <
RPMPackage python3-exceptiongroup-1.2.2-1.lbn36.noarch
This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. It contains the following: The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup classes A utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group Patches to the TracebackException class that properly formats exception groups (installed on import) An exception hook that handles formatting of exception groups through TracebackException (installed on import) Special versions of some of the functions from the traceback module, modified to correctly handle exception groups even when monkey patching is disabled, or blocked by another custom exception hook: traceback.format_exception() traceback.format_exception_only() traceback.print_exception() traceback.print_exc() If this package is imported on Python 3.11 or later, the built-in implementations of the exception group classes are used instead, TracebackException is not monkey pat
RPMPackage python3-email-validator-2.2.0-2.lbn36.noarch
This library validates that a string is of the form name@example.com and optionally checks that the domain name is set up to receive email. This is the sort of validation you would want when you are identifying users by their email address like on a registration/login form (but not necessarily for composing an email message). Key features: • Checks that an email address has the correct syntax – great for email-based registration/login forms or validating data. • Gives friendly English error messages when validation fails that you can display to end-users. • Checks deliverability (optional): Does the domain name resolve? (You can override the default DNS resolver to add query caching.) • Supports internationalized domain names and internationalized local parts. • Rejects addresses with unsafe Unicode characters, obsolete email address syntax that you’d find unexpected, special use domain names like @localhost, and domains without a dot by default. This is an opinionated library! • Normalizes email addresses (important for internationalized and quoted-string addresses!) • Python type annotations are used.
RPMPackage python3-authlib-1.3.1-3.lbn36.noarch
Python library for building OAuth and OpenID Connect servers. JWS, JWK, JWA, JWT are included.
RPMPackage python3-authencoding-4.3-1.lbn36.noarch
AuthEncoding is a framework for handling LDAP style password hashes.It is used in Zope but does not depend on any other Zope package.Changelog 4.3 (2021-06-29) -- Replace hand-rolled salt creation with os.urandom (8 < 4.2.1 (2021-04-08) - Test on GHA.- Skip some tests for broken crypt implementations. 4.2 (2020-09-30) -- Add support for Python 3.8 and 3.9. 4.1 (2018-10-30) -- Add support for...
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