Name | sbcli-dev JSON |
Version |
19.2.7
JSON |
| download |
home_page | https://www.simplyblock.io/ |
Summary | CLI for managing SimplyBlock cluster |
upload_time | 2025-07-10 18:47:21 |
maintainer | None |
docs_url | None |
author | Hamdy |
requires_python | None |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# SBCLI (SimplyBlock CLI)
Simplyblock provides a feature-rich CLI (command line interface) to deploy SimplyBlock Cluster and to manage the SimplyBlock Control plane
## Install
The CLI can be installed using pypi package [sbctl](https://pypi.org/project/sbctl/)
```
pip install --upgrade sbctl
```
# Components
## Simply Block Core
Contains core logic and controllers for the simplyblock cluster
## Simply Block CLI
The list of all the available CLI options can be here [CLI docs](./simplyblock_cli/README.md)
## SimplyBlock Web API
Web app that provides API to manage the cluster. More about this in [README.md](./simplyblock_web/README.md)
### local development
FoundationDB requires a client library (libfdb_c.dylib) for the Python bindings to interact with the database.
Depending on the OS architecture, please install the appropriate version from the official github repo
```
wget https://github.com/apple/foundationdb/releases/download/7.3.3/FoundationDB-7.3.3_arm64.pkg
```
setup the code on a management node and the webApp code can be developed by building the `docker-compose-dev.yml` file.
```
sudo docker compose -f docker-compose-dev.yml up --build -d
```
Raw data
{
"_id": null,
"home_page": "https://www.simplyblock.io/",
"name": "sbcli-dev",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Hamdy",
"author_email": "hamdy@simplyblock.io",
"download_url": "https://files.pythonhosted.org/packages/be/08/38581b60da3a2b9398361a2e282a9ca26cc48fb814d2b1a72217be40f8bd/sbcli_dev-19.2.7.tar.gz",
"platform": null,
"description": "\n# SBCLI (SimplyBlock CLI)\n\nSimplyblock provides a feature-rich CLI (command line interface) to deploy SimplyBlock Cluster and to manage the SimplyBlock Control plane\n\n## Install\n\nThe CLI can be installed using pypi package [sbctl](https://pypi.org/project/sbctl/)\n\n```\npip install --upgrade sbctl\n```\n\n# Components\n\n## Simply Block Core\nContains core logic and controllers for the simplyblock cluster\n\n## Simply Block CLI\nThe list of all the available CLI options can be here [CLI docs](./simplyblock_cli/README.md)\n\n## SimplyBlock Web API\n\nWeb app that provides API to manage the cluster. More about this in [README.md](./simplyblock_web/README.md)\n\n\n### local development\n\nFoundationDB requires a client library (libfdb_c.dylib) for the Python bindings to interact with the database.\nDepending on the OS architecture, please install the appropriate version from the official github repo\n\n```\nwget https://github.com/apple/foundationdb/releases/download/7.3.3/FoundationDB-7.3.3_arm64.pkg\n```\nsetup the code on a management node and the webApp code can be developed by building the `docker-compose-dev.yml` file.\n\n```\nsudo docker compose -f docker-compose-dev.yml up --build -d\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "CLI for managing SimplyBlock cluster",
"version": "19.2.7",
"project_urls": {
"Homepage": "https://www.simplyblock.io/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "be0838581b60da3a2b9398361a2e282a9ca26cc48fb814d2b1a72217be40f8bd",
"md5": "0d9fd4b62372ee5e193293a866c14d93",
"sha256": "5b123cebf9e4498adf318e8c134cf363187ceeb3819393b42c1f858f5ab87d01"
},
"downloads": -1,
"filename": "sbcli_dev-19.2.7.tar.gz",
"has_sig": false,
"md5_digest": "0d9fd4b62372ee5e193293a866c14d93",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 335735,
"upload_time": "2025-07-10T18:47:21",
"upload_time_iso_8601": "2025-07-10T18:47:21.252653Z",
"url": "https://files.pythonhosted.org/packages/be/08/38581b60da3a2b9398361a2e282a9ca26cc48fb814d2b1a72217be40f8bd/sbcli_dev-19.2.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 18:47:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "sbcli-dev"
}