Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tableau/server-client-python
A Python library for the Tableau Server REST API
https://github.com/tableau/server-client-python
python rest-api tableau tableau-api
Last synced: 1 day ago
JSON representation
A Python library for the Tableau Server REST API
- Host: GitHub
- URL: https://github.com/tableau/server-client-python
- Owner: tableau
- License: mit
- Created: 2016-06-28T22:05:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T22:30:55.000Z (8 months ago)
- Last Synced: 2024-05-22T23:32:17.398Z (8 months ago)
- Topics: python, rest-api, tableau, tableau-api
- Language: Python
- Homepage: https://tableau.github.io/server-client-python/
- Size: 5.36 MB
- Stars: 640
- Watchers: 58
- Forks: 413
- Open Issues: 216
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 directly with the REST API (in Java, Python, or Postman), visit the [REST API Samples](https://github.com/tableau/rest-api-samples) repo.
For more information on installing and using TSC, see the documentation:
To contribute, see our [Developer Guide](https://tableau.github.io/server-client-python/docs/dev-guide). A list of all our contributors to date is in [CONTRIBUTORS.md].## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftableau%2Fserver-client-python.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Ftableau%2Fserver-client-python?ref=badge_large)