Metadata-Version: 2.1
Name: vdk-server
Version: 0.1.1229795755
Summary: Versatile Data Kit SDK plugin that facilitates the installation of a local Control Service.
Home-page: https://github.com/vmware/versatile-data-kit
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Requires-Dist: vdk-core
Requires-Dist: click-spinner
Requires-Dist: docker
Requires-Dist: kubernetes
Requires-Dist: vdk-plugin-control-cli

## Versatile Data Kit Server Plugin

<a href="https://pypistats.org/packages/vdk-server" alt="Monthly Downloads">
        <img src="https://img.shields.io/pypi/dm/vdk-server.svg" alt="monthly download count for vdk-server"></a>

This plugin facilitates installation of the Control Service in a local [Kind](https://kind.sigs.k8s.io/) cluster.

### Usage

To use the plugin, just install it using:
```bash
pip install vdk-server
```

To install the Control Service:
```bash
vdk server --install
```

To remove revious installation:
```bash
vdk server --uninstall
```
