You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-bleach-3.3.1-1.lbn25.noarch
Bleach Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.Bleach can also linkify text safely, applying filters that Django's urlize filter cannot, and optionally setting rel attributes, even on links already
RPMPackage python2-bidi-0.4.2-1.lbn25.noarch
Python BiDi Bi-directional_ (BiDi) layout implementation in pure pythonPackage documentation_.. _Bi-directional: .. _Package documentation: The algorithm starts with a single entry point bidi.algorithm.get_display.**Required arguments:**
RPMPackage python2-bda-intellidatetime-1.3-1.lbn25.noarch
bda.intellidatetime Overview bda.intellidatetime provides a converter for date and time input to python datetime.datetime objects.The input format is definded by a locale2pattern mapping and is provided by a seperate interface.Currently provided locales are:- en- fr- uk- cs - and the special locale iso, which is used as default.-Use the convert function:.. code-block:: pycon >>> from...
RPMPackage python2-bda-cache-1.3.0-1.lbn25.noarch
General Caching API This package is designed to be used by applications which require different kinds of caching flavour. This is abstracted due to the interfaces ICacheProvider and ICacheManager. ICacheProvider takes care of the concrete cache implementation, ICacheManager is the read/write interface.The convention is to adapt a concrete ICacheProvider implementation.. code-block:: python...
RPMPackage python2-bda-awstatsparser-1.2.1-1.lbn25.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-bcrypt-3.1.7-3.lbn25.x86_64
Good password hashing for your software and your servers Installation To install bcrypt, simply:.. code:: bash $ pip install bcryptNote that bcrypt should build very easily on Linux provided you have a C compiler, headers for Python (if you're not using pypy), and headers for the libffi libraries available on your system.
RPMPackage python2-baluhn-0.1.2-1.lbn25.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-backports-os-0.1.1-1.lbn25.noarch
backports.os This package provides backports of new features in Python's os_ module under the backports_ namespace... _os: .. _backports: .. image::
RPMPackage python2-backports-functools-lru-cache-1.6.4-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
RPMPackage python2-backports-entry-points-selectable-1.1.1-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: :alt: Code style: Black
RPMPackage python2-babel-2.9.1-1.lbn25.noarch
A collection of tools for internationalizing Python applications.
RPMPackage python2-authencoding-4.3-1.lbn25.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.lbn25.noarch
python-atomicwrites **Atomic file writes.**.. code-block:: python from atomicwrites import atomic_write
RPMPackage python2-astroid-1.6.6-1.lbn25.noarch
The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... It provides a compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects. This package provides the Python 2 implementation.
RPMPackage python2-args-0.1.0-1.lbn25.noarch
This simple module gives you an elegant interface for your command line argumemnts.
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...