Metadata-Version: 1.2
Name: aws-okta-keyman
Version: 0.4.0
Summary: AWS Okta Keyman
Home-page: https://github.com/nathan-v/aws_okta_keyman
Author: Nathan V
Author-email: nathan.v@gmail.com
License: Apache License, Version 2.0
Download-URL: http://pypi.python.org/pypi/aws_okta_keyman#downloads
Description: 
        ===============
        AWS Okta Keyman
        ===============
        AWS Okta Keyman is a command-line interface for retrieving temporary
        credentials from AWS for use during development. It authenticates with Okta
        and then retrieves keys from AWS. These are saved in ~/aws/credentials for
        use with other software. AWS Okta Keyman supports Okta Verify and Duo Auth
        for MFA.
        
        It's based on `nd_okta_auth <http://github.com/Nextdoor/nd_okta_auth>`_
        by `Nextdoor.com, Inc <https://github.com/Nextdoor>`_.
        
        For more information check out the source on
        `Github <https://github.com/nathan-v/aws_okta_keyman>`_.
Keywords: AWS Okta Keys Auth Authentication MFA Duo
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
