{ "info": { "author": "Jimmy Tang", "author_email": "jimmy_tang@rapid7.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "Logentries Buildbot status plugin\n=================================\n\nThis plugin sends a subset of status updates to the Logentries service.\n\nFirst install the plugin::\n\n pip install buildbot_status_logentries\n\n\nThen in your master.cfg file you can do::\n\n from buildbot.plugins import *\n c['status'].append(status.LogentriesStatusPush(api_token=\"c1481e42-75b3-4772-bb7a-db92691d74e9\", endpoint=\"data.logentries.com\", port=10000))\n\nTo use SSL::\n\n from buildbot.plugins import *\n c['status'].append(status.LogentriesStatusPush(api_token=\"c1481e42-75b3-4772-bb7a-db92691d74e9\", endpoint=\"data.logentries.com\", port=20000, tls=True))", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.logentries.com/", "keywords": "buildbot status logentries", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "buildbot_status_logentries", "package_url": "https://pypi.org/project/buildbot_status_logentries/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildbot_status_logentries/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.logentries.com/" }, "release_url": "https://pypi.org/project/buildbot_status_logentries/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A Logentries status plugin for buildbot", "version": "0.0.3" }, "last_serial": 1899274, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "342ad597a0c22321ab677fcc4a67825d", "sha256": "80cea0146415185c1f6d9853266f7b1de83281af059ba13cf75423cf6e6a9b8d" }, "downloads": -1, "filename": "buildbot_status_logentries-0.0.2.tar.gz", "has_sig": false, "md5_digest": "342ad597a0c22321ab677fcc4a67825d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2941, "upload_time": "2016-01-11T16:03:52", "url": "https://files.pythonhosted.org/packages/02/c1/1917223b896c9c6e4b8d236092a4a9bad33b2eaf14ffbd51b98533af2c3f/buildbot_status_logentries-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "bbb22a1592c679e3e87ba628925b4dc5", "sha256": "5f8d77ed1aefe3d3f33a46a9c2f12cec2f6abff7090da47334c83add5265d5a9" }, "downloads": -1, "filename": "buildbot_status_logentries-0.0.3.tar.gz", "has_sig": false, "md5_digest": "bbb22a1592c679e3e87ba628925b4dc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2941, "upload_time": "2016-01-11T16:12:47", "url": "https://files.pythonhosted.org/packages/f2/70/eac4ab8850732499cc306dcbc10ea61fc6a42c1503b22d32f16552815344/buildbot_status_logentries-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbb22a1592c679e3e87ba628925b4dc5", "sha256": "5f8d77ed1aefe3d3f33a46a9c2f12cec2f6abff7090da47334c83add5265d5a9" }, "downloads": -1, "filename": "buildbot_status_logentries-0.0.3.tar.gz", "has_sig": false, "md5_digest": "bbb22a1592c679e3e87ba628925b4dc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2941, "upload_time": "2016-01-11T16:12:47", "url": "https://files.pythonhosted.org/packages/f2/70/eac4ab8850732499cc306dcbc10ea61fc6a42c1503b22d32f16552815344/buildbot_status_logentries-0.0.3.tar.gz" } ] }