You are here: Home

Modified items

All recently modified items, latest first.
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 musl-libc-1.2.3-1.fc36.x86_64
musl is a C standard library to power a new generation of Linux-based devices. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards conformance and safety. This package provides the system dynamic linker library. It also provides the dynamic libraries for linking programs and libraries against musl.
RPMPackage musl-libc-static-1.2.3-1.fc36.x86_64
musl is a C standard library to power a new generation of Linux-based devices. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards conformance and safety. This package provides the additional development files for statically linking musl into programs and libraries.
RPMPackage musl-gcc-1.2.3-1.fc36.x86_64
musl is a C standard library to power a new generation of Linux-based devices. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards conformance and safety. This package provides a wrapper around gcc to compile programs and libraries with musl easily.
RPMPackage musl-filesystem-1.2.3-1.fc36.x86_64
musl is a C standard library to power a new generation of Linux-based devices. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards conformance and safety. This package provides the base filesystem directories for libraries and headers linked against musl.
RPMPackage mozjs78-78.15.0-3.fc36.x86_64
SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript.
RPMPackage python3-consul-1.2.4-1.lbn36.noarch
Python client for Consul.io
RPMPackage perl-Clone-Choose-0.010-14.fc36.noarch
Choose appropriate clone utility.
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-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-elasticsearch-dsl-8.9.0-1.lbn36.noarch
Elasticsearch DSL Elasticsearch DSL is a high-level library whose aim is to help with writing and running queries against Elasticsearch. It is built on top of the official low-level client (elasticsearch-py < provides a more convenient and idiomatic way to write and manipulate queries. It stays close to the Elasticsearch JSON DSL, mirroring its terminology and structure. It exposes the whole...
RPMPackage python3-elasticsearch-8.17.1-1.lbn36.noarch
The official Python client for Elasticsearch. Features Translating basic Python data types to and from JSON Configurable automatic discovery of cluster nodes Persistent connections Load balancing (with pluggable selection strategy) across available nodes Failed connection penalization (time based - failed connections won't be retried until a timeout is reached) Support for TLS and HTTP authentication Thread safety across requests Pluggable architecture Helper functions for idiomatically using APIs together
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