You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-argparse-1.4.0-1.lbn25.noarch
The argparse module makes it easy to write user friendly command line interfaces.The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv. The argparse module also automatically generates help and usage messages and issues errors when users give the program invalid arguments.As of Python > 2.7 and > 3.2, the argparse module is maintained...
RPMPackage python2-argh-0.26.2-1.lbn25.noarch
Argh: The Natural CLI :target:
RPMPackage python2-archetypes.querywidget-1.1.3-1.lbn25.noarch
Introduction Archetypes.querywidget implements a widget for creating catalog queries using an email-filtering-like interface, as found in GMail or Apple Mail.Changelog 1.1.3 (2016-08-12) Bug fixes:- Fix base_url variable when editing a collection. [rodfersou]- Added 'safe_unicode' call for raw query values. [rodfersou] 1.1.2 (2014-11-05) - Added 'SelectionWidget', a single selection widget....
RPMPackage python2-archetypes-schemaextender-3.0.2-1.lbn25.noarch
Introduction This package allows you to modify an Archetypes schema, using simple adapters. This can be used to add new fields, reorder fields and fieldsets or make other changes.The most common use of schema extension is to allow add-on products to enhance standard Plone content types, for example by adding an option that can be set to toggle special behaviour.schemaextender hooks into the...
RPMPackage python2-archetypes-referencebrowserwidget-2.5.11-1.lbn25.noarch
Introduction ************This is an implementation of referencebrowser widget. It provides a widget used for Archetypes reference-fields. The widget can be used on its own or as a dropin replacement of the ATReferenceBrowserWidget in Plone 3 and is included in Plone > 4. Unlike the ATReferenceBrowserWidget, archetypes.refencebrowserwidget uses an overlay instead of a popup to display the...
RPMPackage python2-archetypes-multilingual-3.0.9-1.lbn25.noarch
Introduction This egg adds plone.app.multilingual support to Archetypes.For more information, please visit: .. You should *NOT* be adding new change log entries to this file. You should create a file in the news directory instead. For helpful instructions, please see: towncrier release notes start3.0.9 (2021-10-07) Bug fixes: - Prevent installation on Python 3, as we know Archetypes does not...
RPMPackage python2-archetypes-kss-1.7.3-1.lbn25.noarch
KSS (Kinetic Style Sheets) for ArchetypesThis product gives generic KSS support to Archetypes. It depends on the product "kss.core" and "plone.app.kss".Features implemented In-place field validation. In the edit field, when a field area is left, the field gets validated and field error message is displayed. This must be implemented for each field type individually. At the moment, only the...
RPMPackage python2-arabic-reshaper-2.1.3-1.lbn25.noarch
Python Arabic Reshaper[![Build Status]( Arabic sentences to be used in applications that don't support Arabic script.Works with Python 2.x and 3.x DescriptionArabic script is very special with two essential features:1. It is written from right to left. 2. The characters change shape according to their surrounding characters.So when you try to print text written in Arabic script in an...
RPMPackage python2-appy-1.0.12-1.lbn25.noarch
Appy is the simpliest way to build complex webapps.
RPMPackage python2-appdirs-1.4.4-1.lbn25.noarch
the problem What directory should your app use for storing user data? If running on Mac OS X, you should use:: /Library/Application Support/<AppName>If on Windows (at least English Win XP) that should be:: C:\Documents and Settings\<User>\Application Data\Local Settings\<AppAuthor>\<AppName>or possibly:: C:\Documents and Settings\<User>\Application Data\<AppAuthor>\<AppName>for roaming...
RPMPackage python2-ansicon-1.89.0-1.lbn25.noarch
.. start-badges| |appveyor| |codecov| | |pypi| |supported-versions| |supported- implementations|.. |appveyo .. |codeco .. |pyp :target:
RPMPackage python2-acquisition-4.10-1.lbn25.x86_64
Environmental Acquisiton This package implements "environmental acquisiton" for Python, as proposed in the OOPSLA96_ paper by Joseph Gil and David H. Lorenz: We propose a new programming paradigm, environmental acquisition in the context of object aggregation, in which objects acquire behaviour from their current containers at runtime. The key idea is that the behaviour of a component may...
RPMPackage python2-accesscontrol-4.3-1.lbn25.x86_64
AccessControl
RPMPackage createrepo_c-libs-0.11.0-1.lbn25.x86_64
Libraries for applications using the createrepo_c library for easy manipulation with a repodata.
RPMPackage createrepo_c-devel-0.11.0-1.lbn25.x86_64
This package contains the createrepo_c C library and header files. These development files are for easy manipulation with a repodata.
RPMPackage createrepo_c-0.11.0-1.lbn25.x86_64
C implementation of Createrepo. A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c) for generating a common metadata repository from a directory of rpm packages and maintaining it.
RPMPackage python3-karborclient-1.4.0-1.lbn25.noarch
python-karborclient is a client library for karbor built on the karbor API. It provides a Python API (the karborclient module) and a command-line tool (karbor).
RPMPackage python3-karbor-1.4.0-1.lbn25.noarch
Mission Statement To protect the Data and Metadata that comprises an OpenStack-deployed Application against loss/damage (e.g. backup, replication) by providing a standard framework of APIs and services that allows vendors to provide plugins through a unified interface Open Architecture Design for multiple perspectives: User: Protect App Deployment Configure and manage custom protection plans on the deployed resources (topology, VMs, volumes, images, …) Admin: Define Protectable Resources Decide what plugins protect which resources, what is available for the user Decide where users can protect their resources Vendors: Standard API for protection products Create plugins that implement Protection mechanisms for different OpenStack resources
RPMPackage python3-freezerclient-3.0.0-1.lbn25.noarch
This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API.
RPMPackage python3-freezer-web-ui-7.2.0-1.lbn25.noarch
Freezer - Horizon Dashboard freezer-web-ui is a horizon plugin based in django aimed at providing an interaction with freezer* Issue tracking and feature specifications: Freezer Dashboard requires a freezer API client to be installed in the same environment as horizon::