Metadata-Version: 2.4
Name: ahe
Version: 0.0.1
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Free Threading :: 4 - Resilient
Classifier: Topic :: Artistic Software
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Typing :: Typed
Requires-Dist: exceptiongroup>=1.0.0 ; python_full_version < '3.11'
Requires-Dist: numpy>=1.22.0
Requires-Dist: typing-extensions>=4.1.0 ; python_full_version < '3.11'
License-File: LICENSE
Summary: (Adaptive) Histogram Equalization library for Python, written in Rust
Author: C.M.T Robert
License-Expression: GPL-3.0-only
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# `ahe`
<!--
[![PyPI](https://img.shields.io/pypi/v/ahe.svg?logo=pypi&logoColor=white&label=PyPI)](https://pypi.org/project/ahe/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/ahe.svg?logo=condaforge&logoColor=white)](https://anaconda.org/conda-forge/ahe)
-->
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)


A minimalist Python library for Adaptive Histogram Equalization,
combining the expressiveness of a user-friendly Python interface with the raw power of
a low-level implementation.

## Development status

> [!WARNING]
> pre-alpha software

## Installation

> [!IMPORTANT]
> TODO

## Usage

> [!IMPORTANT]
> TODO

## Migrating from `scikit-image`
### Why
> [!IMPORTANT]
> TODO

- a much smaller package
- future portability (abi3 wheels)
- better performance
- no deps beyond numpy
- improved guarantees on transformation invariants

### How
> [!IMPORTANT]
> TODO

