-
python3-willow+pillow-1.11.0-1.lbn36.noarch
This is a metapackage bringing in pillow extras requires for python3-willow.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-willow+wand-1.11.0-1.lbn36.noarch
This is a metapackage bringing in wand extras requires for python3-willow.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-willow-1.11.0-1.lbn36.noarch
Willow is a simple image library that combines the APIs of Pillow, Wand and
OpenCV. It converts the image between the libraries when necessary.
Willow currently has basic resize and crop operations, face and feature
detection and animated GIF support. New operations and library integrations can
also be easily implemented.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-wirerope-0.4.7-2.lbn36.noarch
The concepts:
wirerope.rope.WireRope is a wrapper interface for python callable.
Custom wirerope.wire.Wire class provides user-defined behavior.
A subclass of this class is working similar to a decorator function body.
A wire object is associated with a bound method.
Rope is dispatching types.
wirerope.rope.WireRope is the wrapper for callables. By wrapping a
function with WireRope with a custom subclass of the wirerope.wire.Wire
class, the wire object will be created by each function or bound method.
Wire is the most important part. The given class will be instantiated and
bound to each function or bound method - which fits the concept of instance
cmethod of human.
For example, when f is a free function or staticmethod, the wire also will
be a single object. When f is a method or property, wires will be created for
each method owner object self. When f is a classmethod, wires will be
created for each method owner class cls. Yes, it will detect the owner
and bound to it regardless of
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-wmctrl-0.3-1.lbn36.noarch
A tool to programmatically control windows inside X
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-wrapt-1.17.0-0.lbn36.x86_64
The aim of the wrapt module is to provide a transparent object proxy for
Python, which can be used as the basis for the construction of function
wrappers and decorator functions.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ws4py-0.5.1-1.lbn25.noarch
WebSocket client and server library for Python 2 and 3 as well as PyPy
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-ws4py-0.5.1-7.fc35.noarch
WebSocket client and server library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-wsgi_intercept-1.10.0-1.lbn36.noarch
Installs a WSGI application in place of a real host for testing.Introduction
Testing a WSGI application sometimes involves starting a server at a local host
and port, then pointing your test code to that address. Instead, this library
lets you intercept calls to any specific host/port combination and redirect
them into a WSGI application_ importable by your test program. Thus, you can
avoid...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-wsgiproxy2-0.4.6-1.lbn36.noarch
Installation With pip:: $ pip install WSGIProxy2Install optionnal backends:: $
pip install requests restkit urllib3Create a proxy:: >>> from wsgiproxy import
HostProxy >>> proxy HostProxy(application_url)Then use it. Here is an example
with WebOb but you can use it like a classic WSGI application:: >>> from webob
import Request >>> req Request.blank('/form.html') >>> resp...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36