1 { lib, buildPythonPackage, fetchPypi
8 buildPythonPackage rec {
9 pname = "jschema-to-python";
11 format = "setuptools";
14 pname = "jschema_to_python";
16 sha256 = "76ff14fe5d304708ccad1284e4b11f96a658949a31ee7faed9e0995279549b91";
19 propagatedBuildInputs = [
29 pythonImportsCheck = [ "jschema_to_python" ];
32 description = "Generate source code for Python classes from a JSON schema";
33 homepage = "https://github.com/microsoft/jschema-to-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ jonringer ];