You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-bda-awstatsparser-1.2.1-1.lbn36.noarch
This egg contains a parser for AwStats files, providing a convenient dict like API:: >>> from bda.awstatsparser.defaults import ( ... PREFIX, ... POSTFIX, ... SECTIONDEFS, ... )PREFIX and POSTFIX are used to build the target stats file path, SECTIONDEFS defines the expected structure of the stats file and the keys to use for providing the several values.The API is provided due to the...
RPMPackage python2-baluhn-0.1.2-1.lbn36.noarch
Baluhn: Base-agnostic LuhnBaluhn provides a base-independent implementation of the [Luhn algorithm]( for Python. It is useful for generating and verifying check digits in arbitrary bases.From Wikipedia:> The Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod > 10" algorithm, is a simple checksum formula used to validate a variety of > identification numbers, such as credit...
RPMPackage python2-babel-2.9.1-1.lbn36.noarch
A collection of tools for internationalizing Python applications.
RPMPackage python2-authencoding-4.3-1.lbn36.noarch
AuthEncoding is a framework for handling LDAP style password hashes.It is used in Zope but does not depend on any other Zope package.Changelog 4.3 (2021-06-29) -- Replace hand-rolled salt creation with os.urandom (8 < 4.2.1 (2021-04-08) - Test on GHA.- Skip some tests for broken crypt implementations. 4.2 (2020-09-30) -- Add support for Python 3.8 and 3.9. 4.1 (2018-10-30) -- Add support for...
RPMPackage python2-atomicwrites-1.4.1-1.lbn36.noarch
python-atomicwrites **Atomic file writes.**.. code-block:: python from atomicwrites import atomic_write
RPMPackage python2-args-0.1.0-1.lbn36.noarch
This simple module gives you an elegant interface for your command line argumemnts.
RPMPackage python2-argparse-1.4.0-1.lbn36.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.lbn36.noarch
Argh: The Natural CLI :target:
RPMPackage python2-archetypes-schemaextender-3.0.2-1.lbn36.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.lbn36.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.lbn36.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.lbn36.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.lbn36.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.lbn36.noarch
Appy is the simpliest way to build complex webapps.
RPMPackage python2-appdirs-1.4.4-1.lbn36.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.lbn36.noarch
.. start-badges| |appveyor| |codecov| | |pypi| |supported-versions| |supported- implementations|.. |appveyo .. |codeco .. |pyp :target:
RPMPackage python2-acquisition-4.10-1.lbn36.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.lbn36.x86_64
AccessControl
RPMPackage python2-Zope2-4.0-1.lbn36.noarch
This package is a meta package to allow to install Zope as Zope2. It is necessary because Zope previously was named Zope2 on PyPI.Documentation see Change log 4.0 (2019-05-10) -- Add support for Python 3.7 and 3.8a3.- Drop support for Python 3.4. 4.0b1 (2017-09-18) * Move all the code to the Zope package. Making this package a placeholder.Older releases see
RPMPackage python2-ZPublisherEventsBackport-1.1-1.lbn36.noarch
UNKNOWN