Metadata-Version: 1.1
Name: aws_adfs_auth
Version: 0.4.0
Summary: aws_adfs_auth command line utility
Home-page: https://github.com/jschwellach/aws-adfs-auth
Author: Janos Schwellach
Author-email: jschwellach@gmail.com
License: APACHE2
Description-Content-Type: UNKNOWN
Description: # aws-adfs-auth
        aws-adfs-auth is a small utility to authenticate against a SAML provider with AWS.
        It will authenticate against the federation provider and then get a temporary aws token.
        
        # Installation
        To install the software just run
        ```bash
        sudo pip3 install aws_adfs_auth
        ```
        
        # Configuration
        To configure, just call
        ```bash
        aws_adfs_auth --configure
        ```
        The config file is located int ~/.aws/adfs_auth.ini
        Please refer to the help section if you have multiple accounts on AWS
        
        # Contributing
        This tool is open source, so feel free to contribute on github:
        https://github.com/jschwellach/aws-adfs-auth
        
        Please submit pull requests and I'll update the code to PyPi repository.
        
        # Compiling
        For compiling clone the repository https://github.com/jschwellach/aws-adfs-auth or fork it and then execute the following in a python 3 environment
        ```bash
        python setup.py install
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
