You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-rubyzip2-2.0.2-1.lbn25.noarch
rubyzip2 is a Ruby library for reading and writing Zip files. Unlike the official rubyzip, rubyzip2 is compatible with Ruby 1.9.1.
RPMPackage rubygem-rubyzip-2.3.2-1.lbn25.noarch
A ruby module for reading and writing zip files.
RPMPackage rubygem-logging-2.3.0-1.lbn25.noarch
Logging is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more.
RPMPackage sssd-winbind-idmap-2.6.0-1.lbn25.x86_64
The idmap_sss module provides a way for Winbind to call SSSD to map UIDs/GIDs and SIDs.
RPMPackage sssd-tools-2.6.0-1.lbn25.x86_64
Provides several administrative tools: * sss_debuglevel to change the debug level on the fly * sss_seed which pre-creates a user entry for use in kickstarts * sss_obfuscate for generating an obfuscated LDAP password * sssctl -- an sssd status and control utility
RPMPackage sssd-nfs-idmap-2.6.0-1.lbn25.x86_64
The libnfsidmap sssd module provides a way for rpc.idmapd to call SSSD to map UIDs/GIDs to names and vice versa. It can be also used for mapping principal (user) name to IDs(UID or GID) or to obtain groups which user are member of.
RPMPackage sssd-kcm-2.6.0-1.lbn25.x86_64
An implementation of a Kerberos KCM server. Use this package if you want to use the KCM: Kerberos credentials cache.
RPMPackage rubygem-unicode_utils-1.4.0-1.lbn25.noarch
additional Unicode aware functions for Ruby 1.9.
RPMPackage rubygem-unicode-display_width-1.5.0-1.lbn25.noarch
[Unicode 10.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data.
RPMPackage timedatex-0.6-2.lbn25.x86_64
timedatex is a D-Bus service that implements the org.freedesktop.timedate1 interface. It can be used to read and set the system clock, the real-time clock (RTC), the system timezone, get a list of valid timezones, and enable or disable an NTP client installed on the system. It is a replacement for the systemd-timedated service.
RPMPackage python3-gdal-3.3.3-1.lbn25.x86_64
The GDAL Python 3 modules provide support to handle multiple GIS file formats.
RPMPackage python3-kombu-5.1.0-1.lbn25.noarch
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security. One of the most popular implementations of AMQP is RabbitMQ. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems.
RPMPackage python3-jwt-2.1.0-1.lbn25.noarch
A Python implementation of JSON Web Token draft 01. This library provides a means of representing signed content using JSON data structures, including claims to be transferred between two parties encoded as digitally signed and encrypted JSON objects.
RPMPackage python3-jsonpatch-1.24-1.lbn25.noarch
Library to apply JSON Patches according to RFC 6902 - Python 3 build.
RPMPackage python3-isodate-0.6.0-1.lbn25.noarch
This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes. Additionally fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds.
RPMPackage python3-httplib2-0.12.1-1.lbn25.noarch
A comprehensive HTTP client library that supports many features left out of other HTTP libraries.
RPMPackage python3-django-doc-3.2.6-1.lbn25.noarch
This package contains the documentation for the Django high-level Python Web framework.
RPMPackage python3-django-3.2.6-1.lbn25.noarch
Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY (Don't Repeat Yourself) principle.
RPMPackage python3-construct-2.10.56-3.lbn25.noarch
Construct is a powerful declarative parser (and builder) for binary data. Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, convert (build) objects into binary data.
RPMPackage python3-celery-5.1.2-2.lbn25.noarch
An open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on one or more worker nodes using multiprocessing, Eventlet or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using web hooks. The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB and databases (using SQLAlchemy or the Django ORM) is also available.