Metadata-Version: 2.4
Name: tableau_migration
Version: 5.2.0
Summary: Tableau Migration SDK
Project-URL: Homepage, http://www.tableau.com
Project-URL: Bug Tracker, http://www.tableau.com
Project-URL: Repository, https://github.com/tableau/tableau-migration-sdk
Author: Salesforce, Inc.
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: cffi==1.17.1
Requires-Dist: pycparser==2.22
Requires-Dist: pythonnet==3.0.5
Requires-Dist: typing-extensions==4.13.2
Description-Content-Type: text/markdown

# Migration SDK
## Usage

This will install the tableau_migration package
```
pip install tableau_migration
```

Once installed, you can use it the REPL or your own code
```Python
# This initializes the dotnet runtime on import
import tableau_migration

# Now just use the object
from migration_migration_plan_builder import PyMigrationPlanBuilder
planBuilder = PyMigrationPlanBuilder()
...
```
