We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f428531 commit c5be0bbCopy full SHA for c5be0bb
README.rst
@@ -1,6 +1,16 @@
1
Microsoft Azure SDK for Event Hubs
2
==================================
3
4
+.. image:: https://img.shields.io/pypi/v/azure-eventhub.svg?maxAge=2592000
5
+ :target: https://pypi.python.org/pypi/azure-eventhub/
6
+
7
+.. image:: https://img.shields.io/pypi/pyversions/azure-eventhub.svg?maxAge=2592000
8
9
10
+.. image:: https://travis-ci.org/Azure/azure-event-hubs-python.svg?branch=master
11
+ :target: https://travis-ci.org/Azure/azure-event-hubs-python
12
13
14
A Python AMQP client for Azure Event Hubs the provides:
15
16
- A sender to publish events to the Event Hubs service.
0 commit comments