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
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
Requires-Dist: backpack (==0.1)
Requires-Dist: blinker (==1.4)
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: cleo (==0.6.8)
Requires-Dist: click (==7.1.2)
Requires-Dist: click-help-colors (==0.9)
Requires-Dist: Faker (==0.8.18)
Requires-Dist: fire (==0.4.0)
Requires-Dist: idna (==2.10)
Requires-Dist: importlib-metadata (==3.10.1)
Requires-Dist: inflection (==0.3.1)
Requires-Dist: lazy-object-proxy (==1.6.0)
Requires-Dist: orator (==0.9.9)
Requires-Dist: pastel (==0.1.1)
Requires-Dist: pendulum (==1.5.1)
Requires-Dist: pip-autoremove (==0.9.1)
Requires-Dist: pluralizer (==1.1.0)
Requires-Dist: prettytable (==2.1.0)
Requires-Dist: pyaml (==16.12.2)
Requires-Dist: Pygments (==2.8.0)
Requires-Dist: pylev (==1.3.0)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2021.1)
Requires-Dist: pytzdata (==2020.1)
Requires-Dist: PyYAML (==5.4.1)
Requires-Dist: requests (==2.25.1)
Requires-Dist: simplejson (==3.17.2)
Requires-Dist: six (==1.15.0)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: text-unidecode (==1.2)
Requires-Dist: typing-extensions (==3.7.4.3)
Requires-Dist: tzlocal (==1.5.1)
Requires-Dist: urllib3 (==1.26.4)
Requires-Dist: wcwidth (==0.2.5)
Requires-Dist: wrapt (==1.12.1)
Requires-Dist: zipp (==3.4.1)




<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>

