12 setuptools-git-versioning,
19 buildPythonPackage rec {
20 pname = "sapi-python-client";
24 disabled = pythonOlder "3.7";
26 src = fetchFromGitHub {
28 repo = "sapi-python-client";
30 hash = "sha256-30bAw5pYEUj0jeZWiJxzZ7lDs/+63tlcoLaHrUmYCs8=";
34 substituteInPlace pyproject.toml \
35 --replace-fail "urllib3<2.0.0" "urllib3"
40 setuptools-git-versioning
45 "google-cloud-storage"
60 # Requires API token and an active Keboola bucket
61 # ValueError: Root URL is required.
64 pythonImportsCheck = [
72 description = "Keboola Connection Storage API client";
73 homepage = "https://github.com/keboola/sapi-python-client";
74 changelog = "https://github.com/keboola/sapi-python-client/releases/tag/${version}";
75 license = lib.licenses.mit;
76 maintainers = with lib.maintainers; [ mrmebelman ];