Skip to main content

Tools for extracting metadata from Tableau Desktop workbook files.

Project description

TableauDesktopPy

Tools for extracting metadata from Tableau Desktop workbook files. This package parses the underlying xml of a workbook to retrieve information on its style and data connections.

Installation

Install with pip:

pip install TableauDesktopPy

Usage

  1. Provide a valid Tableau workbook file ('.twb' or '.twbx') to declare a Workbook object:
import TableauDesktopPy as tdp

my_workbook = tdp.Workbook("C:\Users\bpewyllie\test_workbook.twbx")
  1. Then call any of the following attributes to retrieve workbook metadata:
  • Workbook.colors
  • Workbook.custom_sql
  • Workbook.excel
  • Workbook.fonts
  • Workbook.fields
  • Workbook.onedrive
  • Workbook.images
  • Workbook.shapes
  • ... and more
  1. Other metadata may be retrieved by calling the Workbook.xml attribute and parsing with an xml parser such as BeautifulSoup.

  2. The module also provides methods for modifying a workbook's xml. Workbook.hide_field(), for example, hides an arbitrary field from the workbook's xml. To make the changes appear when opening the workbook in Tableau, first call the Workbook.save() method. Currently only saving as a .twb file is supported. To prevent confusion, it is best to run this method with the workbook closed.

Release notes

1.1.0 (1/29/2021)

  • Ability to save workbooks to .twbx files

  • Change default fonts of workbooks

1.0.9 (1/22/2021)

  • Address README template not being accessible

1.0.8 (1/21/2021)

  • Include datasource in parenthetical in any field-related attribute to overcome duplicate-named fields from different datasources

  • Create method for building workbook README file

  • Create save method for overwriting workbooks

  • Create method for changing fonts

  • Fix some bugs with retrieving field names when parameters are present

To do

  • Create worksheet, datasource subclasses (long-term goal: allow more precise manipulation)

  • Create method for changing file paths of images and data files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TableauDesktopPy-1.1.0.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

TableauDesktopPy-1.1.0-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file TableauDesktopPy-1.1.0.tar.gz.

File metadata

  • Download URL: TableauDesktopPy-1.1.0.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for TableauDesktopPy-1.1.0.tar.gz
Algorithm Hash digest
SHA256 754e268c98ad8426a7c7c377c61076800265478acd1f4955484f7eef2b8d79ee
MD5 9e63f47ee479586219392d5760453b35
BLAKE2b-256 d8b7696004e9a684b412164c5599c2fbfad8c439ddfed8c82faad1178fd2c13f

See more details on using hashes here.

File details

Details for the file TableauDesktopPy-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: TableauDesktopPy-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for TableauDesktopPy-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 69427b3cd2e03146e1f59bf0fe3c3c64ba5ea871a661d057c4074b2e1343fd1a
MD5 4386402779f2790d2198d9c9a9e0f3ca
BLAKE2b-256 8bc02ddfab6ed7758f70e72a63e56657486ed442dcc9952bf603060997c78191

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page