{ "info": { "author": "Joey Sham", "author_email": "sham.joey@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "SpotCheck\n=========\n\nA simple CLI tool to check the spot prices of AWS EC2 instances. This\ntool is utilized to check the recent prices of spot instances for\ndifferent instance type, so the user can make an informed decision on\nthe price to set for spot instances.\n\nBackground\n----------\n\n`Spot Instances `__ are a good\nresource to use AWS EC2 instances for fairly cheap, and I am very\nfrugal. This tool allows me (and you, the user) to check historical\nprices of spot instances to make an informed decision on the prices to\nset when creating an EC2 instance.\n\nInstallation\n------------\n\nTo install, use pip such that\n\n.. code:: bash\n\n pip3 install --user spotcheck\n\nSetup\n-----\n\nSince ``spotcheck`` uses boto3, you\u2019ll have to setup the same way. You\ncan view the `docs\nhere `__\n\nUsage\n-----\n\nTo use, run\n\n.. code:: bash\n\n spotcheck\n\nand a series of questions will be prompted.\n\nThe results is of the form\n\n::\n\n +------------------+-------------------+---------------+--------------+---------------+\n | Timestamp | Availability Zone | Instance Type | Product Desc | Spot Price($) |\n +------------------+-------------------+---------------+--------------+---------------+\n | 2017-11-28 01:00 | ca-central-1a | t2.micro | Linux/UNIX | 0.006100 |\n | 2017-11-28 01:00 | ca-central-1b | t2.micro | Linux/UNIX | 0.006100 |\n | 2017-11-29 01:00 | ca-central-1a | t2.micro | Linux/UNIX | 0.006100 |\n . . . . .\n . . . . .\n . . . . .\n . . . . .\n +------------------+-------------------+---------------+--------------+---------------+\n\nRepeatable Usage\n~~~~~~~~~~~~~~~~\n\nIf you don\u2019t want to enter the CLI every time, you can run the CLI with\nthe options\n\n::\n\n spotcheck --InstanceType=t2.micro --ProductDescription=Linux/UNIX --StartTime=$(date -d \"3 days ago\" +\"%Y-%m-%d\") --EndTime=$(date +\"%Y-%m-%d\")\n\nVersion\n-------\n\n- **1.0.x**\n\n - Fix Bugs\n\n- **1.0.0**\n\n - First publish\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.joeyism.com", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "spotcheck", "package_url": "https://pypi.org/project/spotcheck/", "platform": "", "project_url": "https://pypi.org/project/spotcheck/", "project_urls": { "Homepage": "http://www.joeyism.com" }, "release_url": "https://pypi.org/project/spotcheck/1.0.1/", "requires_dist": [ "boto3", "click", "terminaltables" ], "requires_python": "", "summary": "A simple CLI tool to check the spot prices of AWS instances.", "version": "1.0.1" }, "last_serial": 3392104, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "d97a9061551028c9bc852d0ac5c42e7b", "sha256": "23646d8c01bc9384564c8f440b056086e33e60332c2340116f77e3f9915e7e43" }, "downloads": -1, "filename": "spotcheck-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d97a9061551028c9bc852d0ac5c42e7b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6706, "upload_time": "2017-12-05T23:06:20", "url": "https://files.pythonhosted.org/packages/6f/43/5c3246e2544acf7df20540f4167653237e45e0caa9dad23d8d0867833573/spotcheck-1.0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d97a9061551028c9bc852d0ac5c42e7b", "sha256": "23646d8c01bc9384564c8f440b056086e33e60332c2340116f77e3f9915e7e43" }, "downloads": -1, "filename": "spotcheck-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d97a9061551028c9bc852d0ac5c42e7b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6706, "upload_time": "2017-12-05T23:06:20", "url": "https://files.pythonhosted.org/packages/6f/43/5c3246e2544acf7df20540f4167653237e45e0caa9dad23d8d0867833573/spotcheck-1.0.1-py2.py3-none-any.whl" } ] }