Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zalando-stups/zign
Command line client to generate OAuth2 access tokens
https://github.com/zalando-stups/zign
bearer-tokens oauth2 oauth2-client
Last synced: 7 days ago
JSON representation
Command line client to generate OAuth2 access tokens
- Host: GitHub
- URL: https://github.com/zalando-stups/zign
- Owner: zalando-stups
- License: other
- Created: 2015-05-13T10:23:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T09:54:45.000Z (over 4 years ago)
- Last Synced: 2024-09-14T11:53:06.880Z (about 2 months ago)
- Topics: bearer-tokens, oauth2, oauth2-client
- Language: Python
- Homepage: http://docs.stups.io/en/latest/components/zign.html
- Size: 129 KB
- Stars: 12
- Watchers: 15
- Forks: 12
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
====
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: LicenseOAuth2 token management command line utility.
.. code-block:: bash
$ sudo pip3 install --upgrade stups-zign
Usage
=====.. code-block:: bash
$ zign token uid cn
$ ztoken # shortcutSee 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