Metadata-Version: 2.1
Name: b9y_cli
Version: 0.1.9
Summary: Commandline Interface for Bambleweeny
Home-page: https://github.com/u1i/bambleweeny
Author: Uli Hitzel
Author-email: uli.hitzel@gmail.com
License: UNKNOWN
Description: ![](https://raw.githubusercontent.com/u1i/bambleweeny/master/img/bwy2.png)
        
        # b9y-cli - Commandline Client
        
        A client for [Bamblweeny](https://github.com/u1i/bambleweeny) for the command line.
        
        ## Install
        pip install b9y-cli
        
        ## Run
        
        Run `b9y-cli` on the shell to connect using the default credentials (admin/changeme on localhost:8080).
        
        Alternatively, you can specify the connection parameters like this:
        
        `b9y-cli -h https://myhost:8080 -u me -p secret`
        
        ## Using the CLI
        
        You should see a prompt like the following:
        
        > Bambleweeny CLI Version 0.01.
        
        > Connected to 7adc879f.
        
        > b9y v0.26>
        
        Now you can use get and set commands:
        
        `set foo bar`
        > OK
        
        `get foo`
        > bar
        
        ## PyPi
        
        [b9y-cli on pypi](https://pypi.org/project/b9y-cli/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
