Metadata-Version: 2.4
Name: pyteenybrisque
Version: 0.1.0a1
Summary: Minimal numpy-only BRISQUE no-reference image quality scorer.
Project-URL: Homepage, https://github.com/oliverhaas/pyteenybrisque
Project-URL: Documentation, https://oliverhaas.github.io/pyteenybrisque/
Project-URL: Repository, https://github.com/oliverhaas/pyteenybrisque.git
Project-URL: Changelog, https://oliverhaas.github.io/pyteenybrisque/reference/changelog/
Author-email: Oliver Haas <ohaas@e1plus.de>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.14
Requires-Dist: numpy>=2.4.4
Requires-Dist: pillow>=12.2.0
Description-Content-Type: text/markdown

# pyteenybrisque

[![PyPI version](https://img.shields.io/pypi/v/pyteenybrisque.svg?style=flat)](https://pypi.org/project/pyteenybrisque/)
[![Python versions](https://img.shields.io/pypi/pyversions/pyteenybrisque.svg)](https://pypi.org/project/pyteenybrisque/)
[![CI](https://github.com/oliverhaas/pyteenybrisque/actions/workflows/ci.yml/badge.svg)](https://github.com/oliverhaas/pyteenybrisque/actions/workflows/ci.yml)

Minimal numpy-only BRISQUE no-reference image quality scorer.

## Installation

```console
pip install pyteenybrisque
```

## Documentation

Full documentation at [oliverhaas.github.io/pyteenybrisque](https://oliverhaas.github.io/pyteenybrisque/)

## License

MIT
