You are here: Home

Modified items

All recently modified items, latest first.
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
RPMPackage python-translationstring-0.4-2.lbn13.noarch
Utility library for i18n relied on by various Repoze and Pyramid packages
RPMPackage python-tornado-doc-2.2.1-1.lbn13.noarch
Tornado is an open source version of the scalable, non-blocking web server and and tools. This package contains some example applications.
RPMPackage python-tornado-2.2.1-1.lbn13.noarch
Tornado is an open source version of the scalable, non-blocking web server and tools. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services.
RPMPackage python-tgcaptcha-0.11-7.fc12.noarch
TGCaptcha is a TurboGears widget that provides an easy way to incorporate a captcha as part a form in an attempt to reduce spam or malicious activity.
RPMPackage python-textile-2.1.4-3.fc13.noarch
Textile is a XHTML generator using a simple markup developed by Dean Allen. This is a Python port with support for code validation, itex to MathML translation, Python code coloring and much more.
RPMPackage python-tempita-0.4-7.lbn13.noarch
Tempita is a small templating language for text substitution.
RPMPackage python-supervisor-3.0a12-2.lbn13.noarch
A system for controlling process state under UNIX
RPMPackage python-suds-0.4-2.lbn13.noarch
Lightweight SOAP client
RPMPackage python-stripogram-1.5-2.lbn13.noarch
Strip-o-Gram HTML Conversion Library
RPMPackage python-sphinx-1.1.3-1.lbn13.noarch
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Although it is still under constant development, the following features are already present, work fine and can be seen "in action" in the Python docs: * Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions * Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children * Automatic indices: general index as well as a module index * Code handling: automatic highlighting using the Pygments highlighter * Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.
RPMPackage python-six-1.2.0-1.lbn13.noarch
python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. This is the Python 2 build of the module.
RPMPackage python-simplejson-2.6.0-2.fc18.armv6hl
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. It gets updated more regularly than the json module in the python stdlib.