You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-unittest2-1.1.0-6.lbn36.noarch
unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7 and onwards. It is tested to run on Python 2.6, 2.7, 3.2, 3.3, 3.4 and pypy.
RPMPackage python3-unidecode-1.2.0-4.fc36.noarch
This is a python port of Text::Unidecode Perl module. It provides a function, 'unidecode(...)' that takes Unicode data and tries to represent it in ASCII characters.
RPMPackage python3-unbound-1.16.3-2.fc36.x86_64
Python 3 modules and extensions for unbound
RPMPackage python3-tzlocal-4.2-1.lbn36.noarch
API CHANGE! --With version 3.0 of tzlocal, tzlocal no longer returned pytz objects, but zoneinfo objects, which has a different API. Since 4.0, it now restored partial compatibility for pytz users through Paul Ganssle's pytz_deprecation_shim.tzlocal 4.0 also adds an official function get_localzone_name() to get only the timezone name, instead of a timezone object. On unix, it can raise an...
RPMPackage python3-tzdata-2025.1-1.lbn36.noarch
This is a Python package containing zic-compiled binaries for the IANA time zone database. It is intended to be a fallback for systems that do not have system time zone data installed (or don’t have it installed in a standard location), as a part of PEP 615 This repository generates a pip-installable package, published on PyPI as tzdata. For more information, see the documentation.
RPMPackage python3-typing-extensions-4.13.2-1.lbn36.noarch
The typing_extensions module serves two related purposes: Enable use of new type system features on older Python versions. For example, typing.TypeGuard is new in Python 3.10, but typing_extensions allows users on previous Python versions to use it too. Enable experimentation with new type system PEPs before they are accepted and added to the typing module. typing_extensions is treated specially by static type checkers such as mypy and pyright. Objects defined in typing_extensions are treated the same way as equivalent forms in typing. typing_extensions uses Semantic Versioning. The major version will be incremented only for backwards-incompatible changes. Therefore, it's safe to depend on typing_extensions like this: typing_extensions >=x.y, <(x+1), where x.y is the first version that includes all features you need.
RPMPackage python3-typing-3.10.0.0-1.lbn36.noarch
Typing -- Type Hints for PythonThis is a backport of the standard library typing module to Python versions older than 3.5. (See note below for newer versions.)Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type...