Library functions to deal with different colorspaces and respective conversions, as well as a few utilities in Python3. https://www.libcolor.siru.ink/
Find a file
2026-03-08 16:57:29 +01:00
.zed Added Zed IDE task for running pytest testsuite 2026-03-06 19:56:14 +01:00
src/libcolor Created repr method for srgb.NormalizedColor objects 2026-03-08 16:57:29 +01:00
tests/colorspace Created repr method for srgb.NormalizedColor objects 2026-03-08 16:57:29 +01:00
.gitignore Initialized repository 2026-03-06 18:43:24 +01:00
.python-version Initialized repository 2026-03-06 18:43:24 +01:00
pyproject.toml Added pytest dependency 2026-03-06 19:51:06 +01:00
README.md Clarified licensing structure 2026-03-06 19:41:45 +01:00
uv.lock Added pytest dependency 2026-03-06 19:51:06 +01:00

libcolor

This project is currently still in development and not ready for production use.

Licensing

The library python code is provided under the GPL-3.0-only license. However, the pytest test suite located in /tests is not licensed. The test suite is considered proprietry code, that is only source available for security purposes.