{ "info": { "author": "Xavier Barbosa", "author_email": "clint.northwood@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "AIO Measures\n============\n\nThis library allows you to send metrics to your Datadog or Statsd server.\nThis works on Python >= 3.3 and relies on asyncio.\n\n\nInstallation::\n\n python -m pip install aiomeasures\n\n\nUsage::\n\n from aiomeasures import Datadog\n\n client = Datadog('udp://127.0.0.1:6789')\n client.incr('foo')\n client.decr('bar', tags={'one': 'two'})\n with client.timer('baz'):\n # long process\n pass\n\n\nThe client will send metrics to agent as possible.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://lab.errorist.xyz/abc/", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "aiomeasures-fork", "package_url": "https://pypi.org/project/aiomeasures-fork/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aiomeasures-fork/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://lab.errorist.xyz/abc/" }, "release_url": "https://pypi.org/project/aiomeasures-fork/0.5.16/", "requires_dist": null, "requires_python": null, "summary": "Collect and send metrics to StatsD", "version": "0.5.16" }, "last_serial": 2353151, "releases": { "0.5.15": [ { "comment_text": "", "digests": { "md5": "81b9e222e3c83e5b00cca2a4fc3b0166", "sha256": "7dd8d6a1e6ab97e1a2d09c7ed5a99d4f31aba92037699d0b49fd6505e296666a" }, "downloads": -1, "filename": "aiomeasures-fork-0.5.15.tar.gz", "has_sig": false, "md5_digest": "81b9e222e3c83e5b00cca2a4fc3b0166", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22271, "upload_time": "2016-09-20T14:33:37", "url": "https://files.pythonhosted.org/packages/d0/fa/048f0114ba9999ee9e22a9dcaa44bb4b324e07f189d0968c5e699d0d0672/aiomeasures-fork-0.5.15.tar.gz" } ], "0.5.16": [ { "comment_text": "", "digests": { "md5": "ceec2ebf46e6307e1d941a939db83885", "sha256": "0f1fc04e2794d4258338511e8f495f03a34ba8ed1aee29895b6822ae68225cb6" }, "downloads": -1, "filename": "aiomeasures-fork-0.5.16.tar.gz", "has_sig": false, "md5_digest": "ceec2ebf46e6307e1d941a939db83885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22288, "upload_time": "2016-09-20T15:00:36", "url": "https://files.pythonhosted.org/packages/b5/25/1c6a6f9a34b7ff89517ef355b2b90f3905bb9fcf58c0158e96735a6f8b2f/aiomeasures-fork-0.5.16.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ceec2ebf46e6307e1d941a939db83885", "sha256": "0f1fc04e2794d4258338511e8f495f03a34ba8ed1aee29895b6822ae68225cb6" }, "downloads": -1, "filename": "aiomeasures-fork-0.5.16.tar.gz", "has_sig": false, "md5_digest": "ceec2ebf46e6307e1d941a939db83885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22288, "upload_time": "2016-09-20T15:00:36", "url": "https://files.pythonhosted.org/packages/b5/25/1c6a6f9a34b7ff89517ef355b2b90f3905bb9fcf58c0158e96735a6f8b2f/aiomeasures-fork-0.5.16.tar.gz" } ] }