1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-26 19:29:58 -05:00

Update README.md

This commit is contained in:
Tianhao He 2017-01-18 14:06:05 -08:00 committed by GitHub
parent 7e89f99450
commit ed94893db8

View File

@ -1,20 +1,28 @@
# VMware vSphere Automation SDK for Python # VMware vSphere Automation SDK for Python
## Table of Contents ## Table of Contents
* [Abstract](#abstract) - [Abstract](#abstract)
* [Quick Start Guide](https://github.com/vmware/vsphere-automation-sdk-python-samples#quick-start-guide) - [Quick Start Guide](#quick-start-guide)
* [Prerequisites](https://github.com/vmware/vsphere-automation-sdk-python-samples#prerequisites) - [Setting up a vSphere Test Environment](#setting-up-a-vsphere-test-environment)
* [Running the Samples](https://github.com/vmware/vsphere-automation-sdk-python-samples#running-the-samples) - [Installing the required Python Packages](#installing-the-required-python-packages)
* [Submitting Samples](https://github.com/vmware/vsphere-automation-sdk-python-samples#submitting-samples) - [pyOpenSSL](#pyopenssl)
* [Required Information](https://github.com/vmware/vsphere-automation-sdk-python-samples#required-information) - [pyVmomi](#pyvmomi)
* [Suggested Information](https://github.com/vmware/vsphere-automation-sdk-python-samples#suggested-information) - [lxml](#lxml)
* [Resource Maintenance](https://github.com/vmware/vsphere-automation-sdk-python-samples#resource-maintenance) - [suds (suds-jurko)](#suds-suds-jurko)
* [Maintenance Ownership](https://github.com/vmware/vsphere-automation-sdk-python-samples#maintenance-ownership) - [Installing SDK Bundled Packages](#installing-sdk-bundled-packages)
* [Filing issues](https://github.com/vmware/vsphere-automation-sdk-python-samples#filing-isssues) - [vapi_runtime, vapi_common_client and vapi_client_bindings](#vapi_runtime-vapi_common_client-and-vapi_client_bindings)
* [Resolving issues](https://github.com/vmware/vsphere-automation-sdk-python-samples#resolving-issues) - [Running the SDK Sample Setup Script](#running-the-sdk-sample-setup-script)
* [Additional Resources](https://github.com/vmware/vsphere-automation-sdk-python-samples#additional-resources) - [Running a complex sample](#running-a-complex-sample)
* [Discussions](https://github.com/vmware/vsphere-automation-sdk-python-samples#discussions) - [API Documentation and Programming Guide](#api-documentation-and-programming-guide)
* [VMware Sample Exchange](https://github.com/vmware/vsphere-automation-sdk-python-samples#vmware-sample-exchange) - [Submitting samples](#submitting-samples)
* [LICENSE AGREEMENT](https://github.com/vmware/vsphere-automation-sdk-python-samples#license-agreement) - [Resource Maintenance](#resource-maintenance)
- [Maintenance Ownership](#maintenance-ownership)
- [Filing Issues](#filing-issues)
- [Resolving Issues](#resolving-issues)
- [VMware Sample Exchange](#vmware-sample-exchange)
- [Repository Administrator Resources](#repository-administrator-resources)
- [Board Members](#board-members)
- [Approval of Additions](#approval-of-additions)
## Abstract ## Abstract
This document describes the vSphere Automation Python SDK samples that use the vSphere Automation python client library. Additionally, some of the samples demonstrate the combined use of the vSphere Automation and vSphere APIs. To support this combined use, the vSphere Automation Python SDK samples require the vSphere Management SDK packages (pyVmomi) to be installed on the client. The examples have been developed to work with python 2.7, 3.3, 3.4 and 3.5. This document describes the vSphere Automation Python SDK samples that use the vSphere Automation python client library. Additionally, some of the samples demonstrate the combined use of the vSphere Automation and vSphere APIs. To support this combined use, the vSphere Automation Python SDK samples require the vSphere Management SDK packages (pyVmomi) to be installed on the client. The examples have been developed to work with python 2.7, 3.3, 3.4 and 3.5.
@ -168,16 +176,12 @@ It is highly recommended to add any and all submitted samples to the VMware Samp
Sample Exchange can be allowed to access your GitHub resources, by way of a linking process, where they can be indexed and searched by the community. There are VMware social media accounts which will advertise resources posted to the site and there's no additional accounts needed, as the VMware Sample Exchange uses MyVMware credentials. Sample Exchange can be allowed to access your GitHub resources, by way of a linking process, where they can be indexed and searched by the community. There are VMware social media accounts which will advertise resources posted to the site and there's no additional accounts needed, as the VMware Sample Exchange uses MyVMware credentials.
# Repository Administrator Resources ## Repository Administrator Resources
## Table of Contents ### Board Members
* Board Members
* Approval of Additions
## Board Members
Board members are volunteers from the SDK community and VMware staff members, board members are not held responsible for any issues which may occur from running of samples from this repository. Board members are volunteers from the SDK community and VMware staff members, board members are not held responsible for any issues which may occur from running of samples from this repository.
Members: Members:
## Approval of Additions ### Approval of Additions
Items added to the repository, including items from the Board members, require 2 votes from the board members before being added to the repository. The approving members will have ideally downloaded and tested the item. When two “Approved for Merge” comments are added from board members, the pull can then be committed to the repository. Items added to the repository, including items from the Board members, require 2 votes from the board members before being added to the repository. The approving members will have ideally downloaded and tested the item. When two “Approved for Merge” comments are added from board members, the pull can then be committed to the repository.