Metadata-Version: 2.4
Name: vcf-sdk
Version: 9.1.0.0
Summary: VCF SDK library is a wrapper package to install client libraries for VMware Cloud Foundation APIs.
Author: Broadcom
License: License :: OSI Approved :: Apache Software License
Project-URL: Homepage, https://github.com/vmware/vcf-sdk-python
Keywords: Broadcom,VMware,VCF,SDK,Fleet,LCM,NSX,SDDC,vSAN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: vmware-vcenter==9.1.0.0
Requires-Dist: pyvmomi==9.1.0.0
Requires-Dist: vmware-vsan-data-protection==9.1.0.0
Requires-Dist: vcf-installer==9.1.0.0
Requires-Dist: vmware-sddc-manager==9.1.0.0
Requires-Dist: vcf-fleet-lcm==9.1.0.0
Requires-Dist: vcf-log-mgmt==9.1.0.0
Requires-Dist: vcf-nsx==9.1.0.0
Requires-Dist: vcf-operations==9.1.0.0
Requires-Dist: vcf-operations-networks==9.1.0.0
Requires-Dist: vcf-sddc-lcm==9.1.0.0
Requires-Dist: vcf-vsphere-utils==9.1.0.0
Dynamic: license-file

# VCF SDK

VMware Cloud Foundation SDK (vcf-sdk) library is a wrapper package to install:
- vmware-vcenter
- pyvmomi (includes vsan)
- vmware-vsan-data-protection
- vmware-sddc-manager
- vcf-installer
- vcf-log-mgmt
- vcf-nsx
- vcf-operations
- vcf-operations-networks
- vcf-fleet-lcm
- vcf-sddc-lcm
- vcf-vsphere-utils

[Package (PyPI)](https://pypi.org/project/vcf-sdk/) | [Source](https://github.com/vmware/vcf-sdk-python)

## Getting started

### Prerequisites

- Supported Python versions: 3.10, 3.11, 3.12, 3.13 and 3.14

### Install the package

```bash
pip install vcf-sdk
```
