You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-paramiko-1.10.1-1.lbn13.noarch
Paramiko (a combination of the esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel. (This is how sftp works, for example.)
RPMPackage python-oslo-config-1.2.1-1.lbn13.noarch
The Oslo project intends to produce a python library containing infrastructure code shared by OpenStack projects. The APIs provided by the project should be high quality, stable, consistent and generally useful. The oslo-config library is a command line and configuration file parsing library from the Oslo project.
RPMPackage python-openvswitch-1.4.0-5.lbn13.noarch
Python bindings for the Open vSwitch database
RPMPackage python-novaclient-2.15.0-1.lbn13.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-2013.2-1.lbn13.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.
RPMPackage python-neutronclient-2.3.1-2.lbn13.noarch
Client library and command line utility for interacting with Openstack Neutron's API.
RPMPackage python-neutron-2013.2-1.lbn13.noarch
Quantum provides an API to dynamically request and configure virtual networks. This package contains the neutron Python library.
RPMPackage python-netifaces-0.5-3.fc18.armv6hl
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-netifaces-0.5-2.lbn13.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-msgpack-0.1.13-2.fc18.armv6hl
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.
RPMPackage python-msgpack-0.1.9-3.lbn13.x86_64
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.
RPMPackage python-mox-0.5.3-2.fc13.noarch
Mox is a mock object framework for Python based on the Java mock object framework EasyMock.
RPMPackage python-migrate-0.7.2-2.lbn13.noarch
Schema migration tools for SQLAlchemy designed to support an agile approach to database design and make it easier to keep development and production databases in sync as schema changes are required. It allows you to manage atabase change sets and database repository versioning.
RPMPackage python-markupsafe-0.11-7.fc18.1302091146kf.armv6hl
A library for safe markup escaping.
RPMPackage python-markupsafe-0.9.3-1.x86_64
This package implements a XML/HTML/XHTML markup safe string for Python.
RPMPackage python-mako-0.3.6-1.lbn13.noarch
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.
RPMPackage python-lockfile-0.9.1-4.lbn13.noarch
The lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.
RPMPackage python-libguestfs-1.6.2-1.lbn13.6.x86_64
python-libguestfs contains Python bindings for libguestfs.
RPMPackage python-kombu-2.5.4-1.lbn13.noarch
AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security. One of the most popular implementations of AMQP is RabbitMQ. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems.
RPMPackage python-keystoneclient-0.4.1-3.lbn13.noarch
Client library and command line utility for interacting with Openstack Identity API.