11 buildPythonPackage rec {
12 pname = "jschema-to-python";
14 format = "setuptools";
17 pname = "jschema_to_python";
19 sha256 = "76ff14fe5d304708ccad1284e4b11f96a658949a31ee7faed9e0995279549b91";
22 propagatedBuildInputs = [
28 nativeCheckInputs = [ pytestCheckHook ];
30 pythonImportsCheck = [ "jschema_to_python" ];
33 description = "Generate source code for Python classes from a JSON schema";
34 homepage = "https://github.com/microsoft/jschema-to-python";
35 license = licenses.mit;