{ "info": { "author": "Jeremy Falling", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# AWS MFA Helper\nAutomate obtaining MFA (STS) credentials\n\nThis utility will request STS credentials from AWS, then update ~/.aws/credentials with the new credentials. STS credentials are stored in a profile suffixed with -mfa.\n\nIf you have [TOTP Generator](https://github.com/jjfalling/TOTP-Generator) installed this utility will attempt to automate the TOTP code generation.\n\nYou will need to update your AWS configuration (~/.aws/config) with the following settings:\n```\n[profile my-aws-profile]\nhelper_mfa_serial = (your MFA ARN)\nhelper_totp_service_name = (Optional: service name in TOTP Generatior)\n```\n\nIf you need to change the STS/MFA credentials suffix in the aws config file, create ~/.aws_mfa_helper.cfg with the following:\n```\nmfa_creds_suffix = your-new-suffix\n```\n\nRun with the --help flag for more information.\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/jjfalling/AWS-MFA-Helper", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "AWS-MFA-Helper", "package_url": "https://pypi.org/project/AWS-MFA-Helper/", "platform": "", "project_url": "https://pypi.org/project/AWS-MFA-Helper/", "project_urls": { "Homepage": "https://github.com/jjfalling/AWS-MFA-Helper" }, "release_url": "https://pypi.org/project/AWS-MFA-Helper/1.1.0/", "requires_dist": [ "boto (<3.0.0,>=2.48.0)", "configparser (<4.0.0,>=3.5.0)" ], "requires_python": "", "summary": "Utility that obtains STS credentials and saves your AWS credentials file.", "version": "1.1.0" }, "last_serial": 3906400, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "de8e6fef8b9e8ba799568bf943e38a19", "sha256": "05d4aad3b59d2866ce419a2eb6d5576ad7a61238e9c0701002276d2fff53db54" }, "downloads": -1, "filename": "AWS_MFA_Helper-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de8e6fef8b9e8ba799568bf943e38a19", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5523, "upload_time": "2018-05-28T17:41:31", "url": "https://files.pythonhosted.org/packages/ff/be/669901612a5659f9e32e37ad809488126c7b9c9387fbe3f65fc474a04125/AWS_MFA_Helper-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23355679887973714bb1d44172e6acac", "sha256": "c1c75c5ba6353fd1a7eaf3369e3d499b22602a6199b6ccc3c5e97a92e135473a" }, "downloads": -1, "filename": "AWS MFA Helper-1.1.0.tar.gz", "has_sig": false, "md5_digest": "23355679887973714bb1d44172e6acac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5447, "upload_time": "2018-05-28T17:41:32", "url": "https://files.pythonhosted.org/packages/c1/78/988beea2435afed3c567a4f456ed3b0566e2dd126e51aaa7fd24ae8c0dd8/AWS%20MFA%20Helper-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de8e6fef8b9e8ba799568bf943e38a19", "sha256": "05d4aad3b59d2866ce419a2eb6d5576ad7a61238e9c0701002276d2fff53db54" }, "downloads": -1, "filename": "AWS_MFA_Helper-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de8e6fef8b9e8ba799568bf943e38a19", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5523, "upload_time": "2018-05-28T17:41:31", "url": "https://files.pythonhosted.org/packages/ff/be/669901612a5659f9e32e37ad809488126c7b9c9387fbe3f65fc474a04125/AWS_MFA_Helper-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23355679887973714bb1d44172e6acac", "sha256": "c1c75c5ba6353fd1a7eaf3369e3d499b22602a6199b6ccc3c5e97a92e135473a" }, "downloads": -1, "filename": "AWS MFA Helper-1.1.0.tar.gz", "has_sig": false, "md5_digest": "23355679887973714bb1d44172e6acac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5447, "upload_time": "2018-05-28T17:41:32", "url": "https://files.pythonhosted.org/packages/c1/78/988beea2435afed3c567a4f456ed3b0566e2dd126e51aaa7fd24ae8c0dd8/AWS%20MFA%20Helper-1.1.0.tar.gz" } ] }