{ "info": { "author": "troylar", "author_email": "troylar@pm.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Topic :: Utilities" ], "description": "# cloudhealth-fluent\n\n# Overview\nThis is a [fluent](https://en.wikipedia.org/wiki/Fluent_interface) API that allows users to export CloudHealth data to Excel.\n\n#Quickstart\n```\n$ pip install cloudhealth-fluent\n```\nHere's a quick example that shows all the features of the fluent API.\n\n```\nfrom cloudhealth import CloudHealth\nc = CloudHealth(ApiKey='CLOUDHEALTH API KEY')\ndata = c.new().with_measures(['cost', 'ec2_cost_compute', 'ec2_cost_transfer']) \\\n .with_select_filter(('AWS-Account',\n ['012345678901'])) \\\n .with_report('olap_reports/cost/current/instance') \\\n .with_time('daily') \\\n .with_dimension('time') \\\n .with_dimension('EC2-Instance-Types') \\\n .get_report()\n c.build_data(data)\n c.write_excel('report.xlsx')\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/awslabs/cloudhealth-cli", "keywords": "cloudhealth", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "cloudhealth-cli", "package_url": "https://pypi.org/project/cloudhealth-cli/", "platform": "", "project_url": "https://pypi.org/project/cloudhealth-cli/", "project_urls": { "Homepage": "https://github.com/awslabs/cloudhealth-cli" }, "release_url": "https://pypi.org/project/cloudhealth-cli/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "CloudHealthi CLI", "version": "0.0.1" }, "last_serial": 5918319, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ce4aa0a56a61bac4d0ec5c8f3ee0def5", "sha256": "87f41186ca1dcdc514f41793278803bf4f1aebc3c2ebf606aeb2df6f5d781b1f" }, "downloads": -1, "filename": "cloudhealth-cli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ce4aa0a56a61bac4d0ec5c8f3ee0def5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2940, "upload_time": "2019-10-02T14:44:43", "url": "https://files.pythonhosted.org/packages/60/28/0d9a30d2d47b8ff12f174fa458b4315f676607350a4ae2d9084f4c915280/cloudhealth-cli-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce4aa0a56a61bac4d0ec5c8f3ee0def5", "sha256": "87f41186ca1dcdc514f41793278803bf4f1aebc3c2ebf606aeb2df6f5d781b1f" }, "downloads": -1, "filename": "cloudhealth-cli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ce4aa0a56a61bac4d0ec5c8f3ee0def5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2940, "upload_time": "2019-10-02T14:44:43", "url": "https://files.pythonhosted.org/packages/60/28/0d9a30d2d47b8ff12f174fa458b4315f676607350a4ae2d9084f4c915280/cloudhealth-cli-0.0.1.tar.gz" } ] }