You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-wildcard-1.1b7-2.lbn19.noarch
Python module for wildcard
RPMPackage python-werkzeug-0.11.6-1.lbn19.noarch
Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).
RPMPackage python-webtest-2.0.16-1.lbn19.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-wand-0.4.1-2.lbn19.x86_64
There are already many MagickWand API bindings for Python, however they are lacking something we need: Pythonic and modern interfaces Good documentation Binding through ctypes (not C API) — we are ready to go PyPy!
RPMPackage python-vs.genericsetup.ldap-1.2-2.lbn19.noarch
This package registers GenericSetup import and export steps for Products.PloneLDAP.
RPMPackage python-vobject-0.8.1c-8.lbn19.noarch
VObject is intended to be a full featured python library for parsing and generating vCard and vCalendar files.
RPMPackage python-virtualenv-12.0.7-1.lbn19.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.lbn19.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-1.1.0-4.lbn19.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 python-unimr.memcachedlock-0.1rc2_r144828-2.lbn19.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.19-1.lbn25.py37.noarch
This is a python port of Text::Unidecode Perl module. It provides a function, 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII characters.
RPMPackage python-ua-parser-0.3.4-1.lbn19.noarch
Python port of Browserscope's user agent parser
RPMPackage python-twitter-2.2-1.lbn19.noarch
This library provides a pure python interface for the Twitter API. Twitter (http://twitter.com) provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a web services API (http://twitter.com/help/api) and this library is intended to make it even easier for python programmers to use.
RPMPackage python-translationstring-1.1-5.lbn19.noarch
A library used by various `Repoze <http://repoze.org>`_ packages for internationalization (i18n) duties related to translation. This package provides a *translation string* class, a *translation string factory* class, translation and pluralization primitives, and a utility that helps `Chameleon <http://chameleon.repoze.org>`_ templates use translation facilities of this package. It does not depend on `Babel <http://babel.edgewall.org>`_, but its translation and pluralization services are meant to work best when provided with an instance of the ``babel.support.Translations`` class.
RPMPackage python-transaction-2.4.0-1.lbn25.noarch
This package contains a generic transaction implementation for Python. It is mainly used by the ZODB, though.
RPMPackage python-tornado-doc-2.2.1-3.fc18.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-3.fc18.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-textract-1.4.0-1.lbn19.noarch
As undesireable as it might be, more often than not there is extremely useful information embedded in Word documents, PowerPoint presentations, PDFs, etc---so-called "dark data"---that would be valuable for further textual analysis and visualization. While :ref:`several packages <supporting>` exist for extracting content from each of these formats on their own, this package provides a single interface for extracting content from any type of file, without any irrelevant markup. Currently supporting textract supports a growing list of file types for text extraction. If you don't see your favorite file type here, Please recommend other file types by either mentioning them on the issue tracker or by :ref:`contributing a pull request <contributing>`. .csv via python builtins .doc via antiword .docx via python-docx .eml via python builtins .epub via ebooklib .gif via tesseract-ocr .jpg and .jpeg via tesseract-ocr .json via python builtins .html and .htm via beautifulsoup4 .mp3 via SpeechRecognition and sox .msg via msg-extractor .odt via python builtins .ogg via SpeechRecognition and sox .pdf via pdftotext (default) or pdfminer .png via tesseract-ocr .pptx via python-pptx .ps via ps2text .rtf via unrtf .tiff via tesseract-ocr .txt via python builtins .wav via SpeechRecognition .xlsx via xlrd .xls via xlrd
RPMPackage python-textile-2.1.5-2.fc19.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-tesseract-ocr-0.0.1-2.lbn19.x86_64
Basic Usage import tesseract_ocr tesseract_ocr.text_for_filename('code.tiff') tesseract_ocr.text_for_bytes(open('code.tiff', 'rb').read())