9 buildPythonPackage rec {
10 pname = "human-readable";
14 pname = "human_readable";
16 hash = "sha256-yBv6A10ogYM3mVRqbxLnG6TB76fdpqi+wQ/WunhQIR8=";
27 description = "Library to make data intended for machines, readable to humans";
28 homepage = "https://github.com/staticdev/human-readable";
29 license = licenses.mit;
30 maintainers = with maintainers; [ mkg20001 ];