{ "info": { "author": "Xiuming Chen", "author_email": "cc@cxm.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Topic :: System :: Clustering" ], "description": "cwtimer\n=======\n\n'cwtimer' does one simple thing, track the timing of a 'with' statement block and report to AWS Cloudwatch.\n\nInstall\n-------\n\n.. code-block:: shell\n \n $ pip install cwtimer\n\nExample\n-------\n\n.. code-block:: python\n\n from cwtimer import cwtimer\n import time\n \n with cwtimer(namespace='MyNameSpace', metric_name='MyMetric',\n dimensions={'MyDimension':'Value'}):\n time.sleep(1)\n # 1.0s reported to cloudwatch metric\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cxmcc/cwtimer", "keywords": "timer", "license": "", "maintainer": "", "maintainer_email": "", "name": "cwtimer", "package_url": "https://pypi.org/project/cwtimer/", "platform": "", "project_url": "https://pypi.org/project/cwtimer/", "project_urls": { "Homepage": "https://github.com/cxmcc/cwtimer" }, "release_url": "https://pypi.org/project/cwtimer/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Pythonic timing tracker with reporting to Cloudwatch", "version": "0.0.2" }, "last_serial": 3105728, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "bf93516a729f5f363de90c4504f26a9d", "sha256": "3d15afb7fe3a101239d3eea3a8e7efa07d3ccd0298a1cf3b7cd692cd06e1fc5a" }, "downloads": -1, "filename": "cwtimer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bf93516a729f5f363de90c4504f26a9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1616, "upload_time": "2017-08-18T08:09:32", "url": "https://files.pythonhosted.org/packages/b0/9f/3df28282feb4e0c52f25baaa8ae4867bb699dfdcba7a61a5cbabefdc6829/cwtimer-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "375c13f39e11ff724d2ce90144f065ad", "sha256": "04571fc3daf7de746b9e2efa680a7814ffc16139f602634359d69d8378ffe8a4" }, "downloads": -1, "filename": "cwtimer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "375c13f39e11ff724d2ce90144f065ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1747, "upload_time": "2017-08-18T08:17:14", "url": "https://files.pythonhosted.org/packages/a9/30/4dae1471bc29c6c0f015ff0c7a18cf0a93183655dcf1465ed9c71c32dd86/cwtimer-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "375c13f39e11ff724d2ce90144f065ad", "sha256": "04571fc3daf7de746b9e2efa680a7814ffc16139f602634359d69d8378ffe8a4" }, "downloads": -1, "filename": "cwtimer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "375c13f39e11ff724d2ce90144f065ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1747, "upload_time": "2017-08-18T08:17:14", "url": "https://files.pythonhosted.org/packages/a9/30/4dae1471bc29c6c0f015ff0c7a18cf0a93183655dcf1465ed9c71c32dd86/cwtimer-0.0.2.tar.gz" } ] }