-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-editor-1.0.4-4.lbn25.noarch
Programmatically open an editor, capture the result.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-netifaces-0.10.6-1.lbn25.py37.x86_64
This package provides a cross platform API for getting address information
from network interfaces.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-dictdiffer-0.8.1-1.lbn25.noarch
Dictdiffer is a helper module that helps you to diff and patch dictionaries.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25