.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/wheels.yml
src/qoi/__init__.py
src/qoi/_version.py
src/qoi/benchmark.py
src/qoi/implementation.c
src/qoi/koi.png
src/qoi/qoi.c
src/qoi/qoi.pxd
src/qoi/qoi.pyx
src/qoi.egg-info/PKG-INFO
src/qoi.egg-info/SOURCES.txt
src/qoi.egg-info/dependency_links.txt
src/qoi.egg-info/not-zip-safe
src/qoi.egg-info/requires.txt
src/qoi.egg-info/top_level.txt
src/qoi/phoboslab_qoi/README.md
src/qoi/phoboslab_qoi/qoi.h
tests/test_multithread.py
tests/test_qoi.py
tests/test_ro_issue26.py