Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 788 Bytes

messagehub101.md

File metadata and controls

42 lines (29 loc) · 788 Bytes
copyright lastupdated
years
2015, 2017
2016-11-22

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}

Using the MQ Light Python client

{: #mql_python}

To use the API, add a reference to the latest available {{site.data.keyword.mql}} client API for Python as follows:

Add the following reference to your requirements.txt file:

git+git://github.com/mqlight/python-mqlight.git@readthedocs

{:codeblock}


And add the following import statement to your source file:
import mqlight

{:codeblock}