Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 822 Bytes

eventstreams101.md

File metadata and controls

44 lines (31 loc) · 822 Bytes
copyright lastupdated
years
2015, 2018
2018-05-25

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

Using the MQ Light Python client

{: #mql_python}

** The MQ Light API is available as part of the Standard plan only.**

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}