Metadata-Version: 2.4
Name: vcf-nsx
Version: 9.1.0.0
Summary: Client library for vcf-nsx 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,NSX
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-vapi-common-client==9.1.0.0
Requires-Dist: vmware-vapi-runtime==9.1.0.0
Dynamic: license-file

The NSX module of the VMware Cloud Foundation SDK provides methods related to the network and security virtualization features available via the NSX REST API. For more information please refer to the NSX Application Programming Interface (API) documentation.

[Source code](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-nsx
```
