You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-google-api-core-2.23.0-3.lbn36.noarch
Core Library for Google Client Libraries |pypi| |versions|This library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients. For more information, see the documentation_... |pyp .. |version .. _documentation: Supported Python Versions -
RPMPackage python3-google-api-client-2.58.0-1.lbn36.noarch
Written by Google, this library provides a small, flexible, and powerful Python 3 client library for accessing Google APIs.
RPMPackage python3-google-ads-25.2.0-1.lbn36.noarch
Google Ads API Client Library for Python This project hosts the Python client library for the Google Ads API.Build Status |build-status|Requirements * Python 3.7+Installation .. code-block:: pip install google-adsFeatures* Distributed via PyPI. * Easy management of credentials. * Easy creation of Google Ads API service clients.Documentation - Please refer to our Developer Site_ for...
RPMPackage python3-gcloud-aio-storage-9.3.0-1.lbn36.noarch
This is a shared codebase for gcloud-aio-storage and gcloud-rest-storage
RPMPackage python3-gcloud-aio-bigquery-7.1.0-1.lbn36.noarch
This is a shared codebase for gcloud-aio-bigquery and gcloud-rest-bigquery
RPMPackage python3-gcloud-aio-auth-5.3.2-1.lbn36.noarch
This is a shared codebase for gcloud-aio-auth and gcloud-rest-auth This library implements an IamClient class, which can be used to interact with GCP public keys and URL sign blobs. It additionally implements a Token class, which is used for authorizing against Google Cloud. The other gcloud-aio-* package components accept a Token instance as an argument; you can define a single token for all of these components or define one for each. Each component corresponds to a given Google Cloud service and each service requires various “scopes”.
RPMPackage python3-gcloud-0.0.1-1.lbn36.noarch
gcloud high-level module
RPMPackage python3-msrest-0.7.1-1.lbn36.noarch
AutoRest: Python Client Runtime Installation To install:.. code-block:: bash $ pip install msrest Release History 2022-06-10 Version 0.7.1 +++++++++++++++++++++++++**Bugfixes**- Declare correctly msrest as Python 3.6 and more only for clarity 251 2022-06-07 Version 0.7.0 +++++++++++++++++++++++++
RPMPackage python3-std-uritemplate-2.0.3-1.lbn36.noarch
std-uritemplate This is a complete and maintained cross-language implementation of the Uri Template specification RFC 6570 Level 4. [!NOTE] Low activity is this repository is expected as long as there are no outstanding bug reports the implementations are considered stable and mature. Available implementations Language Complete Reviewed Published Java ✅ ✅ ✅ Python ✅ ❌ ✅ Typescript ✅ ✅ ✅ Go ✅ ✅ ✅ C# ✅ ✅ ✅ Ruby ✅ ❌ ✅ PHP ✅ ✅ ✅ Swift ✅ ❌ ✅ Dart ✅ ✅ ✅ Usage Java You can use the library as a Maven dependency: <dependency> <groupId>io.github.std-uritemplate</groupId> <artifactId>std-uritemplate</artifactId> <version>REPLACE-ME</version> </dependency> in Gradle: implementation 'io.github.std-uritemplate:std-uritemplate:REPLACE-ME' and use it in your project: import io.github.stduritemplate.StdUriTemplate; ... StdUriTemplate.expand(template, substitutions); Python Install the package with pip (or any alternative): pip install std-uritemp
RPMPackage python3-msal-extensions-1.2.0-1.lbn36.noarch
The Microsoft Authentication Extensions for Python offers secure mechanisms for client applications to perform cross-platform token cache serialization and persistence. It gives additional support to the Microsoft Authentication Library for Python (MSAL). MSAL Python supports an in-memory cache by default and provides the SerializableTokenCache to perform cache serialization. You can read more about this in the MSAL Python documentation. Developers are required to implement their own cache persistance across multiple platforms and Microsoft Authentication Extensions makes this simpler.
RPMPackage python3-msal+broker-1.31.2~b1-1.lbn36.noarch
This is a metapackage bringing in broker extras requires for python3-msal. It makes sure the dependencies are installed.
RPMPackage python3-msal-1.31.2~b1-1.lbn36.noarch
The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Azure AD, Microsoft Accounts and Azure AD B2Caccounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph or your own APIs registered with the Microsoft identity platform. It is built using industry standard OAuth2 and OpenID Connect protocols.
RPMPackage python3-validators-0.34.0-2.lbn36.noarch
Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. I wanted to create a simple validation library where validating a simple value does not require defining a form or a schema.
RPMPackage python3-grpcio-status-1.59.0-1.lbn36.noarch
gRPC Python Status Proto Reference package for GRPC Python status proto mapping.Supported Python Versions - Python > 3.7Dependencies Depends on the grpcio package, available from PyPI via pip install grpcio.
RPMPackage python3-grpcio-health-checking-1.48.4-41.lbn36.noarch
gRPC Python Health Checking =========================== Reference package for GRPC Python health checking.
RPMPackage python3-grpcio-1.68.0-1.lbn36.x86_64
gRPC Python
RPMPackage python3-grpc-interceptor-0.15.4-1.lbn36.noarch
[![Tests]( [![Codecov]( [![Read the Docs]( [![PyPI]( SummarySimplified Python gRPC interceptors.The Python grpc package provides service interceptors, but they're a bit hard to
RPMPackage python3-propcache-0.2.0-4.lbn36.x86_64
Module for fast property caching.
RPMPackage python3-numba-0.61.2-1.lbn36.x86_64
Numba is an open source, NumPy-aware optimizing compiler for Python sponsored by Anaconda, Inc. It uses the LLVM compiler project to generate machine code from Python syntax. Numba can compile a large subset of numerically-focused Python, including many NumPy functions. Additionally, Numba has support for automatic parallelization of loops, generation of GPU-accelerated code, and creation of ufuncs and C callbacks.
RPMPackage python3-hyperframe-6.1.0-1.lbn36.noarch
Pure-Python HTTP/2 framing This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. This library is used directly by hyper and a number of other projects to provide HTTP/2 frame decoding logic.