Metadata-Version: 2.0
Name: vsphere-guest-run
Version: 0.0.3
Summary: vSphere Guest Run
Home-page: https://github.com/vmware/vsphere-guest-run
Author: Paco Gomez
Author-email: pgomez@vmware.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Dist: click (>=6.7)
Requires-Dist: pygments
Requires-Dist: pyvmomi (>=6.5.0.2017.5.post1)
Requires-Dist: tabulate

# vsphere-guest-run

[![Latest Version](https://img.shields.io/pypi/v/vsphere-guest-run.svg)](https://pypi.python.org/pypi/vsphere-guest-run)
[![Build Status](https://img.shields.io/travis/vmware/vsphere-guest-run.svg?style=flat)](https://travis-ci.org/vmware/vsphere-guest-run)


## Overview

**vsphere-guest-run** enables executing programs in the guest operating system of virtual machines running on vSphere. It also enables working with directories and files. It uses the **vSphere Guest Operations API** (via [pyVmomi](https://github.com/vmware/pyvmomi)), and therefore network connectivity to the virtual machine is not required. vCenter and guest OS credentials are required. It is distributed as a package with a Python library and CLI.

## Documentation

See the [docs](docs/README.md).

## Contributing

The **vsphere-guest-run** project team welcomes contributions from the community. Before you start working with **vsphere-guest-run**, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).

## License

[BSD-2](LICENSE.txt)



