You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-wxpython4-4.2.2-1.lbn36.x86_64
wxPython4 is a is a new implementation of wxPython focused on improving speed, maintainability and extensibility. Just like "Classic" wxPython it wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wx API, enabling Python applications to have a GUI on Windows, Macs or Unix systems with a native look and feel and requiring very little (if any) platform specific code.
RPMPackage python3-wsgiutils-0.7.2-1.lbn36.noarch
WSGI Utils (Version 0.7.1) -- WSGI Utils are a package of standalone utility libraries that ease the development of simple WSGI programs. The functionality provided is limited at the moment, patches to add new features and address defects are most The following components are included please refer to the documentation for more details:wsgiServer - This module provides a very simple...
RPMPackage 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...
RPMPackage 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...
RPMPackage python3-ws4py-0.5.1-7.fc35.noarch
WebSocket client and server library.
RPMPackage python3-wrapt-1.16.0-5.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.
RPMPackage python3-wmctrl-0.3-1.lbn36.noarch
A tool to programmatically control windows inside X
RPMPackage python3-wheel-0.40.0-4.lbn36.noarch
Wheel is the reference implementation of the Python wheel packaging standard, as defined in PEP 427. It has two different roles: 1. A setuptools extension for building wheels that provides the bdist_wheel setuptools command. 2. A command line tool for working with wheel files.
RPMPackage python3-webtest-3.0.0-2.fc36.noarch
WebTest wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides convenient full-stack testing of applications written with any WSGI-compatible framework.
RPMPackage python3-webob-1.8.7-4.fc36.noarch
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.
RPMPackage python3-webencodings-0.5.1-25.lbn36.noarch
This is a Python implementation of the WHATWG Encoding standard.
RPMPackage python3-wcwidth-0.2.13-4.lbn36.noarch
This API is mainly for Terminal Emulator implementors, or those writing programs that expect to interpreted by a terminal emulator and wish to determine the printable width of a string on a Terminal.
RPMPackage python3-wcag_contrast_ratio-0.9-1.lbn36.noarch
wcag-contrast-ratio A library for computing contrast ratios, as required by WCAG 2.0.Usage Simple usage follows this pattern:.. code-block:: python >> import wcag_contrast_ratio as contrast >> black (0.0, 0.0, 0.0) >> white (1.0, 1.0, 1.0) >> contrast.rgb(black, white) Two useful helper functions are provided, to check if contrast meets the required level:.. code-block:: python >> import...
RPMPackage python3-watchdog-6.0.0-1.lbn36.noarch
Python API and shell utilities to monitor file system events. Works on 3.7+.
RPMPackage python3-wand-0.6.13-1.lbn36.noarch
Wand is a ctypes-based simple ImageMagick_ binding for Python, supporting 2.7, 3.3+, and PyPy. All functionalities of MagickWand API are implemented in Wand.
RPMPackage python3-waitress-2.1.2-1.lbn36.noarch
:target:
RPMPackage python3-wadllib-1.3.6-1.lbn36.noarch
Copyright (C) 2008-2013 Canonical Ltd. This file is part of wadllib. wadllib is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. wadllib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of...
RPMPackage python3-voluptuous-0.12.2-2.fc36.noarch
Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.
RPMPackage python3-volatildap-1.5.0-1.lbn36.noarch
volatildap .. image::
RPMPackage python3-vobject-0.9.6.1-13.fc36.noarch
VObject is intended to be a full featured python library for parsing and generating vCard and vCalendar files.