You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage pytz-2013b-1.lbn13.noarch
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). Amost all (over 540) of the Olson timezones are supported.
RPMPackage python-zopyx-textindexng3-4.0.1-1.lbn13.x86_64
Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
RPMPackage python-zopyx-convert-1.0.5-2.lbn13.noarch
A Python interface to XSL-FO libraries (Conversion HTML to PDF, RTF, DOCX, WML and ODT) The zopyx.convert package helps you to convert HTML to PDF, RTF, ODT, DOCX and WML using XSL-FO technology.
RPMPackage python-zopyx-3.3.4-1.lbn13.noarch
zopyx python module
RPMPackage python-zope-2.13.22-1.lbn13.x86_64
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-zmq-2.2.0-5.fc18.armv6hl
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialized messaging middle-ware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the python bindings.
RPMPackage python-zmq-2.1.9-4.lbn13.x86_64
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialized messaging middle-ware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the python bindings.
RPMPackage python-xhtml2pdf-0.0.3-3.lbn13.noarch
xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies.
RPMPackage python-wsgiutils-0.7-2.lbn13.noarch
wsgiutils
RPMPackage python-wsgi_intercept-0.4-2.lbn13.noarch
wsgi-intercept
RPMPackage python-wildcard-1.1b7-1.lbn13.noarch
Python module for wildcard
RPMPackage python-webtest-1.3.4-4.lbn13.noarch
WebTest wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides convenient full-stack testing of applications written with any WSGI-compatible framework.
RPMPackage python-vs.genericsetup.ldap-1.2-2.lbn13.noarch
This package registers GenericSetup import and export steps for Products.PloneLDAP.
RPMPackage python-vobject-0.8.1c-2.fc12.noarch
VObject is intended to be a full featured python library for parsing and generating vCard and vCalendar files.
RPMPackage python-virtualenv-1.5.1-1.fc13.noarch
virtualenv is a tool to create isolated Python environments. virtualenv is a successor to workingenv, and an extension of virtual-python. It is written by Ian Bicking, and sponsored by the Open Planning Project. It is licensed under an MIT-style permissive license.
RPMPackage python-venusian-1.0a2-2.lbn13.noarch
Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase.
RPMPackage python-unittest2-0.5.1-1.fc13.noarch
unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7. It is tested to run on Python 2.4 - 2.6. To use unittest2 instead of unittest simply replace ``import unittest`` with ``import unittest2``. Classes in unittest2 derive from the equivalent classes in unittest, so it should be possible to use the unittest2 test running infra- structure without having to switch all your tests to using unittest2 immediately. Similarly you can use the new assert methods on ``unittest2.TestCase`` with the standard unittest test running infrastructure. Not all of the new features in unittest2 will work with the standard unittest test loaders and runners however.
RPMPackage python-unimr.memcachedlock-0.1rc2_r144828-2.lbn13.noarch
unimr.memcachedlock implements a distributed "soft" locking mechanism using memcached. It provides factory functions and decorators for a primitive locking, a reentrant locking and a special locking for zeo-clients. The native locking methods of python's threading module supports thread safe locking and therefore, provides only full locking support for single zope installations. However, zeo-clients have no locking mechanism beetween each other for concurrent write operations on identical objects (e.g. Catalog) and are unnecessarily stressed to resolve ConflictErrors on heavy load. The reason for this problem is the optimistic concurrency control of the ZODB which primarly prepares the changes of an object (in many cases expensive calculations) and thereafter checks the validity of the object for the write process. The higher the number of writes on the same object the higher the risk that a concurrent zeo-client has already invalidated the object while another zeo-client has still this object in use. The client with the invalidated object is constrained to roll back its changes and to recalculate the changes based on the refreshed object. At worst, this state goes in circles and results in a ConflictError. The optimistic concurrency control therefore perfectly fits only concurrent write operations on distinct objects. Memcache locking overcomes this problem because it extends the regular concurrency mechanism by a shared locking beetween all involved zeo-clients by serializing the concurrent write operations before a ConflictError is provoked. This mechanism is also known as pessimistic concurrency control.
RPMPackage python-unidecode-0.04.1-2.lbn13.noarch
Unidecode
RPMPackage python-ua-parser-0.3.4-1.lbn13.noarch
Python port of Browserscope's user agent parser