Metadata-Version: 2.1
Name: vapi-runtime
Version: 0.1
Summary: vAPI Runtime
Home-page: https://github.com/vmware/vsphere-automation-sdk-python/tree/master/lib/src/vapi-runtime
Author: VMware, Inc.
License: License :: OSI Approved :: MIT License
Keywords: VMware
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: 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
Provides-Extra: twisted
Provides-Extra: server

# vAPI Runtime
 
vAPI Runtime is a client library which facilitates invocations of the vSphere Automation 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 binding 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) | [Package (PyPI)](https://pypi.org/project/vapi-runtime/)
 
## Getting started
 
### Prerequisites
 
- Python 3.8+ is required to use this package.
 
### Install the package
 
```bash
pip install vapi-runtime
```

