diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 37 | 
1 files changed, 37 insertions, 0 deletions
| @@ -1,3 +1,40 @@ +## 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 +``` + +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 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 for all questions +=======  ## PubNub 3.3 Web Data Push Cloud-hosted API - PYTHON  #### www.pubnub.com - PubNub Web Data Push Service in the Cloud.   #### http://github.com/pubnub/python | 
