{ "info": { "author": "Government Digital Service", "author_email": "nick@whiteink.com", "bugtrack_url": null, "classifiers": [], "description": "vcloudtools\n===========\n\nA set of commandline utilities to aid working with the VMWare vCloud API. \n\nAt the moment, ``vcloudtools`` is pretty minimal, but there's still enough\nhere to be useful. In addition to a Python API client\n(``vcloudtools.api.VCloudAPIClient``), there's a series of small command line\nutilities to help interact with vCloud Director's HTTP API.\n\nInstallation\n------------\n\n``vcloudtools`` is available on the `Python Package Index\n`_::\n\n $ pip install vcloudtools\n\nUsage\n-----\n\nFirst, tell ``vcloudtools`` where your vCloud Director API is by adding an\nenvironment variable to your ``.bash_profile`` or similar::\n\n $ echo \"export VCLOUD_API_ROOT=https://vcd.example.com/api\" >> ~/.bash_profile\n $ exec $SHELL\n\nThen, login to the VCD API::\n\n $ eval `vcloud-login`\n\nYou can now use ``vcloudtools`` without further authentication hassles. So\nfar, the available tools include ``vcloud-org``::\n\n $ vcloud-org list\n $ vcloud-org show My-Org-Name\n\n``vcloud-org`` will emit JSON, which you can parse with `jsontool\n`_ or similar.\n\nYou can also manually browse the API with ``vcloud-browse``::\n\n $ vcloud-browse /session\n $ vcloud-browse /org/7318a9a7-cc79-4f88-b8f8-ddddec6873f8\n\nLicense\n-------\n\n``vcloudtools`` is released under the MIT license, a copy of which can be\nfound in ``LICENSE``.", "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/alphagov/vcloudtools", "keywords": "sysadmin vcloud vmware virtualisation api", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "vcloudtools", "package_url": "https://pypi.org/project/vcloudtools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vcloudtools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/alphagov/vcloudtools" }, "release_url": "https://pypi.org/project/vcloudtools/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "vCloud: tools for interacting with the vCloud API", "version": "0.0.1" }, "last_serial": 801360, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "924ea5f8c4d5f8c0a1ee2cc553e979b4", "sha256": "779f9941561e2e0c64e3a22f0a1b4b6a17751d2d8d6db1aa466ea4e38e3a4887" }, "downloads": -1, "filename": "vcloudtools-0.0.1.tar.gz", "has_sig": false, "md5_digest": "924ea5f8c4d5f8c0a1ee2cc553e979b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5048, "upload_time": "2012-12-05T19:05:47", "url": "https://files.pythonhosted.org/packages/7f/a3/5ed8b7ad1b9879d0b1bc93b50ef84ca5c63e89dff9c2360ef4b01e8bc599/vcloudtools-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "924ea5f8c4d5f8c0a1ee2cc553e979b4", "sha256": "779f9941561e2e0c64e3a22f0a1b4b6a17751d2d8d6db1aa466ea4e38e3a4887" }, "downloads": -1, "filename": "vcloudtools-0.0.1.tar.gz", "has_sig": false, "md5_digest": "924ea5f8c4d5f8c0a1ee2cc553e979b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5048, "upload_time": "2012-12-05T19:05:47", "url": "https://files.pythonhosted.org/packages/7f/a3/5ed8b7ad1b9879d0b1bc93b50ef84ca5c63e89dff9c2360ef4b01e8bc599/vcloudtools-0.0.1.tar.gz" } ] }