You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage password-reset-jenkins-2.0.3-1.lbn25.noarch
Reset Jenkins UI Admin password
RPMPackage password-reset-grafana-2.0.3-1.lbn25.noarch
Reset Grafana Admin password
RPMPackage python3-asttokens-1.1.10-4.lbn25.noarch
The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. This makes it possible for tools that work with logical AST nodes to find the particular text that resulted in those nodes, for example for automated refactoring or highlighting.
RPMPackage python3-bind-9.11.9-2.lbn25.noarch
This package provides a module which allows commands to be sent to rndc directly from Python programs.
RPMPackage python3-atomicwrites-1.4.0-5.lbn25.noarch
This Python module provides atomic file writes on POSIX operating systems. It sports: * Race-free assertion that the target file doesn't yet exist * Windows support * Simple high-level API that wraps a very flexible class-based API
RPMPackage python3-flake8-import-order-0.18-3.lbn25.noarch
Flake8 plugin for checking order of imports in Python code.
RPMPackage pcre2-10.33-0.4.RC1.lbn25.x86_64
PCRE2 is a re-working of the original PCRE (Perl-compatible regular expression) library to provide an entirely new API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the 32-bit library, which processes strings of 32-bit values. There are no C++ wrappers. This package provides support for strings in 8-bit and UTF-8 encodings. Install pcre2-utf16 or pcre2-utf32 packages for the other ones. The distribution does contain a set of C wrapper functions for the 8-bit library that are based on the POSIX regular expression API (see the pcre2posix man page). These can be found in a library called libpcre2posix. Note that this just provides a POSIX calling interface to PCRE2; the regular expressions themselves still follow Perl syntax and semantics. The POSIX API is restricted, and does not give full access to all of PCRE2's facilities.
RPMPackage python3-firewall-0.6.3-2.lbn25.noarch
Python3 bindings for firewalld.
RPMPackage perl-Mail-Transport-Dbx-0.07-35.lbn25.x86_64
Mail::Transport::Dbx is a wrapper around libdbx to read Outlook Express mailboxes (more commonly known as .dbx files).
RPMPackage perl-Mail-AuthenticationResults-1.20180923-4.lbn25.noarch
Object Oriented Authentication-Results email headers.
RPMPackage perl-Data-Dump-1.23-10.lbn25.noarch
This module provides a single function called dump() that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading.
RPMPackage python-srpm-macros-3.10-17.lbn25.noarch
RPM macros for building Python source packages.
RPMPackage python-rpm-macros-3.10-17.lbn25.noarch
This package contains the unversioned Python RPM macros, that most implementations should rely on. You should not need to install this package manually as the various python?-devel packages require it. So install a python-devel package instead.
RPMPackage perl-Mojolicious-8.15-1.lbn25.noarch
Back in the early days of the web there was this wonderful Perl library called CGI, many people only learned Perl because of it. It was simple enough to get started without knowing much about the language and powerful enough to keep you going, learning by doing was much fun. While most of the techniques used are outdated now, the idea behind it is not. Mojolicious is a new attempt at implementing this idea using state of the art technology.
RPMPackage perl-GD-Barcode-1.15-30.lbn25.noarch
GD::Barcode is a subclass of GD and allows you to create barcode images with GD.
RPMPackage perl-GD-2.71-1.lbn25.x86_64
This is a auto-loadable interface module for GD, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files.
RPMPackage perl-Fedora-VSP-0.001-13.lbn25.noarch
This module provides functions for normalizing Perl version strings for Red Hat Package (RPM) based Linux distributions.
RPMPackage python3-humanize-0.5.1-13.lbn25.noarch
This modest package contains various common humanization utilities, like turning a number into a fuzzy human readable duration ('3 minutes ago') or into a human readable size or throughput.
RPMPackage python3-augeas-0.5.0-11.lbn25.py37.noarch
python3-augeas is a set of Python bindings around augeas.
RPMPackage python3-argh-0.26.1-6.lbn25.py37.noarch
Building a command-line interface? Found yourself uttering โ€œargh!โ€ while struggling with the API of argparse? Donโ€™t want to lose its power but donโ€™t need the complexity? python-argh provides a wrapper for argparse. Argparse is a very powerful tool; python-argh just makes it easy to use.