From 9dabaa0e3f0c28cb46fdfc838893840d99d69424 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Tue, 22 Jul 2014 14:39:21 -0400 Subject: [PATCH] Update README.md - add badges Status badges for community contributors to monitor project health. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 419d2c5..11573e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Build Status](https://travis-ci.org/vmware/pyvmomi.svg?branch=master)](https://travis-ci.org/vmware/pyvmomi) +[![Downloads](https://pypip.in/download/pyvmomi/badge.png)](https://pypi.python.org/pypi/pyvmomi/) + pyVmomi is the Python SDK for the VMware vSphere API that allows you to manipulate ESX, ESXi, and vCenter. To get started, check out the samples project at http://vmware.github.io/pyvmomi-community-samples/