You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-microsoft-kiota-http-1.9.2-1.lbn36.noarch
Microsoft Kiota HTTP library The Microsoft Kiota HTTP Library is a python HTTP implementation with HTTPX library. A Kiota generated project will need a reference to a http package to to make HTTP requests to an API endpoint. Read more about Kiota here. Using the Microsoft Kiota HTTP library In order to use this library, install the package by running: pip install microsoft-kiota-http Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project ha
RPMPackage python3-microsoft-kiota-authentication-azure-1.9.2-1.lbn36.noarch
Microsoft Kiota Authentication Azure Library for Python The Microsoft Kiota Authentication Azure Library is an implementation to authenticate HTTP requests using @azure/identity. A Kiota generated project will need a reference to an authentication provider to make calls to an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Authentication Azure library In order to use this library, install the package by running: pip install microsoft-kiota-authentication-azure Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provi
RPMPackage python3-microsoft-kiota-abstractions-1.9.2-1.lbn36.noarch
Microsoft Kiota Abstractions Library for Python The Microsoft Kiota abstractions library for Python is the python package defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition. A Kiota generated project will need a reference to the abstraction package to build and run. Read more about Kiota here. Using the Abstractions Library In order to use this library, install the package by running: pip install microsoft-kiota-abstractions Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions prov
RPMPackage python3-jaydebeapi-1.2.3-6.lbn36.noarch
The JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
RPMPackage python3-influxdb-client-1.34.0-1.lbn36.noarch
influxdb-client-python .. marker-index-start .. image::
RPMPackage python3-google-crc32c-1.1.2-3.fc36.x86_64
This package wraps the google/crc32c hardware-based implementation of the CRC32C hashing algorithm. Multiple wheels are distributed as well as source. If a wheel is not published for the python version and platform you are using, you will need to compile crc32c using a C toolchain.
RPMPackage python3-google-compute-engine-2.8.13-1.lbn36.noarch
Google Compute Engine guest environment.
RPMPackage python3-google-cloud-compute-1.26.0-1.lbn36.noarch
Python Client for Compute Engine |stable| |pypi| |versions|Compute Engine API_: Create and runs virtual machines on Google Cloud Platform.- Client Library Documentation_ - Product Documentation_.. |stabl .. |pyp .. |versions| image::
RPMPackage python3-google-auth-oauthlib-1.2.1-2.lbn36.noarch
This library provides oauthlib integration with google-auth.
RPMPackage python3-google-auth-httplib2-0.2.0-1.lbn36.noarch
httplib2 Transport for Google Auth |pypi|This library provides an httplib2_ transport for google-auth_... note:: httplib has lots of problems such as lack of threadsafety and insecure usage of TLS. Using it is highly discouraged. This library is intended to help existing users of oauth2client migrate to google- auth... |pyp .. _httplib2: .. _google-auth:
RPMPackage python3-xmlsec-1.3.14-1.lbn36.x86_64
Python bindings for the XML Security Library.
RPMPackage python3-pooch-1.5.2-7.fc36.noarch
Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks.
RPMPackage python3-tomlkit-0.13.2-2.lbn36.noarch
TOML Kit is a 1.0.0-compliant TOML library. It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. You can also create new TOML documents from scratch using the provided helpers. Part of the implementation has been adapted, improved and fixed from Molten.
RPMPackage python3-pywinrm-0.4.3-1.lbn36.noarch
pywinrm ======= pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python. |License| |Test workflow| |Coverage| |PyPI| WinRM allows you to perform various management tasks remotely. These include, but are not limited to: running batch scripts, powershell scripts, and fetching...
RPMPackage python3-pyspnego+yaml-0.10.2-1.lbn36.noarch
This is a metapackage bringing in yaml extras requires for python3-pyspnego. It makes sure the dependencies are installed.
RPMPackage python3-pyspnego+kerberos-0.10.2-1.lbn36.noarch
This is a metapackage bringing in kerberos extras requires for python3-pyspnego. It makes sure the dependencies are installed.
RPMPackage python3-pyspnego-0.10.2-1.lbn36.noarch
Library to handle SPNEGO (Negotiate, NTLM, Kerberos) and CredSSP authentication. Also includes a packet parser that can be used to decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format.
RPMPackage python3-pyspark-3.3.1-1.lbn36.noarch
Apache SparkSpark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, pandas API on Spark for pandas workloads, MLlib for machine learning, GraphX...
RPMPackage python3-pygithub-2.3.0-1.lbn36.noarch
PyGitHub PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications. Install pip install PyGithub Simple Demo from github import Github from github import Auth auth = Auth.Token("access_token") g = Github(auth=auth) g = Github(base_url="https:/{hostname}/api/v3", auth=auth) for repo in g.get_user().get_repos(): print(repo.name) g.close() Documentation More information can be found on the PyGitHub documentation site. Development Contributing Long-term discussion and bug reports are maintained via GitHub Issues. Code review is done via GitHub Pull Requests. For more information read CONTRIBUTING.md. Main
RPMPackage python3-httpx-sse-0.4.0-1.lbn36.noarch
httpx-sse Consume Server-Sent Event (SSE) messages with HTTPX. Table of contents Installation Quickstart How-To API Reference Installation NOTE: This is beta software. Please be sure to pin your dependencies. pip install httpx-sse=="0.4.*" Quickstart httpx-sse provides the connect_sse and aconnect_sse helpers for connecting to an SSE endpoint. The resulting EventSource object exposes the .iter_sse() and .aiter_sse() methods to iterate over the server-sent events. Example usage: import httpx from httpx_sse import connect_sse with httpx.Client() as client: with connect_sse(client, "GET", "http:/localhost:8000/sse") as event_source: for sse in event_source.iter_sse(): print(sse.event, sse.data, sse.id, sse.retry) You can try this against this example Starlette server (credit): import asyncio import uvicorn from starlette.applications import Starlette from starlette.routing import Route from sse_sta