8000 GitHub - Lakkichand/document-api-python at d3cb1be279a52021d61eadf159f4744a791cb54f
[go: up one dir, main page]

Skip to content

Lakkichand/document-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tableausdk-python

Tableau SDK for Python. Currently this contains only the Document API. We are just getting started and this will evolve. Help us by submitting feedback, issues, and pull requests!

Document API

This is the supported way to programmatically change Tableau files such as .twb and .tds. If you've been doing "XML hacking" this is for you too :)

Check out the examples to see how to use it.

Currently only the following operations are supported:

  • Modify database server
  • Modify database name
  • Modify database user

We don't yet support creating files from scratch. Support for .twbx and .tdsx is coming.

Getting Started

We will put this in PyPi to make installation easier. In the meantime, install the package locally with:

pip install -e <directory containing setup.py>

About

Create and modify Tableau workbook and datasource files

Resources

License

Stars

Watchers

Forks

31D5

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%
0