Name | rosa-python-client JSON |
Version |
2.0.8
JSON |
| download |
home_page | None |
Summary | Wrapper for rosa cli |
upload_time | 2025-01-29 06:41:00 |
maintainer | None |
docs_url | None |
author | Meni Yakove |
requires_python | <4.0,>=3.9 |
license | Apache-2.0 |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# rosa-python-client
Pypi: [rosa-python-client](https://pypi.org/project/rosa-python-client/)
A utility to run ROSA commands in CLI
## Release new version
### requirements:
* Export GitHub token
```bash
export GITHUB_TOKEN=<your_github_token>
```
* [release-it](https://github.com/release-it/release-it)
```bash
sudo npm install --global release-it
npm install --save-dev @release-it/bumper
```
Note: execute outside the repository directory (for example `~/`)
### usage:
* To create a new release, run:
```bash
git main
git pull
release-it # Follow the instructions
```
## Installation
From source using [poetry](https://github.com/python-poetry/poetry).
```
git clone https://github.com/RedHatQE/rosa-python-client.git
cd rosa-python-client
poetry install
```
From pypi:
```bash
pip install rosa-python-client --user
```
## Known Limitations:
Although rose cli support args with ` ` (space) when using this module we only accept arg=value
rosa cli accept: `rosa create cluster --cluster-name mycluster`
when called with this module the command should be: `rosa create cluster --cluster-name=mycluster`
Raw data
{
"_id": null,
"home_page": null,
"name": "rosa-python-client",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Meni Yakove",
"author_email": "myakove@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/48/0b/fddf701a751f96ca14a9419f868e05f20ec305cd98034f1133c5d771d1e4/rosa_python_client-2.0.8.tar.gz",
"platform": null,
"description": "# rosa-python-client\n\nPypi: [rosa-python-client](https://pypi.org/project/rosa-python-client/) \nA utility to run ROSA commands in CLI\n\n## Release new version\n\n### requirements:\n\n* Export GitHub token\n\n```bash\nexport GITHUB_TOKEN=<your_github_token>\n```\n* [release-it](https://github.com/release-it/release-it)\n\n```bash\n\nsudo npm install --global release-it\nnpm install --save-dev @release-it/bumper\n```\nNote: execute outside the repository directory (for example `~/`)\n\n### usage:\n\n* To create a new release, run:\n\n```bash\ngit main\ngit pull\nrelease-it # Follow the instructions\n```\n\n## Installation\n\nFrom source using [poetry](https://github.com/python-poetry/poetry).\n\n```\ngit clone https://github.com/RedHatQE/rosa-python-client.git\ncd rosa-python-client\npoetry install\n```\n\nFrom pypi:\n\n```bash\npip install rosa-python-client --user\n```\n\n## Known Limitations:\n\nAlthough rose cli support args with ` ` (space) when using this module we only accept arg=value\n\nrosa cli accept: `rosa create cluster --cluster-name mycluster` \nwhen called with this module the command should be: `rosa create cluster --cluster-name=mycluster` \n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Wrapper for rosa cli",
"version": "2.0.8",
"project_urls": {
"Bug Tracker": "https://github.com/RedHatQE/rosa-python-client/issues",
"Documentation": "https://github.com/RedHatQE/rosa-python-client/blob/main/README.md",
"Download": "https://pypi.org/project/rosa-python-client/",
"Homepage": "https://github.com/RedHatQE/rosa-python-client"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "480bfddf701a751f96ca14a9419f868e05f20ec305cd98034f1133c5d771d1e4",
"md5": "bbda06994e2c221a6dc7ed627deb34ca",
"sha256": "d03aeb30f882ed0deee3abec5bb24dad687084df9824139c0a00143ecf1b527f"
},
"downloads": -1,
"filename": "rosa_python_client-2.0.8.tar.gz",
"has_sig": false,
"md5_digest": "bbda06994e2c221a6dc7ed627deb34ca",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 6399,
"upload_time": "2025-01-29T06:41:00",
"upload_time_iso_8601": "2025-01-29T06:41:00.820408Z",
"url": "https://files.pythonhosted.org/packages/48/0b/fddf701a751f96ca14a9419f868e05f20ec305cd98034f1133c5d771d1e4/rosa_python_client-2.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-29 06:41:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RedHatQE",
"github_project": "rosa-python-client",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "rosa-python-client"
}