Metadata-Version: 2.0
Name: stups-mai
Version: 1.0.9
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
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
Requires-Dist: PyYAML
Requires-Dist: aws-saml-login (>=1.0.11)
Requires-Dist: clickclick (>=0.6)
Requires-Dist: keyring
Requires-Dist: keyrings.alt

===
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://img.shields.io/pypi/dw/stups-mai.svg
   :target: https://pypi.python.org/pypi/stups-mai/
   :alt: PyPI Downloads

.. image:: https://img.shields.io/pypi/v/stups-mai.svg
   :target: https://pypi.python.org/pypi/stups-mai/
   :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/l/stups-mai.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

Releasing
=========

.. code-block:: bash

    $ ./release.sh <NEW-VERSION>


