You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-apache-airflow-providers-apache-druid-4.0.0-1.lbn36.noarch
Package apache-airflow-providers-apache-druid Apache Druid.
RPMPackage python3-apache-airflow-providers-apache-drill-3.0.0-1.lbn36.noarch
Package apache-airflow-providers-apache-drill Apache Drill.
RPMPackage python3-apache-airflow-providers-apache-cassandra-3.7.0-1.lbn36.noarch
Package apache-airflow-providers-apache-cassandra Apache Cassandra.
RPMPackage python3-apache-airflow-providers-apache-beam-6.0.2-1.lbn36.noarch
Package apache-airflow-providers-apache-beam Apache Beam.
RPMPackage python3-apache-airflow-providers-amazon-9.4.0-1.lbn36.noarch
Package apache-airflow-providers-amazon Amazon integration (including Amazon Web Services (AWS)).
RPMPackage python3-apache-airflow-providers-alibaba-3.0.0-1.lbn36.noarch
Package apache-airflow-providers-alibaba Alibaba Cloud integration (including Alibaba Cloud).
RPMPackage python3-apache-airflow-providers-alibaba-3.0.0-1.lbn36.noarch
Package apache-airflow-providers-alibaba Alibaba Cloud integration (including Alibaba Cloud).
RPMPackage python3-apache-airflow-providers-airbyte-5.0.0-1.lbn36.noarch
Package apache-airflow-providers-airbyte Airbyte
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.