sparecores-runner


Namesparecores-runner JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryStart cloud instances.
upload_time2024-05-15 21:38:38
maintainerNone
docs_urlNone
authorAttila Nagy, Gergely Daroczi, Balazs Hodobay
requires_python>=3.9
licenseNone
keywords cloud compute
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sc-runner
Spare Cores Runner

## Usage
### CLI

Create and destroy a default `t3.micro` instance in the default VPC/subnet in AWS:
```shell
sc-runner create aws
sc-runner destroy aws
```

### Docker
```shell
docker run --rm -ti ghcr.io/sparecores/sc-runner:main --help
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sparecores-runner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Spare Cores team <pkg@sparecores.com>",
    "keywords": "cloud, compute",
    "author": "Attila Nagy, Gergely Daroczi, Balazs Hodobay",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ba/b7/dce9999941bc26ad5d7af20a2d2ee806b7b06e6c3b5fda831abccb1a9a3d/sparecores_runner-0.0.4.tar.gz",
    "platform": null,
    "description": "# sc-runner\nSpare Cores Runner\n\n## Usage\n### CLI\n\nCreate and destroy a default `t3.micro` instance in the default VPC/subnet in AWS:\n```shell\nsc-runner create aws\nsc-runner destroy aws\n```\n\n### Docker\n```shell\ndocker run --rm -ti ghcr.io/sparecores/sc-runner:main --help\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Start cloud instances.",
    "version": "0.0.4",
    "project_urls": {
        "documentation": "https://sparecores.github.io/sc-runner/",
        "homepage": "https://sparecores.com",
        "issues": "https://github.com/SpareCores/sc-runner/issues",
        "repository": "https://github.com/SpareCores/sc-runner"
    },
    "split_keywords": [
        "cloud",
        " compute"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ea0a744f87d6672c6ca4ee296e23bfc96996108d9a1a38e09763d4b058368be",
                "md5": "e66a05414eefb327a535a866502ef9df",
                "sha256": "b855592a1228f805f31c8250b6f706583ff68b5a91546390bd7d4759b264bc6c"
            },
            "downloads": -1,
            "filename": "sparecores_runner-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e66a05414eefb327a535a866502ef9df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13503,
            "upload_time": "2024-05-15T21:38:36",
            "upload_time_iso_8601": "2024-05-15T21:38:36.652717Z",
            "url": "https://files.pythonhosted.org/packages/4e/a0/a744f87d6672c6ca4ee296e23bfc96996108d9a1a38e09763d4b058368be/sparecores_runner-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bab7dce9999941bc26ad5d7af20a2d2ee806b7b06e6c3b5fda831abccb1a9a3d",
                "md5": "dc08e4808978abfc79d45eed4273825e",
                "sha256": "b4c9ade782e5f58035f3c8b698f3e412777b9afe68c4566f0834481643e20e59"
            },
            "downloads": -1,
            "filename": "sparecores_runner-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "dc08e4808978abfc79d45eed4273825e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12295,
            "upload_time": "2024-05-15T21:38:38",
            "upload_time_iso_8601": "2024-05-15T21:38:38.109814Z",
            "url": "https://files.pythonhosted.org/packages/ba/b7/dce9999941bc26ad5d7af20a2d2ee806b7b06e6c3b5fda831abccb1a9a3d/sparecores_runner-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 21:38:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SpareCores",
    "github_project": "sc-runner",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sparecores-runner"
}
        
Elapsed time: 0.26267s