Metadata-Version: 2.1
Name: sego-cli
Version: 0.1.0.0
Summary: The command line interface for the sego framework
Home-page: https://github.com/sambe-consulting/sego-cli
Author: Sambe Consulting
Author-email: development@sambe.co.za
License: Apache License 2.0
Description: 
        
        
        <p align="center"><img src="https://raw.githubusercontent.com/sambe-consulting/sego/master/sego/assets/logo.png?token=ASI6IMQLECOW25335IBSGZLAJFVMW" width="400"></p>
        
        <p align="center"><h3 style="color: #193967; text-align: center">The command line interface for the sego framework </h3></p>
        
        <p align="center">
        <a href="https://github.com/sambe-consulting/sego/actions/workflows/pytest-workflow.yml"><img src="https://github.com/sambe-consulting/sego/actions/workflows/pytest-workflow.yml/badge.svg"></a>
        <a href="https://houndci.com"><img src="https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg"></a>
        <a href="https://github.com/apache/zookeeper/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/apache/zookeeper"></a>
        
        
        </p>
        
        ## About Sego-cli
        The command line interface for the sego framework, is a helper tool that assists you while building your web application, or micro-service topology,
        RESTful API, distributed compute task manager, functions as a service and other of <a href="https://github.com/sambe-consulting/sego">Sego</a>'s subsystems.
        To list the available commands use the `list` command:
        
        ```
        sego list 
        ```
        Every command also includes a "help" screen which displays and describes the command's available arguments and options. To view a help screen, precede the name of the command with help:
        ```
        sego help generate
        ```
        The rest of the documentation is available <a href="https://github.com/sambe-consulting/sego">here</a>
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
