aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: b23199c5a1b9bc0b77ab6e1212cd8e0449703afc (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
31
32
33
34
35
36
37
38
## Contact support@pubnub.com for all questions

#### [PubNub](http://www.pubnub.com) Real-time Data Network
##### Clients for Python, including Twisted and Tornado

## Installation
```
pip install pubnub==3.5.0
```

## Migration and Reversion
If you prefer to use the previous version of PubNub, run this pip commandline to revert

```
pip install pubnub==3.3.5
```

Examples and instructions for migrating from older versions of the SDK are available in their acompanying README.md, migration.md and examples directories under specific platforms.

[Standalone Python - Everyday python for your scripts and apps](python)
Migration docs for Python Standalone are [found here.](python/migration.md)

[Tornado - For use with the Python Tornado Framework](python-tornado)
Migration docs for Tornado are [found here.](python-tornado/migration.md)

[Twisted - For use with the Python Twisted Framework](python-twisted)
Migration docs for Twisted [found here.](python-twisted/migration.md)

## 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 for all questions