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.12.0-20.fc36.x86_64
Levenshtein computes Levenshtein distances, similarity ratios, generalized medians and set medians of Strings and Unicodes. Because it's implemented in C, it's much faster than corresponding Python 3 library functions and methods.
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 python3-pystemd-0.13.2-1.lbn36.x86_64
This library allows you to talk to systemd over D-Bus from Python, without actually thinking that you are talking to systemd over D-Bus. This allows you to programmatically start/stop/restart/kill and verify service status from systemd point of view, avoiding subprocessing systemctl and then parsing the output to know the result.
RPMPackage python3-lbn-cloud-init-1.3.3-1.lbn36.noarch
Sets up DC based upon cloud account number; so service discovery can happen across your entire cloud infrastructure. Password reset tools for Marketplace/Products shipped with BastionLinux
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-resolvelib-0.5.5-4.fc36.noarch
ResolveLib at the highest level provides a Resolver class that includes dependency resolution logic. You give it some things, and a little information on how it should interact with them, and it will spit out a resolution result. Intended Usage :: import resolvelib Things I want to resolve. requirements [...] Implement logic so the resolver understands the requirement format. class...
RPMPackage python3-requests-cache-1.2.0-1.lbn36.noarch
Requests-cache is a transparent persistent cache for the requests (version >= 1.1.0) library.
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-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...