18 buildPythonPackage rec {
19 pname = "sapi-python-client";
21 format = "setuptools";
23 src = fetchFromGitHub {
27 sha256 = "189dzj06vzp7366h2qsfvbjmw9qgl7jbp8syhynn9yvrjqp4k8h3";
30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
36 propagatedBuildInputs = [
42 # requires API token and an active keboola bucket
43 # ValueError: Root URL is required.
51 pythonImportsCheck = [
59 description = "Keboola Connection Storage API client";
60 homepage = "https://github.com/keboola/sapi-python-client";
61 maintainers = with maintainers; [ mrmebelman ];
62 license = licenses.mit;