Metadata-Version: 2.4
Name: cudf-streaming-cu13
Version: 26.8.0
Summary: cuDF Streaming library
Author: NVIDIA Corporation
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/rapidsai/cudf
Project-URL: Documentation, https://docs.rapids.ai/api/cudf/stable/
Requires-Python: >=3.11
Requires-Dist: libcudf-streaming-cu13==26.8.*
Requires-Dist: pylibcudf-cu13==26.8.*
Requires-Dist: rapidsmpf-cu13==26.8.*
Requires-Dist: rmm-cu13==26.8.*
Provides-Extra: test
Requires-Dist: cupy-cuda13x[ctk]!=14.1.0,>=14.0.1; extra == "test"
Requires-Dist: numpy<3.0,>=2.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest<9.1.0; extra == "test"
Description-Content-Type: text/markdown

# cudf_streaming

cudf_streaming provides Python/Cython bindings for libcudf_streaming, enabling GPU-accelerated streaming data processing built on top of libcudf and rapidsmpf.

## Installation

```bash
pip install cudf-streaming-cu12  # For CUDA 12
pip install cudf-streaming-cu13  # For CUDA 13
```
