This repository contains the Virtualization SDK for building custom data source integrations for the Delphix Dynamic Data Platform.
The latest user documentation can be found here.
To install the latest version of the SDK run:
$ pip install dvp
To install a specific version of the SDK run:
$ pip install dvp==<version>
To upgrade an existing installation of the SDK run:
$ pip install dvp --upgrade
If you run into a problem, please search the existing issues first to ensure the issue hasn't been reported before. Open a new issue only if you haven't found anything similar to your issue.
If the issue is not being tracked, please file an issue using the Bug Report
issue template here.
To request a feature, file a GitHub issue on this repository using the Feature Request
issue template here.
Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.