sbctl


Namesbctl JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://www.simplyblock.io/
SummaryCLI for managing SimplyBlock cluster
upload_time2025-06-22 21:25:29
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": "sbctl",
    "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/cc/c4/e1600d32783a8c5d9d2affc4e4e14337591802524bba53ff7153a41dc225/sbctl-1.1.4.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\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CLI for managing SimplyBlock cluster",
    "version": "1.1.4",
    "project_urls": {
        "Homepage": "https://www.simplyblock.io/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ccc4e1600d32783a8c5d9d2affc4e4e14337591802524bba53ff7153a41dc225",
                "md5": "9ae63e14e73e58f1c670775e1ae0024a",
                "sha256": "261b30ec841e300a8f9abba7f47393ae1f2c078c28026cc2799c425454436bf0"
            },
            "downloads": -1,
            "filename": "sbctl-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9ae63e14e73e58f1c670775e1ae0024a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 344794,
            "upload_time": "2025-06-22T21:25:29",
            "upload_time_iso_8601": "2025-06-22T21:25:29.149763Z",
            "url": "https://files.pythonhosted.org/packages/cc/c4/e1600d32783a8c5d9d2affc4e4e14337591802524bba53ff7153a41dc225/sbctl-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-06-22 21:25:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sbctl"
}
        
Elapsed time: 1.64848s