You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-oslo-cache-1.5.0-1.lbn19.noarch
oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.
RPMPackage python2-os-win-0.3.2-1.lbn19.noarch
This library contains Windows / Hyper-V code commonly used in the OpenStack projects: nova, cinder, networking-hyperv. The library can be used in any other OpenStack projects where it is needed.
RPMPackage python2-os-client-config-1.16.0-1.lbn19.noarch
The os-client-config is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. It will find cloud config for as few as 1 cloud and as many as you want to put in a config file. It will read environment variables and config files, and it also contains some vendor specific default values so that you don't have to know extra info to use OpenStack * If you have a config file, you will get the clouds listed in it * If you have environment variables, you will get a cloud named `envvars` * If you have neither, you will get a cloud named `defaults` with base defaults
RPMPackage python2-os-brick-0.5.0-1.lbn19.noarch
OpenStack Cinder brick library for managing local volume attaches
RPMPackage python2-openstacksdk-0.8.3-1.lbn19.noarch
A collection of libraries for building applications to work with OpenStack clouds.
RPMPackage python2-ndg_httpsclient-0.4.0-3.lbn19.noarch
This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer. This is the python2 library.
RPMPackage python2-muranoclient-0.8.4-1.lbn19.noarch
Client library for Murano built on the Murano API. It provides a Python API (the muranoclient module) and a command-line tool (murano).
RPMPackage python2-mock-2.0.0-1.lbn19.noarch
Mock is a Python module that provides a core mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set
RPMPackage python2-mmh3-2.3.1-1.lbn19.x86_64
Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions.mmh3 2.3.1 supports both Python 2.7 and 3.x.Usage Sample Usage:: >>> import mmh3 >>> mmh3.hash('foo') 32 bit signed int 156908512 >>> mmh3.hash64('foo') two 64 bit signed ints (2129773440516405919, 9128664383759220103) >>> mmh3.hash128('foo') 128 bit signed ...
RPMPackage python2-mistralclient-2.0.0-3.lbn19.noarch
Python client for Mistral REST API. Includes python library for Mistral API and Command Line Interface (CLI) library.
RPMPackage python2-lz4-0.8.1-2.lbn19.x86_64
Python 2 bindings for the lz4 compression library.
RPMPackage python2-keystoneauth1-2.4.1-1.lbn19.noarch
Keystoneauth provides a standard way to do authentication and service requests within the OpenStack ecosystem. It is designed for use in conjunction with the existing OpenStack clients and for simplifying the process of writing new clients.
RPMPackage python2-jsonpath-rw-ext-1.0.0-2.lbn19.noarch
Extensions for JSONPath RW
RPMPackage python2-jmespath-0.9.0-5.lbn19.noarch
JMESPath allows you to declaratively specify how to extract elements from a JSON document.
RPMPackage python2-ironic-python-agent-1.2.2-1.lbn19.noarch
Python library for ironic python agent.
RPMPackage python2-ironic-inspector-client-1.2.0-2.lbn19.noarch
Ironic Inspector is an auxiliary service for discovering hardware properties for a node managed by OpenStack Ironic. Hardware introspection or hardware properties discovery is a process of getting hardware parameters required for scheduling from a bare metal node, given it’s power management credentials (e.g. IPMI address, user name and password). This package contains Python client and command line tool for Ironic Inspector.
RPMPackage python2-imagesize-0.7.1-2.lbn19.noarch
The imagesize package parses image file headers and returns the image sizes. * PNG * JPEG * JPEG2000 * GIF This is a pure Python library.
RPMPackage python2-google-compute-engine-2.2.0-1.lbn19.noarch
Google Compute Engine guest environment.
RPMPackage python2-futurist-0.13.0-1.lbn19.noarch
Code from the future, delivered to you in the now.
RPMPackage python2-functools32-3.2.3.2-1.lbn19.noarch
Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.