You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-google-api-python-client-2.169.0-1.lbn36.noarch
Google API Client[![PyPI version]( is the [Google API Python client library]( for Google's discovery based APIs. To get started, please see the [docs folder]( library is considered complete and is in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.This library is officially supported by Google. However, the maintainers of
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-1.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.
RPMPackage python3-hpack-4.1.0-1.lbn36.noarch
HTTP/2 Header Encoding for Python This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. It also contains a compatibility layer that automatically enables the use of nghttp2 if it's available.
RPMPackage python3-msrestazure-0.6.4-9.fc36.noarch
The runtime library "msrest" for AutoRest generated Python clients
RPMPackage python3-h2-4.2.0-1.lbn36.noarch
HTTP/2 Protocol Stack This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.
RPMPackage python3-google-resumable-media-2.7.2-1.lbn36.noarch
google-resumable-media Utilities for Google Media Downloads and Resumable Uploads See the docs_ for examples and usage... _docs: asyncio Support While still in development and subject to change, this library has asyncio support at google._async_resumable_media. Supported Python Versions - Python > 3.7Unsupported Python Versions Python 2.7, Python 3.5, Python 3.6.The last version of this...
RPMPackage python3-weaviate-client-4.14.0-1.lbn36.noarch
A python native client for easy interaction with a Weaviate instance. The client is tested for python 3.8 and higher. Visit the official Weaviate website for more information about the Weaviate and how to use it in production. Articles Here are some articles on Weaviate: Semantic Search Queries Return More Informed Results Getting Started with Weaviate Python Library A sub-50ms neural search with DistilBERT and Weaviate Documentation Weaviate Python client overview. Weaviate documentation. Additional reference documentation Support Use our Forum for support or any other question. Use our Slack Channel for discussions or any other question. Use the weaviate tag on StackOverflow for questions. For bugs or problems, submit a GitHub issue. Contributing To contribute, read How to Contribute.
RPMPackage python3-openai+datalib-1.77.0-1.lbn36.noarch
This is a metapackage bringing in datalib extras requires for python3-openai. It makes sure the dependencies are installed.