From e5e1da351991e8855ab75ea841ce182518e93d83 Mon Sep 17 00:00:00 2001 From: Mehdy Bohlool Date: Thu, 2 Mar 2017 17:06:31 -0800 Subject: [PATCH] Add PyPi badges [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e69f5c352..65a22d323 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Build Status](https://travis-ci.org/kubernetes-incubator/client-python.svg?branch=master)](https://travis-ci.org/kubernetes-incubator/client-python) [![PyPI version](https://badge.fury.io/py/kubernetes.svg)](https://badge.fury.io/py/kubernetes) [![codecov](https://codecov.io/gh/kubernetes-incubator/client-python/branch/master/graph/badge.svg)](https://codecov.io/gh/kubernetes-incubator/client-python "Non-generated packages only") +[![pypi status](https://img.shields.io/pypi/status/kubernetes.svg)](https://pypi.python.org/pypi/kubernetes) +[![pypi supported versions](https://img.shields.io/pypi/pyversions/kubernetes.svg)](https://pypi.python.org/pypi/kubernetes) Python client for the [kubernetes](http://kubernetes.io/) API.