Metadata-Version: 2.4
Name: stups-zign
Version: 1.2.1
Summary: OAuth2 token management CLI
Project-URL: Homepage, https://github.com/zalando-build/zign
Author-email: Henning Jacobs <henning.jacobs@zalando.de>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.12
Requires-Dist: clickclick>=20.10.2
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: requests>=2.32.5
Requires-Dist: stups-cli-support>=1.1.22
Requires-Dist: stups-tokens>=1.1.19
Description-Content-Type: text/x-rst

====
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.

Installation
============

Using uv
--------

.. code-block:: bash

    $ uv tool install git+https://github.com/zalando-build/zign.git

Or from a local clone:

.. code-block:: bash

    $ uv tool install .

To uninstall:

.. code-block:: bash

    $ uv tool uninstall stups-zign

Usage
=====

.. code-block:: bash

    $ ztoken

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

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

.. code-block:: bash

    $ uv run pytest tests/ -v

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

Releasing
=========

.. code-block:: bash

    $ ./release.sh <NEW-VERSION>
