Confirmed users
1,927
edits
(→Let's Use It: pulse -> Pulse) |
(→Python Pulse client library: link to README) |
||
Line 130: | Line 130: | ||
== Python Pulse client library == | == Python Pulse client library == | ||
The [https://hg.mozilla.org/automation/mozillapulse/ mozillapulse] Python package provides classes for existing publishers, consumers, and messages so you can quickly build Pulse applications. | The [https://hg.mozilla.org/automation/mozillapulse/ mozillapulse] Python package provides classes for existing publishers, consumers, and messages so you can quickly build Pulse applications. See the [https://hg.mozilla.org/automation/mozillapulse/file/tip/README.md README] to get started (although note that the test publisher is currently offline; see {{bug|1218976}}. You can use another consumer, e.g. BuildConsumer, to verify your setup.). | ||
This library is somewhat inflexible, however, and should be rewritten. One idea is to turn TaskCluster's Python client into a standalone package. | |||
== Go (golang) Pulse client library == | == Go (golang) Pulse client library == |