sbcli-dev2


Namesbcli-dev2 JSON
Version 99.0.6 PyPI version JSON
download
home_pagehttps://www.simplyblock.io/
SummaryCLI for managing SimplyBlock cluster
upload_time2024-12-20 07:24:46
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.
            
# 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
Add the package repo from AWS CodeArtifact using [awscli](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)

```bash
aws codeartifact login --tool pip --repository sbcli --domain simplyblock --domain-owner 565979732541 --region eu-west-1
```
Install package
```bash
pip install --extra-index-url https://pypi.org/simple sbcli-dev
```

# Components

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

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


## Simply Block Web API
Please see this document
[README.md](../main/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-dev2",
    "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/ea/d2/decb566f20f9366be75cc7ab3e634d23758d2a258b2bb1db68a945d09caa/sbcli_dev2-99.0.6.tar.gz",
    "platform": null,
    "description": "\n# Simply Block\n[![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)\n\n[![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)\n\n\n## Install\nAdd the package repo from AWS CodeArtifact using [awscli](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)\n\n```bash\naws codeartifact login --tool pip --repository sbcli --domain simplyblock --domain-owner 565979732541 --region eu-west-1\n```\nInstall package\n```bash\npip install --extra-index-url https://pypi.org/simple sbcli-dev\n```\n\n# Components\n\n## Simply Block Core\nContains core logic and controllers for the simplyblock cluster\n\n## Simply Block CLI\nPlease see this document\n[README.md](../main/simplyblock_cli/README.md)\n\n\n## Simply Block Web API\nPlease see this document\n[README.md](../main/simplyblock_web/README.md)\n\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```\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\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": "99.0.6",
    "project_urls": {
        "Homepage": "https://www.simplyblock.io/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ead2decb566f20f9366be75cc7ab3e634d23758d2a258b2bb1db68a945d09caa",
                "md5": "117afb7c1e853c9d1f192d1c53e4f9a9",
                "sha256": "6d0a701280e425016c0fd2bcff95c6d7c93cdd76d210743f095ceddcffd16438"
            },
            "downloads": -1,
            "filename": "sbcli_dev2-99.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "117afb7c1e853c9d1f192d1c53e4f9a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 193354,
            "upload_time": "2024-12-20T07:24:46",
            "upload_time_iso_8601": "2024-12-20T07:24:46.856778Z",
            "url": "https://files.pythonhosted.org/packages/ea/d2/decb566f20f9366be75cc7ab3e634d23758d2a258b2bb1db68a945d09caa/sbcli_dev2-99.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 07:24:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sbcli-dev2"
}
        
Elapsed time: 0.56854s