You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Template-Tiny-1.14-4.fc36.noarch
WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE Template::Tiny is a re-implementation of a partial subset of the Template Toolkit, in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-CPU templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine.
RPMPackage perl-String-ShellQuote-1.04-35.fc36.noarch
This package contains a Perl module and a command line utility which are useful for quoting strings which are going to pass through the shell or a shell-like object.
RPMPackage perl-String-Formatter-1.234-2.fc36.noarch
String::Formatter is a tool for building sprintf-like formatting routines. It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching out of the box. It is easy to alter its behavior to write new kinds of format string expanders. For most cases, it should be easy to build all sorts of formatters out of the options built into String::Formatter.
RPMPackage perl-Moo-2.005004-4.fc36.noarch
This module is an extremely light-weight, high-performance Moose replacement. It also avoids depending on any XS modules to allow simple deployments. The name Moo is based on the idea that it provides almost -but not quite- two thirds of Moose.
RPMPackage perl-Locale-Codes-3.71-1.fc36.noarch
Locale-Codes is a distribution containing a set of modules. The modules each deal with different types of codes which identify parts of the locale including languages, countries, currency, etc.
RPMPackage perl-Hash-Merge-0.302-5.fc36.noarch
Merges arbitrary deep hashes into a single hash.
RPMPackage perl-Hash-Flatten-1.19-33.fc36.noarch
Converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs).
RPMPackage perl-Hash-Diff-0.010-11.fc36.noarch
Hash::Diff returns the difference between two hashes as a hash.
RPMPackage python3-prettytable-0.7.2-28.fc36.noarch
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
RPMPackage python3-jsonpatch-1.33-1.lbn36.noarch
Library to apply JSON Patches according to RFC 6902 - Python 3 build.
RPMPackage python3-linux-procfs-0.6.3-3.lbn36.noarch
Abstractions to extract information from the Linux kernel /proc files.
RPMPackage python3-pyroute2-0.6.12-1.fc36.noarch
PyRoute2 provides several levels of API to work with Netlink protocols, such as Generic Netlink, RTNL, TaskStats, NFNetlink, IPQ.
RPMPackage python3-pyroma-4.2-1.lbn36.noarch
Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well a Python project complies with the best practices of the Python packaging ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues that could be improved.The aim of this is both to help people make a project that is nice and usable, but also to improve the quality of Python third-party software,...
RPMPackage python3-pyrepl-0.9.0-1.lbn36.noarch
pyrepl is a Python library, inspired by readline, for building flexible command line interfaces, featuring: * sane multi-line editing * history, with incremental search * completion, including displaying of available options * a fairly large subset of the readline emacs-mode keybindings * a liberal, Python- style, license * a new python top-level.
RPMPackage python3-pyramid-2.0-1.lbn36.noarch
Pyramid < is a small, fast, down-to-earth, open
RPMPackage python3-pyquery-1.4.3-6.fc36.noarch
python3-pyquery allows you to make jQuery queries on XML documents. The API is as much as possible the similar to jQuery. python-pyquery uses lxml for fast XML and HTML manipulation.
RPMPackage python3-pyqt5-sip-12.9.0-3.fc36.x86_64
The sip extension module provides support for the PyQt5 package.
RPMPackage python3-pypubsub-4.0.3-13.fc36.noarch
PyPubSub provides a publish - subscribe API that facilitates the development of event-based / message-based applications. PyPubSub supports sending and receiving messages between objects of an application. It is centered on the notion of a topic; senders publish messages of a given topic, and listeners subscribe to messages of a given topic. The package also supports a variety of advanced features that facilitate debugging and maintaining pypubsub topics and messages in larger applications.
RPMPackage python3-pyparted-3.12.0-1.fc36.x86_64
Python module for the parted library. It is used for manipulating partition tables. This package provides Python 3 bindings for parted.
RPMPackage python3-pyparsing-3.2.0-1.lbn36.noarch
PyParsing -- A Python Parsing Module |Build Status|Introduction The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.*[Since first writing this description of...