You are here: Home

Modified items

All recently modified items, latest first.
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 apache-superset-wsgi-4.1.2-1.lbn36.noarch
Apache/mod_wsgi Superset
RPMPackage apache-superset-4.1.2-1.lbn36.noarch
Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources. Superset provides: A no-code interface for building charts quickly A powerful, web-based SQL Editor for advanced querying A lightweight semantic layer for quickly defining custom dimensions and metrics Out of the box support for nearly any SQL database or data engine A wide array of beautiful visualizations to showcase your data, ranging from simple bar charts to geospatial visualizations Lightweight, configurable caching layer to help ease database load Highly extensible security roles and authentication options An API for programmatic customization A cloud-native architecture designed from the ground up for scale
RPMPackage libarrow-python-libs-19.0.1-4.lbn36.x86_64
This package contains the Python integration library for Apache Arrow.
RPMPackage libarrow-python-flight-libs-19.0.1-4.lbn36.x86_64
This package contains the Python integration library for Apache Arrow Flight.
RPMPackage libarrow-glib-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow GLib.
RPMPackage libarrow-flight-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow Flight.
RPMPackage libarrow-doc-19.0.1-4.lbn36.noarch
Documentation files for Apache Arrow C++. Obsoletes: libarrow-glib-doc < 19.0.1-4.lbn36 Obsoletes: libarrow-dataset-glib-doc < 19.0.1-4.lbn36 Obsoletes: libarrow-parquet-glib-doc < 19.0.1-4.lbn36 Obsoletes: plasma-glib-doc < 19.0.1-4.lbn36 Obsoletes: gandiva-glib-doc < 19.0.1-4.lbn36
RPMPackage libarrow-dataset-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow dataset.
RPMPackage libarrow-dataset-glib-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow dataset GLib.
RPMPackage libarrow-acero-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow Acero.
RPMPackage libarrow-19.0.1-4.lbn36.x86_64
Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware like CPUs and GPUs. The Arrow memory format also supports zero-copy reads for lightning- fast data access without serialization overhead
RPMPackage python3-azure-mgmt-core-1.5.0-1.lbn36.noarch
Azure Management Core Library
RPMPackage llvm15-libs-15.0.7-8.lbn36.x86_64
Shared libraries for the LLVM compiler infrastructure. Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig
RPMPackage python3-propcache-0.2.0-1.lbn36.x86_64
Module for fast property caching.
RPMPackage python3-aiohappyeyeballs-2.6.1-1.lbn36.noarch
This library exists to allow connecting with Happy Eyeballs (RFC 8305) when you already have a list of addrinfo and not a DNS name. The stdlib version of loop.create_connection() will only work when you pass in an unresolved name which is not a good fit when using DNS caching or resolving names via another method such as zeroconf.
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.