{ "info": { "author": "Philipp Boeschen", "author_email": "boeschenphilipp@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# oh-my-aws-outage\nSimple wrapper around the AWS API to create an outage for a few services.\n\n# Usage\n\n```python\nfrom aws_outage.network_outage import NetworkOutage\n\n# Network outage of one AZ for one or more vpcs\nprint('[~] Taking service down...')\noutage_duration = 30\nvpc = 'some-vpc-name'\nwith NetworkOutage('eu-central-1', 'eu-central-1a', outage_duration, vpc) as o:\n print(f'[+] Service is now down for {outage_duration} seconds!')\n o.outage(duration=outage_duration)\nprint('[+] Service restored!')\n```", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/Deichindianer/oh-my-aws-outage/archive/v0.1.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Deichindianer/oh-my-aws-outage", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "oh-my-aws-outage", "package_url": "https://pypi.org/project/oh-my-aws-outage/", "platform": "", "project_url": "https://pypi.org/project/oh-my-aws-outage/", "project_urls": { "Download": "https://github.com/Deichindianer/oh-my-aws-outage/archive/v0.1.3.tar.gz", "Homepage": "https://github.com/Deichindianer/oh-my-aws-outage" }, "release_url": "https://pypi.org/project/oh-my-aws-outage/v0.1.3/", "requires_dist": null, "requires_python": "", "summary": "", "version": "v0.1.3" }, "last_serial": 4935652, "releases": { "v0.1.3": [ { "comment_text": "", "digests": { "md5": "fcb5cd35e05c2aa9d8985fbafa2c72fd", "sha256": "235edabbdbb05989af980b60de7ddbdb482d34c6921f534c94805af12385da84" }, "downloads": -1, "filename": "oh-my-aws-outage-v0.1.3.tar.gz", "has_sig": false, "md5_digest": "fcb5cd35e05c2aa9d8985fbafa2c72fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2806, "upload_time": "2019-03-13T16:58:14", "url": "https://files.pythonhosted.org/packages/72/f2/35000f19c566c0aabbbffeb7b909b991e85e0a5c3d7d0a057d18697be60d/oh-my-aws-outage-v0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fcb5cd35e05c2aa9d8985fbafa2c72fd", "sha256": "235edabbdbb05989af980b60de7ddbdb482d34c6921f534c94805af12385da84" }, "downloads": -1, "filename": "oh-my-aws-outage-v0.1.3.tar.gz", "has_sig": false, "md5_digest": "fcb5cd35e05c2aa9d8985fbafa2c72fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2806, "upload_time": "2019-03-13T16:58:14", "url": "https://files.pythonhosted.org/packages/72/f2/35000f19c566c0aabbbffeb7b909b991e85e0a5c3d7d0a057d18697be60d/oh-my-aws-outage-v0.1.3.tar.gz" } ] }