{ "info": { "author": "Fabio C.S. Miranda", "author_email": "fmiranda@alertlogic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: User Interfaces" ], "description": "Cloud Insight API\n=======================\n\nThis is an example project which shows how to access the Cloud Insight API using Python.\nOverview\n\nThe Cloud Insight API is a REST API which provides many services related to the Cloud Insight system. The data transmission protocol is JSON objects. The API receives and sends answers as JSON objects and HTTP errors or confirmation as HTTP status code. The CloudInsightAPI class provides an interface and some example methods to access the Cloud Insight API. All the objects accessed by the CloudInsightAPI class will have the JSON response converted to generic Python objects (Bunch) which can have their properties accessed by obj.property syntax instead of dictionary syntax. The print of the objects will return a JSON formatted string to facilitate the visualization of the object data. The requests are made using the Requests library and will raise requests.exceptions.RequestException when some request fail according to the status code error.\n\nThe program.py provide an example of a command line script implementation of the CloudInsightAPI class", "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/Fabio-CS/alertlogicAPI", "keywords": "cloud insight API development", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "al-cloudinsight", "package_url": "https://pypi.org/project/al-cloudinsight/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/al-cloudinsight/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Fabio-CS/alertlogicAPI" }, "release_url": "https://pypi.org/project/al-cloudinsight/1.1/", "requires_dist": null, "requires_python": null, "summary": "This is an example project which shows how to access the Cloud Insight API using Python.", "version": "1.1" }, "last_serial": 1588785, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "9f0e1e0ea5fb67d707a8f8eb2a96cb1a", "sha256": "3f7c6f83ce335eeb00e8928649bb797bbd97aec908de53298812542d1694238e" }, "downloads": -1, "filename": "al_cloudinsight-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f0e1e0ea5fb67d707a8f8eb2a96cb1a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6869, "upload_time": "2015-06-11T21:52:39", "url": "https://files.pythonhosted.org/packages/87/43/a752bb9296b3878a583c9e6c43d9a53d7699f9c13d1bfd3c8cf16221263f/al_cloudinsight-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c514e0080fb510974f0f3200cde4123c", "sha256": "1a96f13270998be242f8daf6232da44e7ad5a6eba2c94c53651995286ca95c48" }, "downloads": -1, "filename": "al-cloudinsight-1.1.tar.gz", "has_sig": false, "md5_digest": "c514e0080fb510974f0f3200cde4123c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6312, "upload_time": "2015-06-11T21:52:35", "url": "https://files.pythonhosted.org/packages/bc/1d/59043f2aac3d0c3d43b4f9988a0cd72588f25fd53359024bbe8e20535c4c/al-cloudinsight-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f0e1e0ea5fb67d707a8f8eb2a96cb1a", "sha256": "3f7c6f83ce335eeb00e8928649bb797bbd97aec908de53298812542d1694238e" }, "downloads": -1, "filename": "al_cloudinsight-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f0e1e0ea5fb67d707a8f8eb2a96cb1a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6869, "upload_time": "2015-06-11T21:52:39", "url": "https://files.pythonhosted.org/packages/87/43/a752bb9296b3878a583c9e6c43d9a53d7699f9c13d1bfd3c8cf16221263f/al_cloudinsight-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c514e0080fb510974f0f3200cde4123c", "sha256": "1a96f13270998be242f8daf6232da44e7ad5a6eba2c94c53651995286ca95c48" }, "downloads": -1, "filename": "al-cloudinsight-1.1.tar.gz", "has_sig": false, "md5_digest": "c514e0080fb510974f0f3200cde4123c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6312, "upload_time": "2015-06-11T21:52:35", "url": "https://files.pythonhosted.org/packages/bc/1d/59043f2aac3d0c3d43b4f9988a0cd72588f25fd53359024bbe8e20535c4c/al-cloudinsight-1.1.tar.gz" } ] }