Skip to content

Commit 81bc51e

Browse files
Add Travis & PyPI badges
1 parent 26dd2f6 commit 81bc51e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# plivo-python
2+
3+
[![Build Status](https://travis-ci.org/plivo/plivo-python.svg?branch=4.0)](https://travis-ci.org/plivo/plivo-python)
4+
[![PyPI](https://img.shields.io/pypi/v/plivo.svg)](https://pypi.python.org/pypi/plivo)
5+
[![PyPI](https://img.shields.io/pypi/pyversions/plivo.svg)](https://pypi.python.org/pypi/plivo)
6+
[![PyPI](https://img.shields.io/pypi/l/plivo.svg)](https://pypi.python.org/pypi/plivo)
7+
8+
29
The Plivo Python SDK makes it simpler to integrate communications into your Python applications using the Plivo REST API. Using the SDK, you will be able to make voice calls, send SMS and generate Plivo XML to control your call flows.
310

411
## Installation

0 commit comments

Comments
 (0)