Metadata-Version: 2.1
Name: aws_consoler
Version: 1.1.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
Description: ============
        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%20package
                :target: https://github.com/NetSPI/aws_consoler/actions
        
        .. image:: https://readthedocs.org/projects/aws-consoler/badge/?version=latest
                :target: https://aws-consoler.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        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
        * Select appropriate endpoint based on partition
        * 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.1.0 (2020-04-13)
        ------------------
        
        * Added logic to auto-detect partitions
        * Added logic to override auto-detected endpoints, for corporate proxies
        
        1.0.0 (2020-03-14)
        ------------------
        
        * Release to GitHub.
        
        0.1.0 (2020-02-24)
        ------------------
        
        * Internal repository rehydration.
        
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.*
Provides-Extra: test
Provides-Extra: dev
