Metadata-Version: 1.1
Name: pequod-cli
Version: 0.1.1-0
Summary: Pequod CLI
Home-page: http://tech.zalando.com
Author: Henning Jacobs
Author-email: henning.jacobs@zalando.de
License: Apache License 2.0
Description: =============================
        Pequod Command Line Interface
        =============================
        
        Command line interface for the Docker-based Pequod cloud solution.
        
        Running
        =======
        
        To install from PyPI and get the ``pequod-cli`` binary, use::
        
            sudo pip3 install
            pequod-cli login
        
        To run the CLI from source without installing it, use::
        
            sudo pip3 install -r requirements.txt
            python3 -m pequod_cli login
        
        You can also install it from source to get the CLI binary ``pequod-cli`` in your path::
        
            sudo python3 setup.py install
        
        
        Configuration
        =============
        
        Configuration is automatically stored in ``~/.pequod-cli.yaml`` after using the ``login`` command.
        
        
        Running unit tests
        ==================
        
        To get unit test results including HTML coverage report, run::
        
            python3 setup.py test --cov-html=yes
        
Keywords: pequod cloud paas docker container
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: Apache Software License
