Metadata-Version: 1.1
Name: pequod-cli
Version: 0.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
        =============================
        
        Running
        =======
        To run the CLI without installing it, use::
        
            sudo pip3 install -r requirements.txt
            python3 -m pequod_cli login
        
        You can also install it and 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.
        
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
