You are here: Home

Modified items

All recently modified items, latest first.
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-6.5.2-3.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.
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.\
RPMPackage python3-grokcore-xmlrpc-3.0.0-1.lbn36.noarch
grokcore.xmlrpc XML-RPC Views for Grok.This package provides base classes for XML-RPC Views for Grok.3.0.0 (2018-01-10) - Python 3 compatibility.1.2.1 (2016-02-15) - Update tests.1.2 (2012-05-02) - Use the component registration api in grokcore.component.1.1 (2011-01-20) - Use zope.errorview for the functional tests. This lifts the dependency on zope.app.http.1.0 (2011-01-03) - Factor out...
RPMPackage python3-grokcore-viewlet-3.1.0-1.lbn36.noarch
This package provides support to write and register Zope Viewlets directly in Python (without ZCML). It's designed to be used with grokcore.view_ which let you write and register Zope Views... contents::Setting up grokcore.viewlet This package is set up like the grokcore.component_ package. Please refer to its documentation for more details. The additional ZCML lines you will need are::...
RPMPackage python3-grokcore-view-3.2-1.lbn36.noarch
This package provides support for writing browser pages for Zope and registering them directly in Python (without ZCML)... contents::Setting up grokcore.view This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The additional ZCML line you will need is:: <include package"grokcore.view" file"meta.zcml" /> <include...
RPMPackage python3-grokcore-traverser-3.0.1-1.lbn36.noarch
grokcore.traverser ******************This package contains the default traversal mechanism for Grok.Changes 3.0.1 (2018-01-12) - Rearrange tests such that Travis CI can pick up all functional tests too.3.0.0 (2018-01-05) - Python 3 compatibility1.2.1 (2016-02-15) - Update tests.1.2 (2012-11-14) - Add the layer directive to Traverser Components.1.1 (2012-05-02) - Use the component registration...
RPMPackage python3-grokcore-site-3.1-1.lbn36.noarch
This package provides support to write local site and utilities for Zope directly in Python (without ZCML)... contents:: Setting up grokcore.site This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The only additional ZCML line you will need is:: <include package"grokcore.site" />Put this somewhere near the top of your root...
RPMPackage python3-grokcore-security-3.0.1-1.lbn36.noarch
This package provides basic elements for defining Zope permissions and security checkers without ZCML... contents::Setting up grokcore.security This package is essentially set up like the grokcore.component_ package, please refer to its documentation for details. The additional ZCML lines you will need are:: <include package"grokcore.security" file"meta.zcml" /> <include...
RPMPackage python3-grokcore-rest-3.1.0-1.lbn36.noarch
grokcore.rest *************REST-Views for Grok -This packages provides base classes and a advanced traversal mechanism for Grok based REST-Views. 3.1.0 (2021-04-07) - Add support for Python 3.7, 3.8 and 3.9.- Fix compatibility with zope.component > 5 and newer versions of other dependencies.- Fix inconsistent IRO.- Drop support for Python 3.4.3.0.1 (2018-01-15) - Additional test fixes for...