Metadata-Version: 1.1
Name: godocker_CLI
Version: 1.0.11
Summary: CLI for godocker
Home-page: UNKNOWN
Author: Cyril MONJEAUD
Author-email: UNKNOWN
License: CECILL
Description: godocker CLI - Client to use godocker in command line
        ========================================================
        
        Installation with pip:
        
            pip install godocker_cli
        
        Update with pip:
          
            pip install godocker_cli --upgrade
        
        Installation from sources:
        
            git clone https://bitbucket.org/osallou/go-docker-cli.git
            cd go-docker-cli
            python setup.py install
        
        Update from sources (in go-docker-cli directory):
        
            git pull
            python setup.py install
        
        Command-lines:
        
            godlogin
            goduser
            godjob
            godfile
            godimage
            godproject
            godssh
            godbatch
        
        
        Documentation:
        
        You can access to the complete godocker CLI documentation [here](https://bitbucket.org/osallou/go-docker-cli/wiki/Home)
        
        godocker_cli is compatible with python 3
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications
