1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 sha256 = "00g02b9a6jsl377xb5fmxvkjff3lalw21n430a4zalqyv76dnmgq";
16 description = "Find the nearest xterm 256 color index for an RGB";
17 homepage = "https://github.com/magarcia/python-x256";
18 license = licenses.mit;
19 maintainers = with maintainers; [ Scriptkiddi ];