You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-polib-1.0.7-1.lbn19.noarch
polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it’s entries, add, modify entries, comments or metadata, etc… or create new po files from scratch. polib supports out of the box any version of python ranging from 2.4 to latest 3.X version. polib is pretty stable now and is used by many opensource projects. The project code and bugtracker is hosted on Bitbucket. polib is generously documented, you can browse the documentation online, a good start is to read the quickstart guide.
RPMPackage python-ply-3.4-4.fc19.noarch
PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system.
RPMPackage python-pip-9.0.1-1.lbn19.noarch
Pip is a replacement for `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.
RPMPackage python-pecan-0.2.2-1.lbn19.noarch
A WSGI object-dispatching web framework, designed to be lean and fast, with few dependancies.
RPMPackage python-pdfminer-20140328-1.lbn19.noarch
PDFMiner is a tool for extracting information from PDF documents. Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data. PDFMiner allows to obtain the exact location of texts in a page, as well as other information such as fonts or lines. It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis.
RPMPackage python-pbr-0.8.0-3.lbn19.noarch
PBR is a library that injects some useful and sensible default behaviors into your setuptools run. It started off life as the chunks of code that were copied between all of the OpenStack projects. Around the time that OpenStack hit 18 different projects each with at least 3 active branches, it seems like a good time to make that code into a proper re-usable library.
RPMPackage python-path.py-7.2-1.lbn19.noarch
A module wrapper for os.path
RPMPackage python-passlib-1.6.1-1.lbn19.noarch
Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. * See the `online documentation <http://packages.python.org/passlib>`_ for details, installation instructions, and examples. * See the `Passlib homepage <http://passlib.googlecode.com>`_ for the latest news, more information, and additional downloads. * See the `changelog <http://packages.python.org/passlib/history.html>`_ for a description of what's new in Passlib. All releases are signed with the gpg key `4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
RPMPackage python-osprofiler-1.2.0-1.lbn19.noarch
OSProfiler is an OpenStack cross-project profiling library.
RPMPackage python-os-testr-0.4.1-1.lbn19.noarch
ostestr is a testr wrapper that uses subunit-trace for output and builds some helpful extra functionality around testr.
RPMPackage python-ordereddict-1.1-2.lbn19.noarch
A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.
RPMPackage python-openvswitch-2.0.1-1.fc19.noarch
Python bindings for the Open vSwitch database
RPMPackage python-openstackclient-0.4.1-1.lbn19.noarch
python-openstackclient is a unified command-line client for the OpenStack APIs. It is a thin wrapper to the stock python-*client modules that implement the actual REST API client actions.
RPMPackage python-openstack-nose-plugin-0.11-2.fc19.noarch
openstack.nose_plugin provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py.
RPMPackage python-openstack-mistral-2.0.0-1.1.lbn19.noarch
Mistral is a workflow service. Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description to Mistral so that it takes care of state management, correct execution order, parallelism, synchronization and high availability. . This package contains the Python libraries.
RPMPackage python-okaara-1.0.35-1.fc19.noarch
Python library to facilitate the creation of command-line interfaces.
RPMPackage python-octavia-0.8.0-1.lbn19.noarch
Octavia is an Operator-grade open source scalable load balancer. This package contains the Octavia Python library.
RPMPackage python-oauthlib-0.6.3-1.lbn19.noarch
OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object or web framework. Use it to graft OAuth client support onto your favorite HTTP library, or provider support onto your favourite web framework. If you're a maintainer of such a library, write a thin veneer on top of OAuthLib and get OAuth support for very little effort.
RPMPackage python-oauth2-1.5.211-4.fc19.noarch
Oauth2 was originally forked from Leah Culver and Andy Smith's oauth.py code. Some of the tests come from a fork by Vic Fryzel, while a revamped Request class and more tests were merged in from Mark Paschal's fork. A number of notable differences exist between this code and its forefathers: - 100% unit test coverage. - The DataStore object has been completely ripped out. While creating unit tests for the library I found several substantial bugs with the implementation and confirmed with Andy Smith that it was never fully baked. - Classes are no longer prefixed with OAuth. - The Request class now extends from dict. - The library is likely no longer compatible with Python 2.3. - The Client class works and extends from httplib2. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
RPMPackage python-novaclient-2.13.0-1.fc19.noarch
This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.