15 buildPythonPackage rec {
16 pname = "tableauserverclient";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-MIE6V84xLEbgmTwvP6jQC0H//gBnMTO1sowL1HIMbpQ=";
28 # Remove vendorized versioneer
42 propagatedBuildInputs = [
53 # Tests attempt to create some file artifacts and fails
56 pythonImportsCheck = [
61 description = "Module for working with the Tableau Server REST API";
62 homepage = "https://github.com/tableau/server-client-python";
63 changelog = "https://github.com/tableau/server-client-python/releases/tag/v${version}";
64 license = licenses.mit;
65 maintainers = with maintainers; [ ];