12 buildPythonPackage rec {
13 pname = "tableauserverclient";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-jSblDVkuuBBZ7GmPKUYji8wtRoPS7g8r6Ye9EpnjvKA=";
24 propagatedBuildInputs = [
35 # Tests attempt to create some file artifacts and fails
38 pythonImportsCheck = [
43 description = "Module for working with the Tableau Server REST API";
44 homepage = "https://github.com/tableau/server-client-python";
45 changelog = "https://github.com/tableau/server-client-python/releases/tag/v${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ ];