You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-APScheduler-3.5.1-1.lbn25.py37.noarch
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.
RPMPackage rubygem-yard-classmethods-1.0.0-1.lbn25.noarch
YARD documentation helper for ClassMethods-style modules.
RPMPackage rubygem-yard-chef-2.0.0-1.lbn25.noarch
yard-chef is a YARD plugin for Chef that adds support for documenting Chef cookbooks, resources, providers, and definitions.
RPMPackage rubygem-yard-0.9.12-1.lbn25.noarch
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.
RPMPackage rubygem-yajl-ruby-1.4.0-1.lbn25.x86_64
Ruby C bindings to the excellent Yajl JSON stream-based parser library.