-
python2-gevent-1.1.1-1.lbn19.x86_64
gevent is a coroutine-based Python networking library that uses greenlet to
provide a high-level synchronous API on top of libevent event loop.
Features include:
* convenient API around greenlets
* familiar synchronization primitives (gevent.event, gevent.queue)
* socket module that cooperates
* WSGI server on top of libevent-http
* DNS requests done through libevent-dns
* monkey patching utility to get pure Python modules to cooperate
Python 2 version.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-greenlet-0.4.9-2.lbn19.x86_64
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".
This is the Python 2 version of greenlet.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-hacking-0.10.2-3.lbn19.noarch
OpenStack Hacking Guideline Enforcement
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-hawkey-0.6.3-2.lbn19.x86_64
Python 2 bindings for the hawkey library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-hypothesis-3.4.2-1.lbn19.noarch
Hypothesis Hypothesis is an advanced testing library for Python. It
lets you
write tests which are parametrized by a source of examples,
and then generates
simple and comprehensible examples that make your
tests fail. This lets you
find more bugs in your code with less ..
codeblock:: python @given(st.lists(
st.floats(allow_nanFalse,
allow_infinityFalse), min_size1)) def
test_mean(xs): ...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-imagesize-0.7.1-2.lbn19.noarch
The imagesize package parses image file headers and returns the image sizes.
* PNG
* JPEG
* JPEG2000
* GIF
This is a pure Python library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-iniparse-0.4-19.lbn19.noarch
iniparse is an INI parser for Python 2 which is API compatible
with the standard library's configparser, preserves structure of INI
files (order of sections & options, indentation, comments, and blank
lines are preserved when data is updated), and is more convenient to
use.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-ironic-inspector-client-1.2.0-2.lbn19.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-iso8601-0.1.11-2.lbn19.noarch
This module parses the most common forms of ISO 8601 date strings
(e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python2-jmespath-0.9.0-5.lbn19.noarch
JMESPath allows you to declaratively specify how to extract elements from
a JSON document.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19