You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-gpg-1.15.1-6.fc36.x86_64
gpgme bindings for Python 3.
RPMPackage python3-google-auth-oauthlib-1.0.0-1.lbn36.noarch
oauthlib integration for Google Auth |pypi|This library provides oauthlib_ integration with google-auth_... |buil .. |pyp .. _oauthlib: .. _google-auth: -You can install using pip_::
RPMPackage python3-google-auth-2.30.0-2.lbn36.noarch
Python client for the kubernetes API.
RPMPackage python3-gobject-base-noarch-3.42.1-1.fc36.noarch
This package provides the non-cairo specific bits of the GObject Introspection library that are not architecture specific.
RPMPackage python3-gobject-base-3.42.1-1.fc36.x86_64
This package provides the non-cairo specific bits of the GObject Introspection library that are architecture specific.
RPMPackage python3-gobject-3.42.1-1.fc36.x86_64
The python3-gobject package provides a convenient wrapper for the GObject library and and other libraries that are compatible with GObject Introspection, for use in Python 3 programs.
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-0.18.3-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...