sbcli-lvol-del


Namesbcli-lvol-del JSON
Version 19.2.7 PyPI version JSON
download
home_pagehttps://www.simplyblock.io/
SummaryCLI for managing SimplyBlock cluster
upload_time2025-07-11 11:29:27
maintainerNone
docs_urlNone
authorHamdy
requires_pythonNone
licenseNone
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-lvol-del",
    "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/33/07/49deb208e1ed823e97afa76674ad03056c0583523e0babd79477e5b16264/sbcli_lvol_del-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": "330749deb208e1ed823e97afa76674ad03056c0583523e0babd79477e5b16264",
                "md5": "5ff334b299cec0e713acc083e60be678",
                "sha256": "37a95bb036b46091da2cff9147dd0185c832781e14abd1ba492160a93ed73536"
            },
            "downloads": -1,
            "filename": "sbcli_lvol_del-19.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5ff334b299cec0e713acc083e60be678",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 336226,
            "upload_time": "2025-07-11T11:29:27",
            "upload_time_iso_8601": "2025-07-11T11:29:27.443795Z",
            "url": "https://files.pythonhosted.org/packages/33/07/49deb208e1ed823e97afa76674ad03056c0583523e0babd79477e5b16264/sbcli_lvol_del-19.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 11:29:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sbcli-lvol-del"
}
        
Elapsed time: 0.48181s