Metadata-Version: 2.1
Name: vmware-vapi-runtime
Version: 2.52.0
Summary: VMware vAPI Runtime
Home-page: https://github.com/vmware/vsphere-automation-sdk-python
Author: Broadcom
License: License :: OSI Approved :: MIT License
Keywords: Broadcom,VCF,vSphere
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT 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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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
Requires-Dist: pyOpenSSL
Requires-Dist: requests (<3.0.0,>=2.0.0)
Requires-Dist: six (<2.0.0,>=1.0.0)
Provides-Extra: server
Requires-Dist: lxml (>=4.3.0) ; extra == 'server'
Requires-Dist: urllib3 (>=1.25.1) ; extra == 'server'
Requires-Dist: werkzeug (>=0.14.1) ; extra == 'server'
Provides-Extra: twisted
Requires-Dist: lxml (>=4.3.0) ; extra == 'twisted'
Requires-Dist: service-identity (>=18.0.0) ; extra == 'twisted'
Requires-Dist: twisted (>=18.0.0) ; extra == 'twisted'
Requires-Dist: urllib3 (>=1.25.1) ; extra == 'twisted'
Requires-Dist: werkzeug (>=0.14.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.

[Source code](https://github.com/vmware/vsphere-automation-sdk-python/tree/master/lib/src/vapi-runtime) 

## Getting started

### Prerequisites

- Python 3.8+ is required to use this package.

### Install the package

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


