You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-lockfile-0.11.0-4.lbn25.py37.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-lesscpy-0.10.1-7.lbn25.py37.noarch
A compiler written in python 3 for the lesscss language. For those of us not willing/able to have node.js installed in our environment. Not all features of lesscss are supported (yet). Some features wil probably never be supported (JavaScript evaluation).
RPMPackage python-ldappool-1.0-9.lbn25.noarch
A simple connector pool for python-ldap. The pool keeps LDAP connectors alive and let you reuse them, drastically reducing the time spent to initiate a ldap connection. The pool has useful features like: - transparent re-connection on failures or server restarts - configurable pool size and connectors timeouts - configurable max lifetime for connectors - a context manager to simplify acquiring and releasing a connector
RPMPackage python-kmod-0.9-15.lbn25.x86_64
Python module to allow listing, loading, and unloading Linux kernel modules, using libkmod.
RPMPackage python-keystone-13.0.0-1.lbn25.noarch
Keystone is a Python implementation of the OpenStack (http://www.openstack.org) identity service API. This package contains the Keystone Python library.
RPMPackage python-kazoo-2.2.1-5.lbn25.noarch
Kazoo is a Python library designed to make working with Zookeeper a more hassle-free experience that is less prone to errors.
RPMPackage python-jsonpath-rw-1.2.3-11.lbn25.py37.noarch
This library provides a robust and significantly extended implementation of JSONPath for Python, with a clear AST for meta-programming. It is tested with Python 2.6, 2.7, 3.2, 3.3, and PyPy. This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend.
RPMPackage python-ironic-lib-2.12.0-1.lbn25.noarch
A common library to be used by various projects in the Ironic ecosystem
RPMPackage python-ironic-inspector-client-3.1.0-1.lbn25.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 python-gnocchi-4.2.0-1.lbn25.noarch
gnocchi provides API to store metrics from components and index resources. This package contains the gnocchi python library.
RPMPackage python-glance-16.0.0-1.lbn25.noarch
OpenStack Image Service (code-named Glance) provides discovery, registration, and delivery services for virtual disk images. The Image Service API server provides a standard REST interface for querying information about virtual disk images stored in a variety of back-end stores, including OpenStack Object Storage. Clients can register new virtual disk images with the Image Service, query for information on publicly available disk images, and use the Image Service's client library for streaming virtual disk images. This package contains the glance Python library.
RPMPackage python-editor-1.0.3-3.lbn25.noarch
Programmatically open an editor, capture the result.
RPMPackage python-dracclient-1.3.1-1.lbn25.noarch
Library for managing machines with Dell iDRAC cards.
RPMPackage python-dogpile-core-0.4.1-9.lbn25.noarch
A "dogpile" lock, one which allows a single thread to generate an expensive resource while other threads use the "old" value, until the "new" value is ready. Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage.
RPMPackage python-dogpile-cache-0.6.2-1.lbn25.noarch
A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the `dogpile.core <http://pypi.python.org/pypi/dogpile.core>`_ locking system, which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the `Beaker <http://beaker.groovie.org>`_ caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap.
RPMPackage python-django-pyscss-2.0.2-1.lbn25.noarch
A collection of tools for making it easier to use pyScss within Django.
RPMPackage python-django-horizon-doc-11.0.3-1.el7.noarch
Documentation for the Django Horizon application for talking with Openstack
RPMPackage python-django-horizon-13.0.0-0.2.0rc2.lbn25.noarch
Horizon is a Django application for providing Openstack UI components. It allows performing site administrator (viewing account resource usage, configuring users, accounts, quotas, flavors, etc.) and end user operations (start/stop/delete instances, create/restore snapshots, view instance VNC console, etc.)
RPMPackage python-django-discover-runner-1.0-11.lbn25.noarch
An alternative Django TEST_RUNNER which uses the unittest2 test discovery from a base path specified in the settings, or any other module or package specified to the test management command -- including app tests.
RPMPackage python-django-compressor-2.2-2.lbn25.py37.noarch
Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the ``compress`` template tag. HTML in between ``{% compress js/css %}`` and ``{% endcompress %}`` is parsed and searched for CSS or JS. These styles and scripts are subsequently processed with optional, configurable compilers and filters.