9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
15 repo = "python-coreschema";
18 sha256 = "027pc753mkgbb3r1v1x7dsdaarq93drx0f79ppvw9pfkcjcq6wb1";
21 propagatedBuildInputs = [ jinja2 ];
23 nativeCheckInputs = [ pytest ];
30 description = "Python client library for Core Schema";
31 homepage = "https://github.com/ivegotasthma/python-coreschema";
32 license = licenses.bsd3;
33 maintainers = with maintainers; [ ];