Metadata-Version: 2.1
Name: aws-consoler
Version: 1.0.0
Summary: A utility to convert your AWS CLI credentials into AWS console access.
Home-page: https://github.com/netspi/aws_consoler
Author: Ian Williams
Author-email: ian.williams@netspi.com
License: BSD license
Keywords: aws_consoler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: argparse
Requires-Dist: boto3
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pip ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: Sphinx ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pip ; extra == 'test'
Requires-Dist: wheel ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

============
AWS Consoler
============


.. image:: https://img.shields.io/pypi/v/aws_consoler.svg
        :target: https://pypi.python.org/pypi/aws_consoler

.. image:: https://img.shields.io/github/workflow/status/netspi/aws_consoler/Build%20application%20version/develop
        :target: https://travis-ci.org/netspi/aws_consoler


A utility to convert your AWS CLI credentials into AWS console access.


* Free software: BSD License
* Documentation: https://aws-consoler.readthedocs.io.


Features
--------

* Load credentials from the command line or from boto3 sources (envvars, profiles, IMDS)
* Coordinate communication to AWS Federation endpoint
* Load resultant URL in user's browser of choice

Credits
-------

Thanks to some of the bloggers at AWS (Jeff Barr, Kai Zhao) for the helpful guides on Federation in AWS.

Thanks to Karl Fosaaen (@kfosaaen) for the inspiration to write this tool.

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2020-03-14)
------------------

* Release to GitHub.

0.1.0 (2020-02-24)
------------------

* Internal repository rehydration.


