{ "info": { "author": "Nikita Makeev", "author_email": "whale2.box@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Topic :: Internet", "Topic :: Software Development :: Libraries" ], "description": "# cloudwatch-metrics-client\nPython CloudWatch metrics Client library utilising asyncio (along with sync variant)\n\nThis is yet another Python CloudWatch client. While there are alternatives, they are\neither not supporting asyncio or not actively maintained.\n\nhttps://github.com/awslabs/cloudwatch-fluent-metrics\n\nhttps://github.com/peterdemin/awsme\n\nThe client collects whatever metrics you feed it with and reports to CloudWatch regularly, though\nyou can use it for ad-hoc reporting as well\n\nNOTE: aioboto3 is not in the requirements, in case you only need sync version. If running under Python 3.6, you'll\nneed async_generator>=1.10 as well\n\nUsage:\n\n```python\nimport asyncio\nfrom cloudwatch_metrics_client.aiocloudwatch import CloudWatchAsyncMetrics, CloudWatchAsyncMetricReporter\n\nasync def setup():\n\n reporter = CloudWatchAsyncMetricReporter(report_interval=REPORT INTERVAL) # seconds\n CloudWatchAsyncMetrics.with_namespace('=4.5.2)" ], "requires_python": "", "summary": "Asynchronous (and synchronous) Python client for AWS CloudWatch metrics", "version": "0.0.6" }, "last_serial": 5425801, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b0a53740a8bf8862dbda6b925a3c2fc1", "sha256": "472a783937f7c5edc80bcf208686bd5ccc3152a3b85f12b475a25a738855890a" }, "downloads": -1, "filename": "cloudwatch_metrics_client-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b0a53740a8bf8862dbda6b925a3c2fc1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3465, "upload_time": "2019-06-17T14:55:57", "url": "https://files.pythonhosted.org/packages/96/dd/1c127e7ab55242499ef65fe9504c790ef71c4531be12f0845f2986c5add5/cloudwatch_metrics_client-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "625b1cb1e352df0f0f4062484ecc7fc6", "sha256": "9530e0bae41583fbe4f0f3d8314422dc8e1e684736932e84c3667f4e5f6ccfd1" }, "downloads": -1, "filename": "cloudwatch-metrics-client-0.0.1.tar.gz", "has_sig": false, "md5_digest": "625b1cb1e352df0f0f4062484ecc7fc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2799, "upload_time": "2019-06-17T14:55:59", "url": "https://files.pythonhosted.org/packages/8f/5f/c6e61283f5ed2efacf9231e784a97b54be50a7359e6ed1b76cf250100b73/cloudwatch-metrics-client-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "29814963bc12a84b3f9140e06251066d", "sha256": "20e8321fa1d1b50907827af13353fd99dbc7b0ed1735eafe8c036f1782899a03" }, "downloads": -1, "filename": "cloudwatch_metrics_client-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "29814963bc12a84b3f9140e06251066d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7919, "upload_time": "2019-06-17T15:13:18", "url": "https://files.pythonhosted.org/packages/0a/a0/d5db6b933a6ada5dab7256cfb1dc7ea11b73160f5ae6bd61c8be3168c1f5/cloudwatch_metrics_client-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e2834140915fce34eb499a6071ab0cd", "sha256": "3a77af7ef4ef7c16fd53a3a1e29c3f4c8a41890f1f63f883d39041d97f264bb4" }, "downloads": -1, "filename": "cloudwatch-metrics-client-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6e2834140915fce34eb499a6071ab0cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5854, "upload_time": "2019-06-17T15:13:20", "url": "https://files.pythonhosted.org/packages/2b/80/cf80707f8dec116d2f08eebe184013584783ab2bc6a1a11d6ea8d3e044d3/cloudwatch-metrics-client-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "91f8d2e36c9b58cef92889378bca06e5", "sha256": "af90f2fc3eb961a12c580139e653f901817ed3b24d081b9a7fe2975047a6f1ac" }, "downloads": -1, "filename": "cloudwatch_metrics_client-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "91f8d2e36c9b58cef92889378bca06e5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7900, "upload_time": "2019-06-17T15:29:18", "url": "https://files.pythonhosted.org/packages/62/e7/92a0396244d8fbd10eee0a678237540014a85873f0e340f60ef15423ef54/cloudwatch_metrics_client-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e0461e98cfc0394ca627172405edb18", "sha256": "dfe175804745de67b581cf3a0533eebdc2bff205050f7d1a0b15a17ffac23b59" }, "downloads": -1, "filename": "cloudwatch-metrics-client-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2e0461e98cfc0394ca627172405edb18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5862, "upload_time": "2019-06-17T15:29:20", "url": "https://files.pythonhosted.org/packages/e0/23/6a21a60c7f752550e9557c77781e3e219a9d9a1f90f7f2905b7e295d7eba/cloudwatch-metrics-client-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "f7b401e6f522b5833ad067e1e3050707", "sha256": "6a799ec2ff57c34904d80eda5537f063e51c0ef806367426a079a7888557c05f" }, "downloads": -1, "filename": "cloudwatch_metrics_client-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "f7b401e6f522b5833ad067e1e3050707", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7997, "upload_time": "2019-06-17T17:33:45", "url": "https://files.pythonhosted.org/packages/84/67/79607ea536eeab79f063cfedad8b0fb1c2540980a2a3a00756310dda3ba5/cloudwatch_metrics_client-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a8d6d73cc9045661b3572179570aa52", "sha256": "b537ec1a4421f97d29acbaf673f1e603dd9b232ecaf7be9a84de4fa1d4f41a1e" }, "downloads": -1, "filename": "cloudwatch-metrics-client-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6a8d6d73cc9045661b3572179570aa52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5946, "upload_time": "2019-06-17T17:33:46", "url": "https://files.pythonhosted.org/packages/30/41/ac45c1120e6d14b5781455e6d349bbeb9269c93234d5f427858c965bce44/cloudwatch-metrics-client-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "212f8a609857a028a8a45e98ee1f4239", "sha256": "ccdf2bb086f04ac4cc01a63e3af2f841e0b185cfc6a3a0b925bd6160a4c45755" }, "downloads": -1, "filename": "cloudwatch_metrics_client-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "212f8a609857a028a8a45e98ee1f4239", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8000, "upload_time": "2019-06-17T17:37:00", "url": "https://files.pythonhosted.org/packages/c6/8f/7a4710254cde1689b1d4263d780b52163a8504f961241c6ca60c78fb58c7/cloudwatch_metrics_client-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f163e61c8f65b1999ea4cbf0cdecb61c", "sha256": "50050936be3f48eb0db0b78cf0370afcbde4abab23601ae7b61e03d9c179c16e" }, "downloads": -1, "filename": "cloudwatch-metrics-client-0.0.5.tar.gz", "has_sig": false, "md5_digest": "f163e61c8f65b1999ea4cbf0cdecb61c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5951, "upload_time": "2019-06-17T17:37:01", "url": "https://files.pythonhosted.org/packages/c1/94/847061b382476e01114b989a495eb13972f3d234ef8fb64e92c76b69b2d7/cloudwatch-metrics-client-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "6d873678bf3cc9bd32686e148c2dcfda", "sha256": "9fce839280dbf1d5a59900a33d29172f919ad38d41eda538fdfa5b0dfe842133" }, "downloads": -1, "filename": "cloudwatch_metrics_client-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "6d873678bf3cc9bd32686e148c2dcfda", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8150, "upload_time": "2019-06-20T12:48:36", "url": "https://files.pythonhosted.org/packages/cb/57/fa317bacacefc5e56c6ce6e1e576ce8812d6389c80042347987082900bca/cloudwatch_metrics_client-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41a6b6d5f5b93abdd75f23815b177306", "sha256": "1f2c0eb7faea6b6e5171da6ebc23e5507ac66632dc280f7e74b01aaea078fa3b" }, "downloads": -1, "filename": "cloudwatch-metrics-client-0.0.6.tar.gz", "has_sig": false, "md5_digest": "41a6b6d5f5b93abdd75f23815b177306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6075, "upload_time": "2019-06-20T12:48:37", "url": "https://files.pythonhosted.org/packages/c8/4a/72c04cc6fde364e101fdf7f947c95686fda5000b9822bf3b335c55ffe1b6/cloudwatch-metrics-client-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d873678bf3cc9bd32686e148c2dcfda", "sha256": "9fce839280dbf1d5a59900a33d29172f919ad38d41eda538fdfa5b0dfe842133" }, "downloads": -1, "filename": "cloudwatch_metrics_client-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "6d873678bf3cc9bd32686e148c2dcfda", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8150, "upload_time": "2019-06-20T12:48:36", "url": "https://files.pythonhosted.org/packages/cb/57/fa317bacacefc5e56c6ce6e1e576ce8812d6389c80042347987082900bca/cloudwatch_metrics_client-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41a6b6d5f5b93abdd75f23815b177306", "sha256": "1f2c0eb7faea6b6e5171da6ebc23e5507ac66632dc280f7e74b01aaea078fa3b" }, "downloads": -1, "filename": "cloudwatch-metrics-client-0.0.6.tar.gz", "has_sig": false, "md5_digest": "41a6b6d5f5b93abdd75f23815b177306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6075, "upload_time": "2019-06-20T12:48:37", "url": "https://files.pythonhosted.org/packages/c8/4a/72c04cc6fde364e101fdf7f947c95686fda5000b9822bf3b335c55ffe1b6/cloudwatch-metrics-client-0.0.6.tar.gz" } ] }