{ "info": { "author": "phouse512", "author_email": "phouse512@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "tallyclient\n-----------\n\ntallyclient is a super simple metrics client that has two data structures similar to statsd,\ncounters and gauges. While statsd is simple, it still does some under the hood aggregation\nto support high volumes. tallyclient's server is about simple collecting and simply stores\nthe time series data in a sql database to be used later.\n\nhere is some usage::\n\n >>> from tallyclient import TallyClient\n >>> client = TallyClient('localhost', 8173)\n >>> client.count(\"login.success\")\n >>> client.gauge(\"login.response_time\", 422) # only int values allowed", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/phouse512/tally-client", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "tallyclient", "package_url": "https://pypi.org/project/tallyclient/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tallyclient/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/phouse512/tally-client" }, "release_url": "https://pypi.org/project/tallyclient/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python client for go-tally server", "version": "0.1" }, "last_serial": 2805844, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6b8d65ab8d68254762c981198ba2c0ce", "sha256": "27cde72fcea9cf25d238a0d88bea5b5c7eb2f5d19a4dd8635ce4e454d853d0c7" }, "downloads": -1, "filename": "tallyclient-0.1.tar.gz", "has_sig": false, "md5_digest": "6b8d65ab8d68254762c981198ba2c0ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1584, "upload_time": "2017-04-15T17:18:40", "url": "https://files.pythonhosted.org/packages/82/81/a74b09f345ca0dff96b31a38480e93ca84a6f63311ab68422d791c513466/tallyclient-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6b8d65ab8d68254762c981198ba2c0ce", "sha256": "27cde72fcea9cf25d238a0d88bea5b5c7eb2f5d19a4dd8635ce4e454d853d0c7" }, "downloads": -1, "filename": "tallyclient-0.1.tar.gz", "has_sig": false, "md5_digest": "6b8d65ab8d68254762c981198ba2c0ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1584, "upload_time": "2017-04-15T17:18:40", "url": "https://files.pythonhosted.org/packages/82/81/a74b09f345ca0dff96b31a38480e93ca84a6f63311ab68422d791c513466/tallyclient-0.1.tar.gz" } ] }