{ "info": { "author": "Lx Yu", "author_email": "lixinfish@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Ubuntu-AMI\n==========\n\nGet the daily build ami of Ubuntu Cloud Image.\n\nOrigin source: `Ubuntu Cloud Image `_\n\nInstall\n-------\n\nInstall by pip:\n\n.. code:: bash\n\n $ pip install UbuntuAMI\n\nThis package depends on `requests` and `lxml`.\n\n\nUsage\n-----\n\nAs easy as\n\n.. code:: python\n\n >>> import ubuntuami\n >>> ubuntuami.get()\n 'ami-dc0e9cb5'\n >>> ubuntuami.get_command()\n 'ec2-run-instances ami-dc0e9cb5 -t t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1}'\n\nYou may also add more filter to get the ami you want.\n\n.. code:: python\n\n >>> ubuntuami.get(target='server', version='quantal', region='us-west-2')\n 'ami-66e07556'\n >>> ubuntuami.get(target='desktop', version='precise', region='ap-northeast-1', arch='32-bit')\n 'ami-c41aa3c5'\n\nRead the source for more info, it's simple.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://lxyu.github.com/ubuntuami/", "keywords": null, "license": "Copyright (c) 2013, Lx Yu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "UbuntuAMI", "package_url": "https://pypi.org/project/UbuntuAMI/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/UbuntuAMI/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://lxyu.github.com/ubuntuami/" }, "release_url": "https://pypi.org/project/UbuntuAMI/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Get the daily build ami of Ubuntu Cloud Image", "version": "0.1.0" }, "last_serial": 721813, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "15b00e1806ca46349c780c6550b60be3", "sha256": "fcb813c8e289adcb35029761bd584c54cce37765eefac3f2dd2a79f941b91074" }, "downloads": -1, "filename": "UbuntuAMI-0.1.0.tar.gz", "has_sig": false, "md5_digest": "15b00e1806ca46349c780c6550b60be3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2306, "upload_time": "2013-03-02T16:12:24", "url": "https://files.pythonhosted.org/packages/53/b8/5fa35e88087f5249a7db2656fef49140f1ad4041d5b7104f26a797af93f5/UbuntuAMI-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15b00e1806ca46349c780c6550b60be3", "sha256": "fcb813c8e289adcb35029761bd584c54cce37765eefac3f2dd2a79f941b91074" }, "downloads": -1, "filename": "UbuntuAMI-0.1.0.tar.gz", "has_sig": false, "md5_digest": "15b00e1806ca46349c780c6550b60be3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2306, "upload_time": "2013-03-02T16:12:24", "url": "https://files.pythonhosted.org/packages/53/b8/5fa35e88087f5249a7db2656fef49140f1ad4041d5b7104f26a797af93f5/UbuntuAMI-0.1.0.tar.gz" } ] }