Metadata-Version: 2.0
Name: stups-zign
Version: 1.2
Summary: OAuth2 token management CLI
Home-page: https://github.com/zalando-stups/zign
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: clickclick (>=1.0)
Requires-Dist: requests
Requires-Dist: stups-cli-support
Requires-Dist: stups-tokens

====
Zign
====

.. image:: https://travis-ci.org/zalando-stups/zign.svg?branch=master
   :target: https://travis-ci.org/zalando-stups/zign
   :alt: Build Status

.. image:: https://coveralls.io/repos/zalando-stups/zign/badge.svg
   :target: https://coveralls.io/r/zalando-stups/zign
   :alt: Code Coverage

.. image:: https://img.shields.io/pypi/dw/stups-zign.svg
   :target: https://pypi.python.org/pypi/stups-zign/
   :alt: PyPI Downloads

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

.. image:: https://img.shields.io/pypi/l/stups-zign.svg
   :target: https://pypi.python.org/pypi/stups-zign/
   :alt: License

OAuth2 token management command line utility.

.. code-block:: bash

    $ sudo pip3 install --upgrade stups-zign

Usage
=====

.. code-block:: bash

    $ zign token uid cn
    $ ztoken # shortcut

See the `STUPS documentation on zign`_ for details.

Running Unit Tests
==================

.. code-block:: bash

    $ python3 setup.py test --cov-html=true

.. _STUPS documentation on zign: http://stups.readthedocs.org/en/latest/components/zign.html

Releasing
=========

.. code-block:: bash

    $ ./release.sh <NEW-VERSION>


