You are here: Home

Modified items

All recently modified items, latest first.
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-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-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...
RPMPackage python3-types-toml-0.10.8.5-1.lbn36.noarch
Typing stubs for tomlThis is a PEP 561 type stub package for the toml package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses toml. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit 4e946b74bf18dc932caf41d0257957d85bbabe91.
RPMPackage python3-types-docutils-0.18.3-1.lbn36.noarch
Typing stubs for docutilsThis is a PEP 561 type stub package for the docutils package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses docutils. The source for this package can be found at All fixes for types and metadata should be contributed there.See for more details. This package was generated from typeshed commit...
RPMPackage python3-typed_ast-1.5.4-1.fc36.x86_64
A fork of the ast module with type annotations. This package is based on the ast modules from Python 2 and 3, and has been extended with support for type comments and type annotations as supported in Python 3.6.
RPMPackage python3-twisted+tls-22.4.0-1.fc36.noarch
This is a metapackage bringing in tls extras requires for python3-twisted. It makes sure the dependencies are installed.
RPMPackage python3-twisted-22.4.0-1.fc36.noarch
Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers and more.
RPMPackage python3-twine-3.1.1-1.lbn36.noarch
twine .. rtd-inclusion-marker-do-not-removeTwine is a utility_ for publishing_ Python packages on PyPI_.It provides build system independent uploads of source and binary
RPMPackage python3-trimesh-3.12.9-1.fc36.noarch
Trimesh is a pure Python library for loading and using triangular meshes with an emphasis on watertight meshes. The goal of the library is to provide a fully featured and well tested Trimesh object which allows for easy manipulation and analysis, in the style of the Polygon object in the Shapely library.