You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-gmpy2-2.1.2-2.fc36.x86_64
This package contains a C-coded Python extension module that supports multiple-precision arithmetic. It is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. Gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. It also updates the API and naming conventions to be more consistent and support the additional functionality.
RPMPackage python3-gmpy-1.17-1.lbn36.x86_64
General MultiPrecision arithmetic for Python gmpy is a C-coded Python extension module that provides access to the GMP (or MPIR) multiple-precision arithmetic library. gmpy 1.17 is the final release of the 1.x series. No further updates are planned. All further development is occurring in the 2.x series, also known as gmpy2. Please see https://pypi.python.org/pypi/gmpy2/ for the latest...
RPMPackage python3-gitpython-3.1.43-1.lbn36.noarch
GitPython is a python library used to interact with Git repositories
RPMPackage python3-github3py-3.2.0-1.fc36.noarch
github3.py is a comprehensive, actively developed and extraordinarily stable wrapper around the GitHub API (v3). Python 3 version.
RPMPackage python3-gitdb2-4.0.2-1.lbn36.noarch
GitDB is a pure-Python git object database
RPMPackage python3-gitdb-0.6.4-1.lbn36.x86_64
GitDB is a pure-Python git object database
RPMPackage python3-gitchangelog-3.0.4-1.lbn36.noarch
gitchangelog :target:
RPMPackage python3-gexiv2-0.14.0-2.fc36.x86_64
This package contains the python3 bindings for libgexiv2
RPMPackage python3-gevent-23.9.1-1.lbn36.x86_64
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * monkey patching utility to get pure Python modules to cooperate Python 3 version.
RPMPackage python3-gettext-4.0-5.fc36.noarch
This implementation of Gettext for Python 3 includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword.
RPMPackage python3-genshi-0.7.7-1.fc36.noarch
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
RPMPackage python3-gear-0.15.1-10.fc36.noarch
python-gear implements an asynchronous event-driven interface to Gearman. It provides interfaces to build a client or worker, and access to the administrative protocol. The design approach is to keep it simple, with a relatively thin abstraction of the Gearman protocol itself. It should be easy to use to build a client or worker that operates either synchronously or asynchronously. The module also provides a simple Gearman server for use as a convenience in unit tests. The server is not designed for production use under load.
RPMPackage python3-gcsfs-2023.12.1-1.lbn36.noarch
Pythonic file-system for Google Cloud Storage.
RPMPackage python3-future-1.0.0-2.lbn36.noarch
future: Easy, safe support for Python 2/3 compatibility future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.It is designed to be used as follows:: from __future__ import (absolute_import, division, print_function, unicode_literals) from builtins...
RPMPackage python3-funcy-1.15-5.fc36.noarch
A collection of fancy functional tools focused on practicality. Python 3 version.
RPMPackage python3-funcsigs-1.0.2-26.fc36.noarch
funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well as 3.2 and up.
RPMPackage python3-func-timeout-4.3.5-1.lbn36.noarch
func\_timeout Python module to support running any existing function with a given timeout. Function Timeout func\_timeout -This is the function wherein you pass the timeout, the function you want to call, and any arguments, and it runs it for up to timeout seconds, and will return/raise anything the passed function would otherwise return or raise. def func\_timeout(timeout, func, args(),...
RPMPackage python3-fsspec-2024.6.1-1.lbn36.noarch
filesystem_spec[![PyPI version]( [![Anaconda-Server Badge]( ![Build]( [![Docs]( [![PyPi downloads]( specification for pythonic filesystems. Install
RPMPackage python3-fs-2.4.16-1.lbn36.noarch
Python's Filesystem abstraction layer.
RPMPackage python3-frozenlist-1.3.1-1.fc36.x86_64
FrozenList is a list-like structure which implements collections.abc.MutableSequence, and which can be made immutable.