{ "info": { "author": "Randy Coburn", "author_email": "development@newvoicemedia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Monitoring" ], "description": "=====================================\nDescription\n=====================================\npytelegraf_exec is used to create telegraf line text which and be passed in to the telegraf exec plugin.\n\n=====\nUsage\n=====\n\n\n| import pytelegraf_exec\n| \n| # Create a new tracker\n| out = pytelegraf_exec.TelegrafExec(\"test\")\n|\n| # Add your tags that you want. Can be called multiple times\n| out.add_tags({\"t1\":\"t1\", \"t2\":\"t2\"})\n| \n| # Add your values that you want. Can be called multiple times\n| out.add_values({\"v1\":\"1\", \"v2\":\"v2\"})\n| \n| text = out.output()\n| # You will get a returned line like so\n| # 'test,t2=t2,t1=t1 v1=1,v2=v2'\n| # Or print directly\n| \n| out.print_output()\n| # You will get something like this in stdout.\n| # \"test,t2=t2,t1=t1 v1=1,v2=v2\\n\"\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "telegraf influxdb monitoring", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pytelegraf-exec", "package_url": "https://pypi.org/project/pytelegraf-exec/", "platform": "", "project_url": "https://pypi.org/project/pytelegraf-exec/", "project_urls": null, "release_url": "https://pypi.org/project/pytelegraf-exec/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A easy to use line format converter for influxdb.", "version": "0.1.2" }, "last_serial": 3349556, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "a03b63d568813fd265aee1544bf11436", "sha256": "be0413f31759bb89acb67351ea7fac590f60367a06d6efbc224f04da5459a00a" }, "downloads": -1, "filename": "pytelegraf_exec-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a03b63d568813fd265aee1544bf11436", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3856, "upload_time": "2017-11-20T16:21:26", "url": "https://files.pythonhosted.org/packages/8c/cb/857d4feb72b3ec6efa9d7a41b37e4c18145e9bcc12fccce53251c3f6594d/pytelegraf_exec-0.1.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a03b63d568813fd265aee1544bf11436", "sha256": "be0413f31759bb89acb67351ea7fac590f60367a06d6efbc224f04da5459a00a" }, "downloads": -1, "filename": "pytelegraf_exec-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a03b63d568813fd265aee1544bf11436", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3856, "upload_time": "2017-11-20T16:21:26", "url": "https://files.pythonhosted.org/packages/8c/cb/857d4feb72b3ec6efa9d7a41b37e4c18145e9bcc12fccce53251c3f6594d/pytelegraf_exec-0.1.2-py2.py3-none-any.whl" } ] }