blob: 4cdd05c6cd725010f3f32fe7dff95360822649ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
##PubNub Python-based APIs for core Python, Twisted, and Tornado
### PubNub 3.5.0 Web Data Push Cloud-hosted API
#### www.pubnub.com - PubNub Web Data Push Service in the Cloud.
#### http://github.com/pubnub/python
#### Installation
```
pip install pubnub==3.5.0
```
Examples are available in README and examples directories under specific
platforms.
### Pubnub Console
Pubnub console is a command line app which allows you to do various
pubnub operations like publish, subscribe, getting history, here now,
presence etc from command line
#### Installation
```
pip install pubnub-console
```
|