blob: 67006cb22bd686f9ad32c742339ba9473f10e196 (
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
26
27
28
29
30
 | ## Contact support@pubnub.com with any questions or comments
#### [PubNub](http://www.pubnub.com) Real-time Data Network
##### Clients for Python, including Twisted and Tornado
## Installation
```
pip install pubnub==3.5.0
```
Examples and instructions for migrating from older versions of sdk are available in 
README.md, migration.md and examples directories under specific platforms.
[Base Python - Everyday python for your scripts and apps](python)
[Tornado - For use with the Python Tornado Framework](tornado)
[Twisted - For use with the Python Twisted Framework](twisted)
## 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
```
pip install pubnub-console
```
## Contact support@pubnub.com with any questions or comments
 |