Metadata-Version: 2.2
Name: pyimagecuda
Version: 0.0.1
Summary: GPU-accelerated image processing library for Python
Author: Beltrán Offerrall
Requires-Python: >=3.10
Requires-Dist: pyvips[binary]
Description-Content-Type: text/markdown

# PyImageCUDA

[![Build Status](https://github.com/offerrall/pyimagecuda/actions/workflows/build.yml/badge.svg)](https://github.com/offerrall/pyimagecuda/actions)

> ⚠️ **STATUS: PRE-ALPHA / INFRASTRUCTURE TESTING**
>
> This repository is currently validating the build and distribution system.
> **It is NOT ready for production use yet.**

### Goal
GPU-accelerated (CUDA) image processing library for Python.
Designed to be installed via a simple `pip install` without requiring the user to have the CUDA Toolkit or Visual Studio installed.

### Verification (Testers Only)

If you have installed a test build, you can verify that hardware acceleration is working correctly by running:

```bash
python -c "import pyimagecuda; pyimagecuda.check_system()"
```