13 buildPythonPackage rec {
16 format = "setuptools";
18 src = fetchFromGitHub {
19 repo = "python-client";
22 sha256 = "1c6chm3q3hyn8fmjv23qgc79ai1kr3xvrrkp4clbqkssn10k7mcw";
25 propagatedBuildInputs = [
33 nativeCheckInputs = [ pytest ];
40 description = "Python client library for Core API";
41 homepage = "https://github.com/core-api/python-client";
42 license = licenses.bsd3;