Metadata-Version: 2.1
Name: vmware-vapi-runtime
Version: 9.1.0.0
Summary: VMware vAPI Runtime
Home-page: https://github.com/vmware/vcf-sdk-python
Author: Broadcom
License: License :: OSI Approved :: Apache Software License
Keywords: Broadcom,VMware,VCF,SDK,vSphere,vCenter
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.txt
Requires-Dist: pyOpenSSL
Requires-Dist: cryptography
Requires-Dist: setuptools
Requires-Dist: requests (<3.0.0,>=2.0.0)
Provides-Extra: client
Requires-Dist: requests-toolbelt ; extra == 'client'
Provides-Extra: server
Requires-Dist: lxml (>=4.3.0) ; extra == 'server'
Requires-Dist: werkzeug (>=0.14.1) ; extra == 'server'
Requires-Dist: urllib3 (>=1.25.1) ; extra == 'server'
Provides-Extra: twisted
Requires-Dist: twisted (>=18.0.0) ; extra == 'twisted'
Requires-Dist: service-identity (>=18.0.0) ; extra == 'twisted'
Requires-Dist: lxml (>=4.3.0) ; extra == 'twisted'
Requires-Dist: werkzeug (>=0.14.1) ; extra == 'twisted'
Requires-Dist: urllib3 (>=1.25.1) ; extra == 'twisted'

# VMware vAPI Runtime

VMware vAPI Runtime is a client library which facilitates invocations of the VCF SDK APIs from a Python application. It contains HTTP client, API messages serializers, and API input/output validators and converters to native Python types.

This library is required by other SDK modules, that contain Python language bindings for specific APIs, and is installed automatically with them.

## Getting started

### Prerequisites

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

### Install the package

```bash
pip install vmware-vapi-runtime
```
