{ "info": { "author": "Matthew Treinish", "author_email": "mtreinish@kortar.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4" ], "description": "======\nlpmqtt\n======\n\nlpmqtt, like its name implies, is a tool for publish a launchpad event stream\ninto MQTT. It will publish all the capture events from the lp emails over imap\nand publish them to MQTT\n\nMQTT Topics\n===========\nlpmqtt will push launchpad events to topics broken by project and event type.\nThe formula used is::\n\n ///\n\nHowever only the base topic is a guaranteed field. Depending on the emails sent\nby launchpad some of the other fields may not be present. In those cases the\ntopic will start from the base topic and will use fields moving towards the\nright until one is missing.\n\n\nConfiguration\n=============\nThere are a few required pieces of information to make lpmqtt work properly.\nThese settings are specified in the config file.\n\nIMAP\n----\nTo configure lpmqtt to listen to your imap server you need to provide 3 pieces\nof information in the *[imap]* section\n\n * **hostname** - The hostname for the imap server to connect to\n * **username** - The username to connect with\n * **password** - The password to use\n\nThere are also a number of optional settings you can use depending on the\nconfiguration of the imap server you're connecting to:\n\n * **use_ssl** - Set this to *True* to establish an imaps connection with ssl\n * **folder** - Specify a mailbox/folder to watch for message from launchpad.\n If one is not specified *INBOX* will be used\n * **delete-old** - Set this to *True* to have lpmqtt delete messages after it\n finishes processing them. By default it will just mark them\n as read.\n\nMQTT\n----\nJust as with imap there are a few required options for talking to MQTT, which\nis the other axis of communication in lpmqtt. The options for configuring MQTT\ncommunication go in the *[mqtt]* section. The 2 required options are:\n\n * **hostname** - The hostname for the MQTT broker\n * **base_topic** - The base topic name to use for the gerrit events\n\nThere are also a couple optional settings for communicating with mqtt that you\ncan set:\n\n * **port** - The port to communicate to the MQTT broker on. By default this\n is set to 1883, the default MQTT port. This only needs to be set\n if your broker uses a non-default port.\n * **keepalive** - Used to set the keepalive time for connections to the MQTT\n broker. By default this is set to 60 seconds.\n * **username** - Used to set the auth username to connect to the MQTT broker\n with.\n * **password** - Used to set the auth password to connect to the MQTT broker\n with. A username must be set for this option to be used.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "lpmqtt", "package_url": "https://pypi.org/project/lpmqtt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lpmqtt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/lpmqtt/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Publish Launchpad Event Stream on MQTT", "version": "0.0.1" }, "last_serial": 2314485, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "68b84131761f5be6f67f412f7b3f57d8", "sha256": "e2bd4005d8f6ab0d080f4a92d4ba2a37876c129da7f01ed651473c2139aa92d3" }, "downloads": -1, "filename": "lpmqtt-0.0.1.tar.gz", "has_sig": false, "md5_digest": "68b84131761f5be6f67f412f7b3f57d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10237, "upload_time": "2016-08-30T21:49:22", "url": "https://files.pythonhosted.org/packages/0b/26/247789208bcd658159b552b76cfef6e3616495b3fed6cf5c7659e55186c7/lpmqtt-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68b84131761f5be6f67f412f7b3f57d8", "sha256": "e2bd4005d8f6ab0d080f4a92d4ba2a37876c129da7f01ed651473c2139aa92d3" }, "downloads": -1, "filename": "lpmqtt-0.0.1.tar.gz", "has_sig": false, "md5_digest": "68b84131761f5be6f67f412f7b3f57d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10237, "upload_time": "2016-08-30T21:49:22", "url": "https://files.pythonhosted.org/packages/0b/26/247789208bcd658159b552b76cfef6e3616495b3fed6cf5c7659e55186c7/lpmqtt-0.0.1.tar.gz" } ] }