{ "info": { "author": "Kelton Karboviak", "author_email": "kelton.karboviak@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# aws-key-formatter\n\nProject/Repo:\n\n[![MIT License][license_img]][license_ref]\n[![Supported Python Versions][pyversions_img]][pyversions_ref]\n[![aws-key-formatter v0.0.4][version_img]][version_ref]\n[![PyPI Releases][pypi_img]][pypi_ref]\n[![PyPI Downloads][downloads_img]][downloads_ref]\n\nCode Quality/CI:\n\n[![Build Status][travis_img]][travis_ref]\n\n## Overview\n\nThis CLI will take your AWS credentials and output them in various formats.\n\nThe initial use case is for displaying your AWS credentials for use as the\n`Authorization` parameter in several AWS Redshift commands.\n\nSee [Use Cases](#use-cases) for all possible output formats.\n\n## Installation\n\n`aws-key-formatter` can be installed by running:\n\n```bash\npip install aws-key-formatter\n```\n\nIt requires Python 3.6+ to run.\n\nYou can, also, install via [`pipx`](https://pipxproject.github.io/pipx/):\n\n```bash\npipx install aws-key-formatter\n```\n\n## Usage\n\n### Redshift\n\nTo use your AWS credentials as the `Authorization` parameter in a Redshift\ncommand (See [the Redshift docs](https://docs.aws.amazon.com/redshift/latest/dg/copy-parameters-authorization.html#copy-access-key-id)):\n\n```bash\n$ aws-key-formatter redshift\nACCESS_KEY_ID ''\nSECRET_ACCESS_KEY ''\n\n# If you want the session token included as well\n$ aws-key-formatter redshift --token\nACCESS_KEY_ID ''\nSECRET_ACCESS_KEY ''\nSESSION_TOKEN ''\n```\n\n### Environment Variables\n\nTo use your AWS credentials as [environment variables](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html):\n\n```bash\n$ aws-key-formatter env\nAWS_ACCESS_KEY_ID=\nAWS_SECRET_ACCESS_KEY=\n\n# If you want the session token included as well\n$ aws-key-formatter env --token\nACCESS_KEY_ID=\nSECRET_ACCESS_KEY=\nSESSION_TOKEN=\n```\n\n## Contributing\n\n\n\n\n\n[downloads_img]: https://pepy.tech/badge/aws-key-formatter/month\n[downloads_ref]: https://pepy.tech/project/aws-key-formatter\n\n[license_img]: https://img.shields.io/badge/License-MIT-blue.svg\n[license_ref]: https://github.com/KeltonKarboviak/aws-key-formatter/blob/master/LICENSE.md\n\n[pypi_img]: https://img.shields.io/badge/PyPI-wheels-green.svg\n[pypi_ref]: https://pypi.org/project/aws-key-formatter/#files\n\n[pyversions_img]: https://img.shields.io/pypi/pyversions/aws-key-formatter.svg\n[pyversions_ref]: https://pypi.org/pypi/aws-key-formatter\n\n[travis_img]: https://travis-ci.org/KeltonKarboviak/aws-key-formatter.svg?branch=master\n[travis_ref]: https://travis-ci.org/KeltonKarboviak/aws-key-formatter\n\n[version_img]: https://img.shields.io/static/v1.svg?label=aws-key-formatter&message=v0.2.0&color=blue\n[version_ref]: https://pypi.org/project/aws-key-formatter/\n\n\n# Changelog\n\n## 0.1.0 (2019-08-09)\n\n* Made it to be `pip`-installable\n* Added some initial installation/usage docs to README\n* Setup to be built & deployed to pypi via Travis CI\n\n\n# License\n\nCopyright 2019 Kelton Karboviak\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\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/KeltonKarboviak/aws-key-formatter", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aws-key-formatter", "package_url": "https://pypi.org/project/aws-key-formatter/", "platform": "", "project_url": "https://pypi.org/project/aws-key-formatter/", "project_urls": { "Homepage": "https://github.com/KeltonKarboviak/aws-key-formatter" }, "release_url": "https://pypi.org/project/aws-key-formatter/0.2.0/", "requires_dist": [ "boto3 (<2.0,>=1.9)", "click (<8.0,>=7.0)" ], "requires_python": "", "summary": "", "version": "0.2.0" }, "last_serial": 5722348, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "925ddc2bca0097d01319b8559305f4f8", "sha256": "7576e147775cff3212359bbe1df69bf1f680d4a5a24ac1f292987f55e5272ecb" }, "downloads": -1, "filename": "aws_key_formatter-0.0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "925ddc2bca0097d01319b8559305f4f8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4777, "upload_time": "2019-08-02T02:31:19", "url": "https://files.pythonhosted.org/packages/84/40/0a95fd00105328ece0442b4710c623ca98fb999e10e221158adc80b1b09f/aws_key_formatter-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc609887e58ea2415c823c0c1a294158", "sha256": "a55eeef6a02c18ff970e9a1b54b75599adc515d567758eaba14ea2b3a64b015e" }, "downloads": -1, "filename": "aws-key-formatter-0.0.1.tar.gz", "has_sig": true, "md5_digest": "cc609887e58ea2415c823c0c1a294158", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3392, "upload_time": "2019-08-02T02:31:21", "url": "https://files.pythonhosted.org/packages/5a/79/6b9b8c32bba2dc84ffb87348d868d8258f801eb0ae983df97056813b8eb8/aws-key-formatter-0.0.1.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "47d4ab5e3ff3c27a8a11cf36bc03b030", "sha256": "75d32919eb35e79139e05d6c4c71120a58a9b2df9824b86d71a4a49f2362cb42" }, "downloads": -1, "filename": "aws_key_formatter-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "47d4ab5e3ff3c27a8a11cf36bc03b030", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4779, "upload_time": "2019-08-02T12:59:14", "url": "https://files.pythonhosted.org/packages/68/32/d4043fb6ebd4d5137764c26fecadde6ff4efe2b912efa8dcffdc31f50cc1/aws_key_formatter-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ddb614dfc473d5a8128a387b8a015286", "sha256": "8a53744259cd42002c988db869bf065b2a07bc4c1a13520a43295e4a87b093ce" }, "downloads": -1, "filename": "aws-key-formatter-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ddb614dfc473d5a8128a387b8a015286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3331, "upload_time": "2019-08-02T12:59:15", "url": "https://files.pythonhosted.org/packages/b9/d6/2f5bb2b64b8c10dc7b7a4944ed0b1186873c2cbdb8d3cef2e669ac23374c/aws-key-formatter-0.0.3.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "1d625e58c61ed6125160a3b53b9a8184", "sha256": "9d2a4b6b3f3ae6e11941216000f4ee1fc8731f9750861b8e5f26a79eeaa7869c" }, "downloads": -1, "filename": "aws_key_formatter-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1d625e58c61ed6125160a3b53b9a8184", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5125, "upload_time": "2019-08-09T14:34:21", "url": "https://files.pythonhosted.org/packages/f2/f4/37099cb74b68d5b26d0b9aed79ec29987741539cfa086b630fe20a51db2a/aws_key_formatter-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "05ff7922bc9700794f4d8f7963dad040", "sha256": "ddb07851950c5df5580dfdf776fc0caa666b158908403d9065b89a44d3519f15" }, "downloads": -1, "filename": "aws-key-formatter-0.0.5.tar.gz", "has_sig": false, "md5_digest": "05ff7922bc9700794f4d8f7963dad040", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3852, "upload_time": "2019-08-09T14:34:21", "url": "https://files.pythonhosted.org/packages/40/e8/1d19217e96c4fe0f7ae3eb49ba65a9b97c64a6710c1586eb1296cf5b96c9/aws-key-formatter-0.0.5.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "b885b339ed0a6a1a95b864bd8fce4454", "sha256": "d07bda15c2ef020d94ff47f54565364e19b212c5b795f6864e56a78ed194634d" }, "downloads": -1, "filename": "aws_key_formatter-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b885b339ed0a6a1a95b864bd8fce4454", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5706, "upload_time": "2019-08-09T15:17:50", "url": "https://files.pythonhosted.org/packages/64/a7/d66bd916ab996a943ceb8c5664bb0497b0d653506cf6d87a258e6967c628/aws_key_formatter-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7480278a9da22e7b8380fdbd6de2936d", "sha256": "ea07c07978164f0babcc90a33154a2e08511ba83d208742d473be080567890cb" }, "downloads": -1, "filename": "aws-key-formatter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7480278a9da22e7b8380fdbd6de2936d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4547, "upload_time": "2019-08-09T15:17:52", "url": "https://files.pythonhosted.org/packages/c8/5b/c4edeac79fd30f136a25fe15426ec1954a1675ace226acd40a7db8047208/aws-key-formatter-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b3277520670840ddb293415eb7a6ace6", "sha256": "bec4b9c33f125035b783f44a76f9b0377d6bf5fa30f43a18d9a7f5d38a4a0545" }, "downloads": -1, "filename": "aws_key_formatter-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3277520670840ddb293415eb7a6ace6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6131, "upload_time": "2019-08-23T19:15:20", "url": "https://files.pythonhosted.org/packages/d3/98/2615ec87f21688c52879ea3a5d25b97c7fc0b9740df858862846de6812c6/aws_key_formatter-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be1f99581ed1a63b4c1d76b9333b7b68", "sha256": "99a330f420495b501631b9e2ab2e64086876938ada747367a0e0d6ee55ab4b7d" }, "downloads": -1, "filename": "aws-key-formatter-0.2.0.tar.gz", "has_sig": false, "md5_digest": "be1f99581ed1a63b4c1d76b9333b7b68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4789, "upload_time": "2019-08-23T19:15:21", "url": "https://files.pythonhosted.org/packages/67/5c/2b56cbb44ef7ad04d3e39a97eac54ce9373aec77e1aa603093b35129ad5e/aws-key-formatter-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3277520670840ddb293415eb7a6ace6", "sha256": "bec4b9c33f125035b783f44a76f9b0377d6bf5fa30f43a18d9a7f5d38a4a0545" }, "downloads": -1, "filename": "aws_key_formatter-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3277520670840ddb293415eb7a6ace6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6131, "upload_time": "2019-08-23T19:15:20", "url": "https://files.pythonhosted.org/packages/d3/98/2615ec87f21688c52879ea3a5d25b97c7fc0b9740df858862846de6812c6/aws_key_formatter-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be1f99581ed1a63b4c1d76b9333b7b68", "sha256": "99a330f420495b501631b9e2ab2e64086876938ada747367a0e0d6ee55ab4b7d" }, "downloads": -1, "filename": "aws-key-formatter-0.2.0.tar.gz", "has_sig": false, "md5_digest": "be1f99581ed1a63b4c1d76b9333b7b68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4789, "upload_time": "2019-08-23T19:15:21", "url": "https://files.pythonhosted.org/packages/67/5c/2b56cbb44ef7ad04d3e39a97eac54ce9373aec77e1aa603093b35129ad5e/aws-key-formatter-0.2.0.tar.gz" } ] }