You are here: Home

Modified items

All recently modified items, latest first.
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
RPMPackage python3-httpx+socks-0.28.1-1.lbn36.noarch
This is a metapackage bringing in socks extras requires for python3-httpx. It makes sure the dependencies are installed.
RPMPackage python3-httpx+http2-0.28.1-1.lbn36.noarch
This is a metapackage bringing in http2 extras requires for python3-httpx. It makes sure the dependencies are installed.
RPMPackage python3-httpx+cli-0.28.1-1.lbn36.noarch
This is a metapackage bringing in cli extras requires for python3-httpx. It makes sure the dependencies are installed.
RPMPackage python3-httpx+brotli-0.28.1-1.lbn36.noarch
This is a metapackage bringing in brotli extras requires for python3-httpx. It makes sure the dependencies are installed.