10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-uwP2Mu10AiDWzlPMRH2+0CMSnibTB8KBY8QZNf+icNA=";
20 nativeBuildInputs = [ flit ];
27 pythonImportsCheck = [ "validobj" ];
30 description = "Validobj is library that takes semistructured data (for example JSON and YAML configuration files) and converts it to more structured Python objects";
31 homepage = "https://github.com/Zaharid/validobj";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ veprbl ];