9 buildPythonPackage rec {
10 pname = "human-readable";
14 pname = "human_readable";
16 hash = "sha256-VybqyJBm7CXRREehc+ZFqFUYRkXQJOswZwXiv7tg8MA=";
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 ];