Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Python client available on pypi

Hi all,

I've uploaded the current state of the Python client to the Python
Package Index[1]. This means that it can be easily installed using the
pip tool:

pip install paho-mqtt

Although it isn't a proper release, I thought it was important to make
available because it's difficult to move over from mosquitto.py
without it. I've made a post explaining how to move from mosquitto.py
to the Paho client[2].

Cheers,

Roger

[1] https://pypi.python.org/
[2] http://mosquitto.org/2013/12/paho-mqtt-python-client/


Back to the top