You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-wcmatch-8.4.1-1.lbn36.noarch
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash. In some ways these libraries are similar to Python's builtin libraries as they provide a similar interface to match, filter, and glob the file system. But they also include a number of features found in Bash's globbing such as backslash escaping, brace expansion, extended glob pattern groups, etc. They also add a number of new useful functions as well, such as globmatch which functions like fnmatch, but for paths.
RPMPackage python3-url-normalize-1.4.3-1.lbn36.noarch
url-normalize [![Build Status]( [![Coverage Status]( Normalization function:* Take care of IDN domains. * Always provide the URI scheme in lowercase characters. * Always provide the host, if any, in lowercase characters. * Only perform percent-encoding where it is essential. * Always use uppercase A-through-F characters when percent-encoding. * Prevent dot-segments appearing in non-relative URI paths.
RPMPackage python3-subprocess-tee-0.4.1-5.lbn36.noarch
This package provides an drop-in alternative to subprocess.run that captures the output while still printing it in real time, just the way tee does.
RPMPackage python3-strict-rfc3339-0.7-5.fc36.noarch
Goals: - Convert UNIX timestamps to and from RFC3339. - Either produce RFC3339 strings with a UTC offset (Z) or with the offset that the C time module reports is the local timezone offset. - Simple with minimal dependencies/libraries. - Avoid timezones as much as possible. - Be very strict and follow RFC3339.
RPMPackage python3-solv-0.7.31-1.lbn36.x86_64
Python bindings for the libsolv library. Python 3 version.
RPMPackage python3-pygtrie-2.5.0-1.lbn36.noarch
pygtrie is a Python library implementing a trie data structure.Trie data structure < also known
RPMPackage python3-parsley-1.3-22.fc36.noarch
A parser generator library based on OMeta, and other useful parsing tools. Parsley is a parsing library for people who find parsers scary or annoying. I wrote it because I wanted to parse a programming language, and tools like PLY or ANTLR or Bison were very hard to understand and integrate into my Python code. Most parser generators are based on LL or LR parsing algorithms that compile to big state machine tables. It was like I had to wake up a different section of my brain to understand or work on grammar rules. Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so each expression in the grammar rules works like a Python expression. In particular, alternatives are evaluated in order, unlike table-driven parsers such as yacc, bison or PLY. Parsley is an implementation of OMeta, an object-oriented pattern-matching language developed by Alessandro Warth at thesis, which provides a detailed description of OMeta: http://www.vpri.org/pdf/tr2008003_experimenting.pdf
RPMPackage python3-naya-1.1.1-1.lbn36.noarch
 
RPMPackage python3-gnupg-0.5.0-1.fc36.noarch
GnuPG bindings for python. This uses the gpg command.
RPMPackage python3-gitdb-4.0.9-1.lbn36.noarch
GitDB is a pure-Python git object database
RPMPackage python3-galaxy-importer-0.4.6-1.lbn36.noarch
Install From pypipip install galaxy-importer From sourceClone repo and go into project directoryInstall into environment the local setup.py including its development dependencies:pip install -e .[dev] Run importerRun parsing/validation standalone to view log output and importer result for a build collection artifact file:python -m galaxy_importer.main [collection_artifact_file]View log output...
RPMPackage python3-kombu-5.3.7-2.lbn36.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-contourpy-1.3.2-1.lbn36.x86_64
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11. It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer algorithm that includes more features and is available in both serial and multithreaded versions. It provides an easy way for Python libraries to use contouring algorithms without having to include Matplotlib as a dependency.
RPMPackage python3-apispec+yaml-6.4.0-1.lbn36.noarch
This is a metapackage bringing in yaml extras requires for python3-apispec. It makes sure the dependencies are installed.
RPMPackage python3-anyio+trio-4.8.0-3.lbn36.noarch
This is a metapackage bringing in trio extras requires for python3-anyio. It makes sure the dependencies are installed.
RPMPackage python3-anyio-4.8.0-3.lbn36.noarch
AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency (SC) on top of asyncio, and works in harmony with the native SC of trio itself.
RPMPackage python3-croniter-2.0.5-1.lbn36.noarch
croniter provides iteration for the datetime object with a cron like format.
RPMPackage php-xml-8.1.16-1.fc36.x86_64
The php-xml package contains dynamic shared objects which add support to PHP for manipulating XML documents using the DOM tree, and performing XSL transformations on XML documents.
RPMPackage php-pgsql-8.1.16-1.fc36.x86_64
The php-pgsql package add PostgreSQL database support to PHP. PostgreSQL is an object-relational database management system that supports almost all SQL constructs. PHP is an HTML-embedded scripting language. If you need back-end support for PostgreSQL, you should install this package in addition to the main php package.
RPMPackage php-pdo-8.1.16-1.fc36.x86_64
The php-pdo package contains a dynamic shared object that will add a database access abstraction layer to PHP. This module provides a common interface for accessing MySQL, PostgreSQL or other databases.