Metadata-Version: 1.1
Name: stups-mai
Version: 0.8
Summary: AWS SAML login CLI
Home-page: https://github.com/zalando-stups/mai
Author: Henning Jacobs
Author-email: henning.jacobs@zalando.de
License: Apache License 2.0
Description: ===
        Mai
        ===
        
        .. image:: https://travis-ci.org/zalando-stups/mai.svg?branch=master
           :target: https://travis-ci.org/zalando-stups/mai
           :alt: Build Status
        
        .. image:: https://coveralls.io/repos/zalando-stups/mai/badge.svg
           :target: https://coveralls.io/r/zalando-stups/mai
           :alt: Code Coverage
        
        .. image:: https://pypip.in/download/stups-mai/badge.svg
           :target: https://pypi.python.org/pypi/stups-mai/
           :alt: PyPI Downloads
        
        .. image:: https://pypip.in/version/stups-mai/badge.svg
           :target: https://pypi.python.org/pypi/stups-mai/
           :alt: Latest PyPI version
        
        .. image:: https://pypip.in/license/stups-mai/badge.svg
           :target: https://pypi.python.org/pypi/stups-mai/
           :alt: License
        
        AWS SAML login command line utility.
        
        .. code-block:: bash
        
            $ sudo pip3 install --upgrade stups-mai
        
        Usage
        =====
        
        .. code-block:: bash
        
            $ mai create my-profile
            $ mai # short for "mai login my-profile"
        
        See the `STUPS documentation on Mai`_ for details.
        
        Running Unit Tests
        ==================
        
        .. code-block:: bash
        
            $ python3 setup.py test --cov-html=true
        
        .. _STUPS documentation on Mai: http://stups.readthedocs.org/en/latest/components/mai.html
        
Keywords: aws account saml login federated shibboleth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
