13 buildPythonPackage rec {
17 src = fetchFromGitHub {
18 repo = "python-client";
21 sha256 = "1c6chm3q3hyn8fmjv23qgc79ai1kr3xvrrkp4clbqkssn10k7mcw";
24 propagatedBuildInputs = [
32 nativeCheckInputs = [ pytest ];
39 description = "Python client library for Core API";
40 homepage = "https://github.com/core-api/python-client";
41 license = licenses.bsd3;
42 maintainers = with maintainers; [ ];