{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"Provides Python bindings to call Tableau Server's REST API methods, returning HTTP responses with status codes and JSON bodies for automating Tableau administrative tasks.","skillfed_tags":["tableau-integration","rest-api-client","automation"],"use_cases":["Automate bulk export of dashboards or views as PDFs or images across multiple Tableau sites and workbooks.","Query all sites, workbooks, users, and groups on a Tableau Server and build administrative reports or inventories.","Programmatically manage Tableau Server permissions, ownership, or metadata without manual UI interaction.","Unpack paginated API results using the extract_pages() utility to handle large result sets beyond the default 100-item page size.","Chain multiple REST API calls together to accomplish tasks not directly supported by a single Tableau Server API endpoint."],"what_it_does":"tableau-api-lib is a Python wrapper around Tableau Server's REST API that lets you call any documented API method and receive the HTTP response directly. Instead of manually constructing HTTP requests, you import the library, configure a connection with your server credentials, and call methods like query_sites() or query_workbooks_on_site() that map directly to Tableau's API reference. Each method returns a response object whose JSON body you parse to extract the data you need.\n\nThe library is designed for automating Tableau administrative tasks\u2014downloading PDFs or images of dashboards across multiple sites, querying users and groups, managing permissions, or chaining API calls to build workflows that Tableau Server does not provide natively. It depends on requests, urllib3, pandas, requests-toolbelt, bleach, typeguard, and packaging to handle HTTP communication, data manipulation, and type validation.","worth_installing":"Yes, if you need to automate Tableau Server tasks and can accept dormant maintenance. The library is stable and covers the full REST API surface, install friction is low, and there are no known vulnerabilities. However, verify compatibility with your Tableau Server version and be prepared to maintain or fork it if Tableau's API changes significantly\u2014no updates have been released since 2022-10-15."},"id":"tableau-api-lib","links":{"html":"https://skillfed.io/packages/tableau-api-lib","md":"https://skillfed.io/packages/tableau-api-lib.md","pypi":"https://pypi.org/project/tableau-api-lib/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-10-15","license_spdx":null,"license_treatment":"permissive","name":"tableau-api-lib","python_support":"unspecified","summary":"This library enables developers to call any method seen in Tableau Server's REST API documentation."},"popularity":{"monthly_downloads":1166930,"position":4277,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.1.50"}
