Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 977 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 977 Bytes

Contact [email protected] for all questions

PubNub 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.

Standalone Python - Everyday python for your scripts and apps

Tornado - For use with the Python Tornado Framework

Twisted - For use with the Python Twisted Framework

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 [email protected] for all questions