{ "info": { "author": "Philip Roche", "author_email": "phil.roche@canonical.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# AWS Marketplace Ubuntu AMI Scraper\n\nCLI to return the Ubuntu AMIs in AWS marketplace\n\n## Basic setup\n\nInstall from [PyPi](https://pypi.org/project/aws-marketplace-ubuntu-scraper/)\n\n```\n$ pip install aws-marketplace-ubuntu-scraper\n```\n\n... OR ...\n\nInstall the requirements manually:\n```\n$ pip install -r requirements.txt\n```\n\nYou will also need [Firefox](https://www.mozilla.org/en-US/firefox/new/) installed and [geckodriver](https://github.com/mozilla/geckodriver/releases) available in your PATH.\n\nI recommend you create a new IAM user with no permissions granted. \nEnsure that you have opted in to all the AWS regions that are opt in only and \nthat you want quicklaunch listings for. \n\nYou will also need to set up your aws credentials for use with [boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html)\n\nRun the application:\n```\n$ python -m aws_marketplace_ubuntu_scraper --help\n\n# Print details of the Ubuntu quicklaunch entries for each region\n$ python -m aws_marketplace_ubuntu_scraper quicklaunch --iam-account-id=\"YOUR IAM ACCOUNT ID\" --iam-username=\"YOUR IAM USERNAME\" --iam-password=\"YOUR IAM PASSSWORD\"\n\n# Print details of the Ubuntu marketplace listings\n$ python -m aws_marketplace_ubuntu_scraper marketplace\n\n```\n\nTo run the tests:\n```\n $ pytest\n```\n\n\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/philroche/aws-marketplace-ubuntu-scraper", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "aws-marketplace-ubuntu-scraper", "package_url": "https://pypi.org/project/aws-marketplace-ubuntu-scraper/", "platform": "", "project_url": "https://pypi.org/project/aws-marketplace-ubuntu-scraper/", "project_urls": { "Homepage": "https://github.com/philroche/aws-marketplace-ubuntu-scraper" }, "release_url": "https://pypi.org/project/aws-marketplace-ubuntu-scraper/0.0.5/", "requires_dist": [ "boto3", "click", "pytest", "selenium", "selenium-wire", "requests", "beautifulsoup4", "joblib" ], "requires_python": "", "summary": "CLI to return the Ubuntu AMIs in AWS marketplace", "version": "0.0.5" }, "last_serial": 5519452, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "2e6260e55257a446baf9b9faa3158f34", "sha256": "049771df369d54883e24b2d78ade0bd46dd8ff7881f275b185a9b9e1d303f83c" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2e6260e55257a446baf9b9faa3158f34", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6472, "upload_time": "2019-07-04T16:43:12", "url": "https://files.pythonhosted.org/packages/d1/d3/ad980fb3e56f20106ca97049a91a0e570efa3ef94a99c94dbe68d0af1c30/aws_marketplace_ubuntu_scraper-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a7a864328c1d2810c3df64b882a1060", "sha256": "9009286aec3af7b71e065874b09df86078b713c4cfaa0ad8e91fa805a7674ed9" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2a7a864328c1d2810c3df64b882a1060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4930, "upload_time": "2019-07-04T16:43:14", "url": "https://files.pythonhosted.org/packages/74/57/4a19aefdabf84088acd92aa6e4edfca5b138be12ffbd318e38bf005fd21d/aws_marketplace_ubuntu_scraper-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "fe0143bbdf2f47c4f6bb9e55bd179777", "sha256": "8e2991aa5744d995d292d1b0739d0d73790db467efbaf3a5ce5c35c623628c65" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "fe0143bbdf2f47c4f6bb9e55bd179777", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6394, "upload_time": "2019-07-04T16:45:53", "url": "https://files.pythonhosted.org/packages/10/07/1408db156aec001887e859723bf1b7f76f96adfb89f7dc582cd1f6270f8c/aws_marketplace_ubuntu_scraper-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f5c5bae93effad8b27259ecdedbdb57", "sha256": "4a7d52af977e3894f1869a4d29e521901fee946ab48cd5f0dffa3d626bcf459f" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.3.tar.gz", "has_sig": false, "md5_digest": "7f5c5bae93effad8b27259ecdedbdb57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4881, "upload_time": "2019-07-04T16:45:55", "url": "https://files.pythonhosted.org/packages/c9/0a/e4b021e126d135af67ab25ae831b1318ac87c6862a9812945b1401e5c6a8/aws_marketplace_ubuntu_scraper-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a8af1b6c428ec6f97338543d70c495f2", "sha256": "99749895f34fea5bf578ede0532c68bfe1cb8dd3116e004855c41da762d6c42c" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a8af1b6c428ec6f97338543d70c495f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7687, "upload_time": "2019-07-05T11:16:45", "url": "https://files.pythonhosted.org/packages/9b/95/b21cf90769f0a17739cf60e915a08d2efd43ea7b617d153e1ba9e8441f4b/aws_marketplace_ubuntu_scraper-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "858db4d3a4f5ffe1f7e5b6126bca8864", "sha256": "23696f79045b386b190d2d02e3f63c67106696823c4865862fd51ec2306266e0" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.4.tar.gz", "has_sig": false, "md5_digest": "858db4d3a4f5ffe1f7e5b6126bca8864", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6201, "upload_time": "2019-07-05T11:16:48", "url": "https://files.pythonhosted.org/packages/a9/b2/eef031db3c9fd4a1ccf29328a5cc1d55b6a3753bed399af5b44da0e312aa/aws_marketplace_ubuntu_scraper-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "2d75a6a2cc3df8e785cc77143124cef0", "sha256": "29d052487fefe3d26f4348bfdcf288cd7e57f1d8eae27c195f5ebe2340dd9ed9" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2d75a6a2cc3df8e785cc77143124cef0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8049, "upload_time": "2019-07-11T18:18:48", "url": "https://files.pythonhosted.org/packages/55/4c/142fac01bbb8d299bd5a756bb96c8179ec8e53f272fa88c9ecec22707d83/aws_marketplace_ubuntu_scraper-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "556519242784d01d9a88aa5fcf630894", "sha256": "201afa9a05fbd87fc6ed209368026ed334874989bae91667000d9ac4b957d26c" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.5.tar.gz", "has_sig": false, "md5_digest": "556519242784d01d9a88aa5fcf630894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6562, "upload_time": "2019-07-11T18:18:52", "url": "https://files.pythonhosted.org/packages/37/4d/105c3987ed1ae29e662acf9caab3cdf8d8ed25ce489e2ac4b08f2a42565e/aws_marketplace_ubuntu_scraper-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d75a6a2cc3df8e785cc77143124cef0", "sha256": "29d052487fefe3d26f4348bfdcf288cd7e57f1d8eae27c195f5ebe2340dd9ed9" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2d75a6a2cc3df8e785cc77143124cef0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8049, "upload_time": "2019-07-11T18:18:48", "url": "https://files.pythonhosted.org/packages/55/4c/142fac01bbb8d299bd5a756bb96c8179ec8e53f272fa88c9ecec22707d83/aws_marketplace_ubuntu_scraper-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "556519242784d01d9a88aa5fcf630894", "sha256": "201afa9a05fbd87fc6ed209368026ed334874989bae91667000d9ac4b957d26c" }, "downloads": -1, "filename": "aws_marketplace_ubuntu_scraper-0.0.5.tar.gz", "has_sig": false, "md5_digest": "556519242784d01d9a88aa5fcf630894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6562, "upload_time": "2019-07-11T18:18:52", "url": "https://files.pythonhosted.org/packages/37/4d/105c3987ed1ae29e662acf9caab3cdf8d8ed25ce489e2ac4b08f2a42565e/aws_marketplace_ubuntu_scraper-0.0.5.tar.gz" } ] }