You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-oslo-log-3.2.0-1.lbn19.noarch
OpenStack logging configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id’s etc).
RPMPackage python2-oslo-i18n-3.4.0-1.lbn19.noarch
The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library.
RPMPackage python2-oslo-db-4.6.0-1.lbn19.noarch
The OpenStack Oslo database handling library. Provides database connectivity to the different backends and helper utils.
RPMPackage python2-oslo-context-0.6.0-3.lbn19.noarch
The OpenStack Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.
RPMPackage python2-oslo-config-3.9.0-1.lbn19.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 python2-oslo-concurrency-3.7.1-1.lbn19.noarch
Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.
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.