Metadata-Version: 2.1
Name: sbcli-snjm
Version: 1.1.3
Summary: CLI for managing SimplyBlock cluster
Home-page: https://www.simplyblock.io/
Author: Hamdy
Author-email: hamdy@simplyblock.io
Description-Content-Type: text/markdown
Requires-Dist: foundationdb
Requires-Dist: requests
Requires-Dist: typing
Requires-Dist: prettytable
Requires-Dist: docker
Requires-Dist: psutil
Requires-Dist: py-cpuinfo


# Simply Block
[![Docker Image Build](https://github.com/simplyblock-io/sbcli/actions/workflows/docker-image.yml/badge.svg)](https://github.com/simplyblock-io/sbcli/actions/workflows/docker-image.yml)

[![Python Unit Testing](https://github.com/simplyblock-io/sbcli/actions/workflows/python-testing.yml/badge.svg)](https://github.com/simplyblock-io/sbcli/actions/workflows/python-testing.yml)

 
## Install
```bash
pip install sbcli-dev
 ```

# Components 

## Simply Block Core
Contains core logic and controllers for the simplyblock cluster

## Simply Block CLI
Please see this document 
[README.md](../simplyblock_cli/README.md)


## Simply Block Web API
Please see this document 
[README.md](../simplyblock_web/README.md)



