{ "info": { "author": "Matt Pizzimenti", "author_email": "mjpizz+cloudcontrol@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Description\n===========\n\nCloudControl gives you a simplified interface for dealing with a bunch\nof machines in the cloud. With simple Python syntax, you can script\nall of your remote machines simultaneously.\n\nUsage\n=====\nThis simple example shows a way to list the running processes on\nyour appservers::\n\n from cloudcontrol import Role\n \n appserver = Role(\"machine1@example.com\", \"machine2@example.com\", \"machine3@example.com\")\n \n appserver.run(\"ps aux\")", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/cloudcontrol/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "cloudcontrol", "package_url": "https://pypi.org/project/cloudcontrol/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cloudcontrol/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/cloudcontrol/" }, "release_url": "https://pypi.org/project/cloudcontrol/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "CloudControl gives you simplified automation of remote machines in the cloude.", "version": "1.0.0" }, "last_serial": 75773, "releases": { "0.0.5": [], "1.0.0": [] }, "urls": [] }