You are here: Home

Modified items

All recently modified items, latest first.
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-3.0.2-1.lbn36.noarch
Waitress is a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library.
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.
RPMPackage python3-virtualenv-api-2.1.18-5.fc36.noarch
virtualenv-api - an API for virtualenv Tool to create isolated Python environments. Unfortunately, it does not expose a native Python API. This package aims to provide an API in the form of a wrapper around virtualenv.
RPMPackage python3-virtualenv-20.29.3-3.lbn36.noarch
virtualenv is a tool to create isolated Python environments. A subset of it has been integrated into the Python standard library under the venv module. The venv module does not offer all features of this library, to name just a few more prominent: - is slower (by not having the app-data seed method), - is not as extendable, - cannot create virtual environments for arbitrarily installed Python versions (and automatically discover these), - does not have as rich programmatic API (describe virtual environments without creating them).
RPMPackage python3-velruse-1.1.1-1.lbn36.noarch
Velruse is a set of authentication routines that provide a unified way to have a website user authenticate to a variety of different identity providers and/or a variety of different authentication schemes. It is similar in some ways to RPXnow with the exception of being open-source, locally installable, and easily pluggable for custom identity providers and authentication schemes. You can...
RPMPackage python3-van-testing-3.0.0-1.lbn36.noarch
.. contents::van.testing provides tools for testing zope3/WSGI based applications that do not use the ZODB or local utilities.Testing Utilities --The most common use of this testing module is functional testing zope applications. It provides tools to setup layers which load the configuration ZCML as well as setting up wsgi_intercept in a layer.This test is part of such a layer (setup in...
RPMPackage python3-utils-2.5.6-5.fc36.noarch
Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier. This module makes it easy to execute common tasks in Python scripts such as converting text to numbers and making sure a string is in unicode or bytes format.
RPMPackage python3-urllib3-2.3.0-1.lbn36.noarch
urllib3 is a powerful, *user-friendly* HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:- Thread safety. - Connection pooling. - Client-side SSL/TLS verification. - File uploads with multipart encoding. - Helpers for retrying requests and dealing with HTTP...
RPMPackage python3-urlgrabber-4.1.0-9.fc36.noarch
A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more. This package provides the Python 3 version.
RPMPackage python3-uritemplate-4.1.1-1.fc36.noarch
Simple python library to deal with URI Templates (RFC 6570). Python 3 version.
RPMPackage python3-uranium-5.6.0-7.lbn36.noarch
Uranium is a Python framework for building 3D printing related applications.