You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python-nova-docker-0.0.1-1.713af82.lbn19.noarch
Installation & Configuration 1. Install the python modules. For example: $ python setup.py install Note: There are better and cleaner ways of managing Python modules, such as using distribution packages or 'pip'. The setup.py file and Debian's stdeb, for instance, may be used to create Debian/Ubuntu packages. 2. Enable the driver in Nova's configuration In nova.conf: compute_driver=novadocker.virt.docker.DockerDriver 3. Optionally tune site-specific settings. In nova.conf: [docker] Uploading Images to Glance 1. Enable the driver in Glance's configuration In glance-api.conf: container_formats=ami,ari,aki,bare,ovf,ova,docker 2. Save docker images to Glance Images may now be saved directly to Glance: $ docker pull busybox $ docker save busybox | glance image-create --is-public=True --container-format=docker --disk-format=raw --name busybox Note: At present, only administrators should be allowed to manage images. The name of the image in Glance should be explicitly set to the same name as the image as it is known to Docker. In the example above, an image has been tagged in Docker as 'busybox'. Matching this is the '--name busybox' argument to glance image-create. If these names do not align, the image will not be bootable. Notes Earlier releases of this driver required the deployment of a private docker registry. This is no longer required. Images are now saved and loaded from Glance. Images loaded from Glance may do bad things. Only allow administrators to add images. Users may create snapshots of their containers, generating images in Glance -- these images are managed and thus safe.
RPMPackage python-nova-2015.1.0-4.lbn19.noarch
OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. This package contains the nova Python library.