You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-kubernetes-10.0.1-1.lbn25.noarch
Python client for the kubernetes API.
RPMPackage python3-gitdb-2.0.3-1.lbn25.py37.noarch
GitDB allows you to access bare git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to handle large objects with a small memory footprint. Python 3 version.
RPMPackage python3-dictdiffer-0.8.1-1.lbn25.noarch
Dictdiffer is a helper module that helps you to diff and patch dictionaries.
RPMPackage python3-requestsexceptions-1.4.0-1.lbn25.py37.noarch
This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.
RPMPackage python3-os-service-types-1.7.0-2.lbn25.noarch
OsServiceTypes is a Python library for consuming OpenStack sevice-types-authority data The OpenStack Service Types Authority contains information about official OpenStack services and their historical service-type aliases. The data is in JSON and the latest data should always be used. This simple library exists to allow for easy consumption of the data, along with a built-in version of the data to use in case network access is for some reason not possible and local caching of the fetched data.
RPMPackage python3-netifaces-0.10.6-1.lbn25.py37.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python3-munch-2.2.0-2.lbn25.py37.noarch
munch is a fork of David Schoonover's **Bunch** package, providing similar functionality. 99% of the work was done by him, and the fork was made mainly for lack of responsiveness for fixes and maintenance on the original code. Munch is a dictionary that supports attribute-style access, a la JavaScript.
RPMPackage python3-keystoneauth1-3.17.1-2.lbn25.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 python3-editor-1.0.4-4.lbn25.noarch
Programmatically open an editor, capture the result.
RPMPackage python3-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 python3-dogpile-cache-0.6.7-1.lbn25.py37.noarch
Dogpile consists of two subsystems, one building on top of the other. dogpile provides the concept of a "dogpile lock", a control structure which allows a single thread of execution to be selected as the "creator" of some resource, while allowing other threads of execution to refer to the previous version of this resource as the creation proceeds; if there is no previous version, then those threads block until the object is available. dogpile.cache is a caching API which provides a generic interface to caching backends of any variety, and additionally provides API hooks which integrate these cache backends with the locking mechanism of dogpile. Overall, dogpile.cache is intended as a replacement to the Beaker 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 python3-deprecation-1.0-4.lbn25.py37.noarch
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests.
RPMPackage python3-appdirs-1.4.3-7.lbn25.py37.noarch
A small Python 3 module for determining appropriate " + " platform-specific directories, e.g. a "user data dir".
RPMPackage re2-20160401-2.fc25.x86_64
RE2 is a C++ library providing a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. Backtracking engines are typically full of features and convenient syntactic sugar but can be forced into taking exponential amounts of time on even small inputs. In contrast, RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input, at the expense of some missing features (e.g back references and generalized assertions).
RPMPackage jsr-305-0-0.19.20130910svn.fc24.noarch
This package contains reference implementations, test cases, and other documents for Java Specification Request 305: Annotations for Software Defect Detection.
RPMPackage findbugs-3.0.1-6.fc25.noarch
Findbugs is a program which uses static analysis to look for bugs in Java code. It can check for null pointer exceptions, multithreaded code errors, and other bugs.
RPMPackage python3-stevedore-1.31.0-2.lbn25.noarch
Manage dynamic plugins for Python applications
RPMPackage python3-hacking-1.1.0-1.lbn25.noarch
OpenStack Hacking Guidline Enforcement
RPMPackage python3-daemon-2.2.4-1.lbn25.noarch
This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". This is the python3 version of the library.
RPMPackage python3-GitPython-3.0.2-2.lbn25.noarch
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing. It provides abstractions of git objects for easy access of repository data, and additionally allows you to access the git repository more directly using either a pure python implementation, or the faster, but more resource intensive git command implementation. The object database implementation is optimized for handling large quantities of objects and large datasets, which is achieved by using low-level structures and data streaming. Python 3 version.