Skip to content

Commit 52d94d6

Browse files
committed
Merge branch 'master' of github.com:GetStream/stream-chat-python
2 parents ed78604 + ccf5cac commit 52d94d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
matrix:
33
include:
4+
- python: 3.4
5+
- python: 3.5
46
- python: 3.6
57
- python: 3.7
68
dist: xenial

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
[![Build Status](https://travis-ci.com/GetStream/stream-chat-python.svg?token=WystDPP9vxKnwsd8NwW1&branch=master)](https://travis-ci.com/GetStream/stream-chat-python) [![codecov](https://codecov.io/gh/GetStream/stream-chat-python/branch/master/graph/badge.svg?token=DM7rr9M7Kl)](https://codecov.io/gh/GetStream/stream-chat-python) [![PyPI version](https://badge.fury.io/py/stream-chat.svg)](http://badge.fury.io/py/stream-chat)
44

5-
stream-chat-python is the official Python client for [Stream chat](https://getstream.io/chat/) a service for building chat applications.
5+
the official Python API client for [Stream chat](https://getstream.io/chat/) a service for building chat applications.
66

77
You can sign up for a Stream account at https://getstream.io/chat/get_started/.
88

9+
You can use this library to access chat API endpoints server-side, for the client-side integrations (web and mobile) have a look at the Javascript, iOS and Android SDK libraries (https://getstream.io/chat/).
10+
911
### Installation
1012

1113
stream-chat-python supports:
@@ -24,7 +26,7 @@ pip install stream-chat
2426

2527
### How to build a chat app with Python tutorial
2628

27-
TODO: add a sample Python chat program
29+
[Chat with Python, Django and React](https://github.com/GetStream/python-chat-example)
2830

2931
### Supported features
3032

0 commit comments

Comments
 (0)