You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-virtinst-0.600.3-1.lbn13.noarch
virtinst is a module that helps build and install libvirt based virtual machines. Currently supports KVM, QEmu and Xen virtual machines. Package includes several command line utilities, including virt-install (build and install new VMs) and virt-clone (clone an existing virtual machine).
RPMPackage python-virt-back-0.1.0-2.lbn13.noarch
A backup utility for QEMU, KVM, XEN, and Virtualbox guests. Virt-back is a python application that uses the libvirt api to safely shutdown, gzip, and restart guests. The backup process logs to syslog for auditing and virt-back works great with cron for scheduling outages. Note that there is a --amount flag which controls the number of generations kept. The default number is 3 generations. Example cronjob: 15 2 * * 1 /usr/bin/virt-back --path=/var/backups --quiet --backup vm1 15 23 * * 5 /usr/bin/virt-back --quiet --backup vm2 Virt-back guest restore procedure In this guide our guest vm2 has failed with a major corruption and we would like to restore from our backups. We have our running production guest images in /KVMROOT and our virt-back guest backups in /KVMBACK. Overview: Ensure the guest is shut off. move the bad image file out of the way untar the virt-back backup into place power up the guest Detailed Procedure: Verify the guest is shut off by running: virt-back --info-all We noticed that vm2 was still running so we invoked: virt-back --shutdown vm2 Move the corrupted image file out of the way: mv /KVMROOT/vm2.img /KVMROOT/vm2.img.NFG Unzip and unarchive the backup using the following command (note --strip depends on your original --path depth): sudo tar -xzvf /KVMBACK/vm2.tar.gz -C /KVMROOT --strip 1 When the untar completes, start the guest: virt-back --create vm2
RPMPackage python-versiontools-1.9.1-2.lbn13.noarch
Smart replacement for plain tuple used in __version__
RPMPackage python-swiftclient-1.7.0-1.lbn13.noarch
Client library and command line utility for interacting with Openstack Object Storage API.
RPMPackage python-stevedore-0.8-2.lbn13.noarch
Manage dynamic plugins for Python applications
RPMPackage python-sqlalchemy-0.8.0-1.lbn13.x86_64
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain.
RPMPackage python-sqlalchemy-0.7.9-1.fc18.1302272314kf.armv6hl
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 2 version of the module.
RPMPackage python-simplegeneric-0.6-2.lbn13.noarch
The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library.
RPMPackage python-routes-1.12.3-3.lbn13.noarch
Routes is a Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions and generating URL's. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort.
RPMPackage python-requests-2.0.1-1.lbn13.noarch
Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s built-in urllib2 module provides most of the HTTP capabilities you should need, but the API is thoroughly broken. This library is designed to make HTTP requests easy for developers.
RPMPackage python-reportlab-2.5-5.fc18.armv6hl
Python PDF generation library.
RPMPackage python-reportlab-2.3-2.fc13.x86_64
Python PDF generation library.
RPMPackage python-quantumclient-2.1.10-2.lbn13.noarch
Client library and command line utility for interacting with Openstack Quantum's API.
RPMPackage python-qpid-0.20-1.lbn13.noarch
The Apache Qpid Python client library for AMQP.
RPMPackage python-pymongo-2.5.2-1.lbn13.x86_64
The Python driver for MongoDB.
RPMPackage python-pymongo-2.3-5.fc18.armv6hl
The Python driver for MongoDB.
RPMPackage python-prettytable-0.7.2-1.lbn13.noarch
prettytable
RPMPackage python-pecan-0.2.2-1.lbn13.noarch
A WSGI object-dispatching web framework, designed to be lean and fast, with few dependancies.
RPMPackage python-pbr-0.5.21-2.lbn13.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-passlib-1.6.1-1.lbn13.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>`_.