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
- 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")
- 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
-
Other metadata may be retrieved by calling the
Workbook.xml
attribute and parsing with an xml parser such as BeautifulSoup. -
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 theWorkbook.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.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 (for release 1.0.9)
-
Ability to save workbooks to
.twbx
files -
Create worksheet, datasource subclasses (long-term goal: allow more precise manipulation)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file TableauDesktopPy-1.0.8.tar.gz
.
File metadata
- Download URL: TableauDesktopPy-1.0.8.tar.gz
- Upload date:
- Size: 5.7 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80bb232f2ccd7b5d9b312c554f5b30abfc6745eebb24745d60a2f6dfc03dbd2b |
|
MD5 | 4230bb70f52b8fb9217df927aa39bf89 |
|
BLAKE2b-256 | bf49155cdebf6a1d8e781d0cc0813233c84b7a2a7cebffc22529b740ee577b19 |
File details
Details for the file TableauDesktopPy-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: TableauDesktopPy-1.0.8-py3-none-any.whl
- Upload date:
- Size: 6.8 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | db849db8031e9497b5a84509d5eeaf3ce1bb53c72818580091f0a97bcb9ea2ad |
|
MD5 | c94e24db481daef36a99b7f63a01e0e8 |
|
BLAKE2b-256 | c5a7907dda71b8419c436aa030fd5e806f85b6b8b92f00adb384e0285ce319a8 |