You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-jeepney-0.8.0-1.lbn36.noarch
Jeepney is a pure Python implementation of D-Bus messaging. It has an I/O-free core, and integration modules for different event loops. D-Bus is an inter-process communication system, mainly used in Linux. To install Jeepney: pip install jeepney Jeepney docs on Readthedocs
RPMPackage python3-jaraco-tidelift-1.5.0-1.lbn36.noarch
 
RPMPackage python3-jaraco-text-4.0.0-2.lbn36.noarch
Module for text manipulation
RPMPackage python3-jaraco-test-5.5.1-1.lbn36.noarch
Testing support by jaraco.
RPMPackage python3-jaraco-stream-3.0.4-1.lbn36.noarch
Routines for handling streaming data, including a set of generators for loading gzip data on the fly.
RPMPackage python3-jaraco-packaging-10.2.2-2.lbn36.noarch
Tools for packaging.dependency_tree A dist-utils command for reporting the dependency tree as resolved by setup-tools. Use after installing a package.show A dist-utils command for reporting the attributes of a distribution, such as the version or author name.
RPMPackage python3-jaraco-logging-3.3.0-5.lbn36.noarch
Support for Python logging facility.
RPMPackage python3-jaraco-itertools-6.2.1-1.lbn36.noarch
 
RPMPackage python3-jaraco-functools-4.1.0-1.lbn36.noarch
Functools like those found in stdlib
RPMPackage python3-jaraco-context-6.0.1-3.lbn36.noarch
Context managers by jaraco.
RPMPackage python3-jaraco-collections-5.1.0-1.lbn36.noarch
Collection objects similar to those in stdlib by jaraco
RPMPackage python3-jaraco-classes-3.4.0-5.lbn36.noarch
Utility functions for Python class constructs.
RPMPackage python3-jaraco-10.2.2-2.lbn36.noarch
A Parent package for jaraco's parent dir and init file.
RPMPackage python3-importlib-resources-5.10.0-1.lbn36.noarch
importlib_resources is a backport of Python standard library importlib.resources module for older Pythons. The key goal of this module is to replace parts of pkg_resources with a solution in Python’s stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. Compatibility New features are introduced in this third-party library and later merged into CPython. The following table indicates which versions of this library were contributed to different versions in the standard library: importlib_resources stdlib 5.8 3.12 5.7 3.11 5.0 3.10 1.3 3.9 0.5 (?) 3.7 For Enterprise Available as part of the Tidelift Subscription. This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. Learn more. Security Contact To report a security vulnerability, please use the Tidelift security contac
RPMPackage python3-importlib-metadata-7.2.1-1.lbn36.noarch
Library to access the metadata for a Python package. This package supplies third-party access to the functionality of importlib.metadata including improvements added to subsequent Python versions.
RPMPackage python3-imio-prettylink-1.20-1.lbn36.noarch
imio.prettylink Manage generation of a pretty link to an element including coloration, leading icons, ...Changelog 1.20 (2022-06-14) Escape link content to avoid malicious behaviour. [gbastien]1.19 (2022-01-12) Used now imio.helpers.cache.obj_modified in getLink_cachekey to include
RPMPackage python3-imio-history-1.27-1.lbn36.noarch
imio.history Manage object history using a table and highlight history link when necessaryThe goal is to be able to manage several histories for various needs on a content and display it together, merged in the same view.
RPMPackage python3-imio-helpers-0.61-1.lbn36.noarch
imio.helpers Various helper methods for development. Requirements The barcode generation method uses zint tool (
RPMPackage python3-imio-actionspanel-1.60-1.lbn36.noarch
imio.actionspanel This package provides a view and a sample viewlet that will display a table of different actions available on an element.By default, so called sections available are :- transitions- own delete action management - actions - addable types - object historyTransitions : - This will display different available workflow transitions and is managed by the section...
RPMPackage python3-icalendar-5.0.13-1.lbn36.noarch
iCalendar specification (RFC 2445) defines calendaring format used\ by many applications (Zimbra, Thunderbird and others). This\ module is a parser/generator of iCalendar files for use with\ Python. It follows the RFC 2445 (iCalendar) specification.\ The aim is to make a package that is fully compliant with RFC 2445,\ well designed, simple to use and well documented.\