Metadata-Version: 1.1
Name: pequod-cli
Version: 0.8
Summary: Pequod CLI
Home-page: http://pequod.readthedocs.org/
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.
        Needs at least Python 3.4 to run.
        
        See also `Pequod Documentation`_
        
        Running
        =======
        
        To install from PyPI and get the ``pequod`` binary, use:
        
        .. code-block:: bash
        
            $ sudo pip3 install pequod-cli
            $ pequod login
        
        To run the CLI from source without installing it, use:
        
        .. code-block:: bash
        
            $ sudo pip3 install -r requirements.txt
            $ python3 -m pequod_cli login
        
        You can also install it from source to get the CLI binary ``pequod`` in your path:
        
        .. code-block:: bash
        
            $ 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:
        
        .. code-block:: bash
        
            $ python3 setup.py test --cov-html=yes
        
        .. _Pequod Documentation: http://pequod.readthedocs.org
        
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
