--- id: tableauserverclient version: "0.41" license: MIT license_treatment: permissive maintenance: active --- # tableauserverclient — A Python module for working with the Tableau Server REST API. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install tableauserverclient uv add tableauserverclient poetry add tableauserverclient ## Description # Tableau Server Client (Python) [![Tableau Supported](https://img.shields.io/badge/Support%20Level-Tableau%20Supported-53bd92.svg)](https://www.tableau.com/support-levels-it-and-developer-tools) [![Build Status](https://github.com/tableau/server-client-python/actions/workflows/run-tests.yml/badge.svg)](https://github.com/tableau/server-client-python/actions) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftableau%2Fserver-client-python.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftableau%2Fserver-client-python?ref=badge_shield) Use the Tableau Server Client (TSC) library to increase your productivity as you interact with the Tableau Server REST API. With the TSC library you can do almost everything that you can do with the REST API, including: * Publish workbooks and data sources. * Create users and groups. * Query projects, sites, and more. This repository contains Python source code for the library and sample files showing how to use it. As of September 2024, support for Python 3.7 and 3.8 will be dropped - support for older versions of Python aims to match https://devguide.python.org/versions/ To see sample code that works... ## AI interpretation — verify before relying A Python client library for interacting with Tableau Server's REST API, enabling programmatic publishing of workbooks and data sources, user and group management, and querying of projects and sites. Verdict: A well-maintained, Tableau-supported library with active development, no known vulnerabilities, and low install friction. MIT licensing and current Python version support (3.10–3.14) make it a safe choice for Tableau Server automation. Suitable for production use in environments with Tableau Server infrastructure. [View on SkillFed](https://skillfed.io/packages/tableauserverclient) · [View on PyPI](https://pypi.org/project/tableauserverclient/)