You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-wcag_contrast_ratio-0.9-1.lbn25.noarch
wcag-contrast-ratio A library for computing contrast ratios, as required by WCAG 2.0.Usage Simple usage follows this pattern:.. code-block:: python >> import wcag_contrast_ratio as contrast >> black (0.0, 0.0, 0.0) >> white (1.0, 1.0, 1.0) >> contrast.rgb(black, white) Two useful helper functions are provided, to check if contrast meets the required level:.. code-block:: python >> import...
RPMPackage python2-watchdog-0.10.6-1.lbn25.noarch
Python API and shell utilities to monitor file system events. ⚠️ This is a branch where Python 2.7 and 3.5 support is being kept. It is in maintenance mode and follows the 0.10.x versioning.Works on Python 2.7, 3.4 and 3.5.If you want to use Python 2.6, you should stick with watchdog < 0.10.0.If you want to use Python 3.6 and newer versions with up-to-date patches, you should go with watchdog...
RPMPackage python2-waitress-1.4.4-1.lbn25.noarch
:target:
RPMPackage python2-wadllib-1.3.3-1.lbn25.noarch
Copyright (C) 2008-2013 Canonical Ltd. This file is part of wadllib. wadllib is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. wadllib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of...
RPMPackage python2-volatildap-1.3.0-1.lbn25.noarch
volatildap .. image::
RPMPackage python2-velruse-1.1.1-1.lbn25.noarch
Velruse is a set of authentication routines that provide a unified way to have a website user authenticate to a variety of different identity providers and/or a variety of different authentication schemes. It is similar in some ways to RPXnow with the exception of being open-source, locally installable, and easily pluggable for custom identity providers and authentication schemes. You can...
RPMPackage python2-van-testing-3.0.0-1.lbn25.noarch
.. contents::van.testing provides tools for testing zope3/WSGI based applications that do not use the ZODB or local utilities.Testing Utilities --The most common use of this testing module is functional testing zope applications. It provides tools to setup layers which load the configuration ZCML as well as setting up wsgi_intercept in a layer.This test is part of such a layer (setup in...
RPMPackage python2-urllib3-1.26.9-1.lbn25.noarch
urllib3 is a powerful, *user-friendly* HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:- Thread safety. - Connection pooling. - Client-side SSL/TLS verification. - File uploads with multipart encoding. - Helpers for retrying requests and dealing with HTTP...
RPMPackage python2-unittest2-1.1.0-6.lbn25.noarch
unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7 and onwards. It is tested to run on Python 2.6, 2.7, 3.2, 3.3, 3.4 and pypy.
RPMPackage python2-unidecode-0.04.1-1.lbn25.noarch
It often happens that you have non-Roman text data in Unicode, but you can't display it -- usually because you're trying to show it to a user via an application that doesn't support Unicode, or because the fonts you need aren't accessible. You could represent the Unicode characters as "???????" or " BA A0q0...", but that's nearly useless to the user who actually wants to read what the text...
RPMPackage python2-typing-3.10.0.0-1.lbn25.noarch
Typing -- Type Hints for PythonThis is a backport of the standard library typing module to Python versions older than 3.5. (See note below for newer versions.)Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type...
RPMPackage python2-types-toml-0.10.7-1.lbn25.noarch
Typing stubs for tomlThis is a PEP 561 type stub package for the toml package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses toml. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit 4e946b74bf18dc932caf41d0257957d85bbabe91.
RPMPackage python2-types-docutils-0.18.3-1.lbn25.noarch
Typing stubs for docutilsThis is a PEP 561 type stub package for the docutils package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses docutils. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit...
RPMPackage python2-twine-1.15.0-1.lbn25.noarch
twine .. rtd-inclusion-marker-do-not-removeTwine is a utility_ for publishing_ Python packages on PyPI_.It provides build system independent uploads of source and binary
RPMPackage python2-trollius-2.2.1-1.lbn25.noarch
Trollius.. warning:: The Trollius project is deprecated and unsupported. It is on PyPI to support existing dependencies only. .. warning:: The Trollius project is now deprecated! 2.2.1 (2021-04-28) - Properly reraise socket.error with an errno of EBADF as an OSError.2.2.post1 (2019-07-29) This is a packaging-only release. It is intended to be the last - Release Windows wheels for CPython 2.7....
RPMPackage python2-transmogrify.print-0.6.0-1.lbn25.noarch
Introduction .. Note:: As of version 1.3 Transmogrifier provides a similar feature, via a blueprint called: collective.transmogrifier.sections.logger.This Transmogrifier_ blueprint is based on collective.transmogrifier.sections.tests.PrettyPrinter, which anyone can use in their project by creating a utility like so:: <utility component"collective.transmogrifier.sections.tests.PrettyPrinter"...
RPMPackage python2-transmogrify-webcrawler-1.2.1-1.lbn25.noarch
Crawling - html to import transmogrify.webcrawler will crawl html to extract pages and files as a source for your transmogrifier pipeline. transmogrify.webcrawler.typerecognitor aids in setting '_type' based on the crawled mimetype. transmogrify.webcrawler.cache helps speed up crawling and reduce memory usage by storing items locally.These blueprints are designed to work with the funnelweb...
RPMPackage python2-transmogrify-siteanalyser-1.3-1.lbn25.noarch
.. contents :: :local: Introduction Transmogrifier blueprints that look at how html items are linked to gather metadata about items. They can help you restructure your content.transmogrify.siteanalyser.sitemapper Take navigation html such as a whole sitemap, breadcrumbs or navigation menus using nested links and buildup a site structure and titles for pages. This can then be used to cleanup...
RPMPackage python2-transmogrify-ploneremote-1.3-1.lbn25.noarch
.. contents :: :local:Introduction --*transmogrifier.ploneremote* is package of transmogrifier blueprints for uploading content via Zope XML-RPC API to a Plone site.Plone site does not need any modifications, but vanilla Zope XML-RPC is used.Usage Five different blueprints are provided.Common Options target Url of Plone folder to upload content. You will need to include the username and...
RPMPackage python2-transmogrify-htmlcontentextractor-1.0-1.lbn25.noarch
Introduction Helpful transmogrifier blueprints to extract text or html out of html content. transmogrify.htmlcontentextractor.auto This blueprint has a clustering algorithm that tries to automatically extract the content from the HTML template. This is slow and not always effective. Often you will need to input your own template extraction rules. In addition to extracting Title, Description...