.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/wheels.yml
_build.python310/lib.linux-x86_64-cpython-310/qoi/__init__.py
_build.python310/lib.linux-x86_64-cpython-310/qoi/_version.py
_build.python310/lib.linux-x86_64-cpython-310/qoi/benchmark.py
_build.python310/lib.linux-x86_64-cpython-310/qoi/qoi.pxd
_build.python39/lib.linux-x86_64-cpython-39/qoi/__init__.py
_build.python39/lib.linux-x86_64-cpython-39/qoi/_version.py
_build.python39/lib.linux-x86_64-cpython-39/qoi/benchmark.py
_build.python39/lib.linux-x86_64-cpython-39/qoi/qoi.pxd
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