Metadata-Version: 2.0
Name: stups
Version: 1.1.21
Summary: STUPS meta package
Home-page: https://github.com/zalando-stups/stups-cli
Author: Henning Jacobs
Author-email: henning.jacobs@zalando.de
License: Apache License 2.0
Keywords: stups cloud aws account cloud formation mai piu senza zign pierone
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: click
Requires-Dist: stups-cli-support (>=1.1.20)
Requires-Dist: stups-piu (>=1.1.16)
Requires-Dist: stups-senza (>=2.1.138)
Requires-Dist: stups-zign (>=1.1.31)
Requires-Dist: stups-pierone (>=1.1.42)
Requires-Dist: stups-fullstop (>=1.1.31)
Requires-Dist: stups-kio (>=0.1.22)
Requires-Dist: zalando-aws-cli (>=1.2.4.22)
Requires-Dist: zalando-kubectl (>=1.13.5.74)

==================
STUPS Meta Package
==================

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

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

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

Meta package to install all STUPS command line tools.

.. code-block:: bash

    $ sudo pip3 install --upgrade stups

Run the "stups" wrapper script to configure all STUPS command line tools:

.. code-block:: bash

    $ stups


Releasing
=========

.. code-block:: bash

    $ ./release.sh <NEW-VERSION>


