From c5be0bb4214e30f791d5b9e38bbcdce7c96c594a Mon Sep 17 00:00:00 2001 From: annatisch Date: Tue, 11 Sep 2018 13:51:51 -0700 Subject: [PATCH] Added build badge to readme --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 2d75dc3..aefe16e 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,16 @@ Microsoft Azure SDK for Event Hubs ================================== +.. image:: https://img.shields.io/pypi/v/azure-eventhub.svg?maxAge=2592000 + :target: https://pypi.python.org/pypi/azure-eventhub/ + +.. image:: https://img.shields.io/pypi/pyversions/azure-eventhub.svg?maxAge=2592000 + :target: https://pypi.python.org/pypi/azure-eventhub/ + +.. image:: https://travis-ci.org/Azure/azure-event-hubs-python.svg?branch=master + :target: https://travis-ci.org/Azure/azure-event-hubs-python + + A Python AMQP client for Azure Event Hubs the provides: - A sender to publish events to the Event Hubs service.