Sky Port terminal implemented as a console script written in Python
=====================================================================
# Description
Sky Port is an universal bus between user software and compute resources.
It can also be considered as a transportation layer between workload producers
and compute resource providers. Sky Port makes it easy to connect user software
to different cloud resources. This is a parto of [Open Workload](http://openworkload.org) project.
The current project represents a console program that uses swmclient python package
to utilize client API of the [Sky Port core daemon](https://github.com/openworkload/swm-core).
The source code of this package can be found [here](https://github.com/openworkload/swm-console-term).
# How to run
## Requirements:
* Python >= 3.10 is required.
* The following command setups all requirements in a local virtualenv directory:
```bash
make prepare-venv
```
## Install from pypi:
```bash
pip install swmconsole
```
## Run:
```bash
swmconsole --help
```
# Development
## Tools
Code autoformatting and validation tools start with the following commands:
```bash
make format
make check
```
## Update swmclient
The current project uses swmclient python package heavely. That package is updated frequently,
thus to update swmclient from local machine one can use pip to update from wheel package:
```bash
pip install /path/to/swmclient/wheel/package
```
# Contributing
We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so
without any further discussion. If you plan to contribute new features, utility functions or extensions,
please first open an issue and discuss the feature with us.
# License
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
This software is licensed under the BSD-3-Clause license.
Raw data
{
"_id": null,
"home_page": null,
"name": "swmconsole",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.10",
"maintainer_email": null,
"keywords": "hpc, high performance computing, cloud, cloud computing, open workload, sky port",
"author": null,
"author_email": "Taras Shapovalov <taras@iclouds.net>",
"download_url": "https://files.pythonhosted.org/packages/56/a1/9eed6968279f6a0b1a6ad627315344b59a07ce1a28b4aa84ab8dbced5f9c/swmconsole-0.1.2.tar.gz",
"platform": null,
"description": "Sky Port terminal implemented as a console script written in Python\n=====================================================================\n\n# Description\n\nSky Port is an universal bus between user software and compute resources.\nIt can also be considered as a transportation layer between workload producers\nand compute resource providers. Sky Port makes it easy to connect user software\nto different cloud resources. This is a parto of [Open Workload](http://openworkload.org) project.\n\nThe current project represents a console program that uses swmclient python package\nto utilize client API of the [Sky Port core daemon](https://github.com/openworkload/swm-core).\nThe source code of this package can be found [here](https://github.com/openworkload/swm-console-term).\n\n# How to run\n\n## Requirements:\n\n* Python >= 3.10 is required.\n* The following command setups all requirements in a local virtualenv directory:\n```bash\nmake prepare-venv\n```\n\n## Install from pypi:\n```bash\npip install swmconsole\n```\n\n## Run:\n```bash\nswmconsole --help\n```\n\n# Development\n\n## Tools\n\nCode autoformatting and validation tools start with the following commands:\n```bash\nmake format\nmake check\n```\n\n## Update swmclient\n\nThe current project uses swmclient python package heavely. That package is updated frequently,\nthus to update swmclient from local machine one can use pip to update from wheel package:\n```bash\npip install /path/to/swmclient/wheel/package\n```\n\n# Contributing\n\nWe appreciate all contributions. If you are planning to contribute back bug-fixes, please do so\nwithout any further discussion. If you plan to contribute new features, utility functions or extensions,\nplease first open an issue and discuss the feature with us.\n\n# License\n\nWe use a shared copyright model that enables all contributors to maintain the copyright on their contributions.\n\nThis software is licensed under the BSD-3-Clause license.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Console terminal for swm-core",
"version": "0.1.2",
"project_urls": {
"Distribution": "https://pypi.org/project/swmconsole",
"Documentation": "https://openworkload.org",
"Homepage": "https://openworkload.org",
"Issues": "https://github.com/openworkload/swm-console-term/issues",
"Repository": "https://github.com/openworkload/swm-console-term",
"Tests": "https://github.com/openworkload/swm-console-term/tree/master/test"
},
"split_keywords": [
"hpc",
" high performance computing",
" cloud",
" cloud computing",
" open workload",
" sky port"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8acf39537fc344ea0d1522d85ab5186efb3a729fb915fb64e0fecf400d6453da",
"md5": "a2f5f726e087efc1e36d4cb93c401150",
"sha256": "3ab6dcd9026dcea9fe329840a3ea25dabb2587e009a756de0159c019ab657b02"
},
"downloads": -1,
"filename": "swmconsole-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a2f5f726e087efc1e36d4cb93c401150",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.10",
"size": 5696,
"upload_time": "2024-10-19T03:34:54",
"upload_time_iso_8601": "2024-10-19T03:34:54.788943Z",
"url": "https://files.pythonhosted.org/packages/8a/cf/39537fc344ea0d1522d85ab5186efb3a729fb915fb64e0fecf400d6453da/swmconsole-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "56a19eed6968279f6a0b1a6ad627315344b59a07ce1a28b4aa84ab8dbced5f9c",
"md5": "54894063d7d18bb86900b57f1be95719",
"sha256": "6b65790954b86bf2d463035ecb9fa97a9ba13b035c4c53067ff9676cafae4f0a"
},
"downloads": -1,
"filename": "swmconsole-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "54894063d7d18bb86900b57f1be95719",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.10",
"size": 5751,
"upload_time": "2024-10-19T03:34:56",
"upload_time_iso_8601": "2024-10-19T03:34:56.830127Z",
"url": "https://files.pythonhosted.org/packages/56/a1/9eed6968279f6a0b1a6ad627315344b59a07ce1a28b4aa84ab8dbced5f9c/swmconsole-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-19 03:34:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openworkload",
"github_project": "swm-console-term",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "anyio",
"specs": [
[
"==",
"3.6.2"
]
]
},
{
"name": "attrs",
"specs": [
[
"==",
"24.2.0"
]
]
},
{
"name": "autoflake",
"specs": [
[
"==",
"1.4"
]
]
},
{
"name": "backports-tarfile",
"specs": [
[
"==",
"1.2.0"
]
]
},
{
"name": "black",
"specs": [
[
"==",
"21.11b1"
]
]
},
{
"name": "certifi",
"specs": [
[
"==",
"2022.9.24"
]
]
},
{
"name": "cffi",
"specs": [
[
"==",
"1.17.1"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"==",
"3.4.0"
]
]
},
{
"name": "click",
"specs": [
[
"==",
"8.0.3"
]
]
},
{
"name": "cryptography",
"specs": [
[
"==",
"43.0.1"
]
]
},
{
"name": "docutils",
"specs": [
[
"==",
"0.21.2"
]
]
},
{
"name": "flake8",
"specs": [
[
"==",
"4.0.1"
]
]
},
{
"name": "h11",
"specs": [
[
"==",
"0.14.0"
]
]
},
{
"name": "httpcore",
"specs": [
[
"==",
"0.16.2"
]
]
},
{
"name": "httpx",
"specs": [
[
"==",
"0.23.1"
]
]
},
{
"name": "idna",
"specs": [
[
"==",
"3.4"
]
]
},
{
"name": "importlib-metadata",
"specs": [
[
"==",
"8.5.0"
]
]
},
{
"name": "isort",
"specs": [
[
"==",
"5.10.1"
]
]
},
{
"name": "jaraco-classes",
"specs": [
[
"==",
"3.4.0"
]
]
},
{
"name": "jaraco-context",
"specs": [
[
"==",
"6.0.1"
]
]
},
{
"name": "jaraco-functools",
"specs": [
[
"==",
"4.1.0"
]
]
},
{
"name": "jeepney",
"specs": [
[
"==",
"0.8.0"
]
]
},
{
"name": "keyring",
"specs": [
[
"==",
"25.4.1"
]
]
},
{
"name": "markdown-it-py",
"specs": [
[
"==",
"3.0.0"
]
]
},
{
"name": "mccabe",
"specs": [
[
"==",
"0.6.1"
]
]
},
{
"name": "mdurl",
"specs": [
[
"==",
"0.1.2"
]
]
},
{
"name": "more-itertools",
"specs": [
[
"==",
"10.5.0"
]
]
},
{
"name": "mypy",
"specs": [
[
"==",
"0.910"
]
]
},
{
"name": "mypy-extensions",
"specs": [
[
"==",
"0.4.3"
]
]
},
{
"name": "nh3",
"specs": [
[
"==",
"0.2.18"
]
]
},
{
"name": "pathspec",
"specs": [
[
"==",
"0.9.0"
]
]
},
{
"name": "pkginfo",
"specs": [
[
"==",
"1.10.0"
]
]
},
{
"name": "platformdirs",
"specs": [
[
"==",
"2.4.0"
]
]
},
{
"name": "pycodestyle",
"specs": [
[
"==",
"2.8.0"
]
]
},
{
"name": "pycparser",
"specs": [
[
"==",
"2.22"
]
]
},
{
"name": "pyflakes",
"specs": [
[
"==",
"2.4.0"
]
]
},
{
"name": "pygments",
"specs": [
[
"==",
"2.18.0"
]
]
},
{
"name": "readme-renderer",
"specs": [
[
"==",
"44.0"
]
]
},
{
"name": "regex",
"specs": [
[
"==",
"2021.11.10"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.32.3"
]
]
},
{
"name": "requests-toolbelt",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "rfc3986",
"specs": [
[
"==",
"1.5.0"
]
]
},
{
"name": "rich",
"specs": [
[
"==",
"13.9.2"
]
]
},
{
"name": "secretstorage",
"specs": [
[
"==",
"3.3.3"
]
]
},
{
"name": "sniffio",
"specs": [
[
"==",
"1.3.0"
]
]
},
{
"name": "swmclient",
"specs": [
[
"==",
"0.1.6"
]
]
},
{
"name": "tabulate",
"specs": [
[
"==",
"0.8.9"
]
]
},
{
"name": "toml",
"specs": [
[
"==",
"0.10.2"
]
]
},
{
"name": "tomli",
"specs": [
[
"==",
"1.2.2"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"5.1.1"
]
]
},
{
"name": "types-tabulate",
"specs": [
[
"==",
"0.9.0.20240106"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
"==",
"4.0.0"
]
]
},
{
"name": "urllib3",
"specs": [
[
"==",
"2.2.3"
]
]
},
{
"name": "wheel",
"specs": [
[
"==",
"0.44.0"
]
]
},
{
"name": "zipp",
"specs": [
[
"==",
"3.20.2"
]
]
}
],
"lcname": "swmconsole"
}