Metadata-Version: 1.1
Name: cdmi-client
Version: 0.2
Summary: Interactive command line client for CDMI
Home-page: https://github.com/indigo-dc/cdmi_client
Author: bertl4398
Author-email: bertl4398@googlemail.com
License: BSD
Description: cdmi-cli
        ========
        
        An interactive command line client for CDMI.
        
        Installation
        ------------
        
        To install cdmi-cli, simply:
        
        .. code-block:: bash
        
            $ sudo pip install cdmi_client
        
        To install cdmi-cli from source:
        
        .. code-block:: bash
        
            $ sudo python setup.py install
        
        or alternatively (using virtualenv):
        
        .. code-block:: bash
        
            (env) $ python setup.py install
        
        Getting Started
        ---------------
        
        To use (with caution), simply do:
        
        .. code-block:: bash
        
            $ cdmi-cli
            cdmi @> ?
            available commands:
            quit   - quit client
            qos    - manage QoS for CDMI object
            help   - show help for available commands
            auth   - authentication to the CDMI server
            exit   - exit client
            query  - make CDMI query
            close  - close connection to CDMI server
            open   - open connection to CDMI server
            ?      - show available commands
        
        More Examples
        -------------
        
        Simple Query
        ^^^^^^^^^^^^
        
        To perform a simple query you need to open a connection first and provide some
        authentication, for example:
        
        .. code-block:: bash
        
            $ cdmi-cli
            cdmi @> open cdmi.exmpale.com 443
            cdmi @cdmi.example.com> auth basic
            Enter username: cdmi_user
            Enter password:
            cdmi @cdmi.example.com> query /
        
        
Keywords: cdmi client qos
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
