You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-neutron-lbaas-12.0.0-1.lbn25.noarch
This is a LBaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron LBaaS Python library.
RPMPackage python-neutron-fwaas-12.0.0-1.lbn25.noarch
This is a FWaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron FWaaS Python library.
RPMPackage python-neutron-12.0.0-1.lbn25.noarch
Neutron is a virtual network service for Openstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) This package contains the Neutron Python library.
RPMPackage python-ncclient-0.4.7-2.fc25.noarch
This project is a Python library that facilitates client-side scripting and application development around the NETCONF protocol.
RPMPackage python-migrate-0.11.0-2.lbn25.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 database change sets and database repository versioning.
RPMPackage python-manila-6.0.0-1.lbn25.noarch
OpenStack Shared Filesystem Service (code-name Manila) provides services to manage network filesystems for use by Virtual Machine instances. This package contains the associated Python library.
RPMPackage python-magnum-6.1.0-1.lbn25.noarch
Magnum is an OpenStack project which provides a set of services for provisioning, scaling, and managing container orchestration engines.
RPMPackage python-logutils-0.3.5-1.lbn25.py37.noarch
The logutils package provides a set of handlers for the Python standard library's logging package. Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here.
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.