Metadata-Version: 1.1
Name: service-registry-cli
Version: 0.1.11
Summary: Command line client for Rackspace Service Registry
Home-page: https://github.com/racker/python-service-registry-cli
Author: Rackspace Hosting
Author-email: sr@rackspace.com
License: UNKNOWN
Description: # Rackspace Service Registry CLI
        
        Command line client for Rackspace Service Registry. The client currenty
        only offers read-only functionality and allows users to:
        
        * view account limits
        * view display active sessions
        * vite active services
        * view events
        * view configuration values
        
        ## Installation
        
        `pip install --upgrade service-registry-cli`
        
        ## Usage
        
        `raxsr <resource> <action> [options]`
        
        For example:
        
        `raxsr services list`
        
        ### Viewing Command Options
        
        `raxsr help services list`
        
        ### Custom Output Formatter
        
        To specify a custom formatter, use `-f` option. For example:
        
        `raxsr services list -f json`
        
        #### Available Formatters
        
        * table
        * csv
        * json
        * yaml
        * html
        
        # License
        
        Library is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).
        
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Environment :: Console
