Metadata-Version: 2.1
Name: robogerctl
Version: 2.0.4
Summary: Roboger CLI tool and management library
Home-page: https://github.com/alttch/robogerctl
Author: Altertech
Author-email: pr@altertech.com
License: Apache License 2.0
Description: # robogerctl
        
        CLI tool for https://github.com/alttch/roboger
        
        If installed on the same host with server, uses server configuration to
        communicate.
        
        Otherwise, create client configuration, put it to ~/.robogerctl.yml (default):
        
        ```yaml
        uri: http://roboger-server:port
        key: MANAGEMENT_KEY
        #limits: true # set to manage server, where limits are enabled
        ```
        
        ## Installation
        
        ```
        pip3 install robogerctl
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Communications
Description-Content-Type: text/markdown
