Metadata-Version: 2.3
Name: tableau_migration
Version: 4.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.8
Requires-Dist: cffi==1.16.0
Requires-Dist: pycparser==2.22
Requires-Dist: pythonnet==3.0.3
Requires-Dist: typing-extensions==4.12.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()
...
```
