redhat-qe-cloud-tools


Nameredhat-qe-cloud-tools JSON
Version 2.0.18 PyPI version JSON
download
home_pageNone
SummaryPython utilities to manage cloud services, such as AWS.
upload_time2025-07-20 08:17:58
maintainerNone
docs_urlNone
authorMeni Yakove
requires_python<4.0,>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cloud-tools
Python utilities to manage cloud services, such as AWS.

## Local run

clone the [repository](https://github.com/RedHatQE/cloud-tools.git)

```
git clone https://github.com/RedHatQE/cloud-tools.git
```

Install [poetry](https://github.com/python-poetry/poetry)

```
poetry install
```

## Docs
- [AWS Readme](clouds/aws/README.md)
- [Cloud nuke CLI tools Readme](clouds/cli/README.md)

## Release new version
### requirements:
* Export GitHub token
```bash
export GITHUB_TOKEN=<your_github_token>
```
* [release-it](https://github.com/release-it/release-it)
Run the following once (execute outside repository dir for example `~/`):
```bash
sudo npm install --global release-it
npm install --save-dev @j-ulrich/release-it-regex-bumper
rm -f package.json package-lock.json
```
### usage:
* Create a release, run from the relevant branch.
To create a new release, run:
```bash
git checkout main
git pull
release-it # Follow the instructions
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "redhat-qe-cloud-tools",
    "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/36/30/683ffb3182fadb28c96c53c1f988312714f4d57ebf4adad3d7d508396e11/redhat_qe_cloud_tools-2.0.18.tar.gz",
    "platform": null,
    "description": "# cloud-tools\nPython utilities to manage cloud services, such as AWS.\n\n## Local run\n\nclone the [repository](https://github.com/RedHatQE/cloud-tools.git)\n\n```\ngit clone https://github.com/RedHatQE/cloud-tools.git\n```\n\nInstall [poetry](https://github.com/python-poetry/poetry)\n\n```\npoetry install\n```\n\n## Docs\n- [AWS Readme](clouds/aws/README.md)\n- [Cloud nuke CLI tools Readme](clouds/cli/README.md)\n\n## Release new version\n### requirements:\n* Export GitHub token\n```bash\nexport GITHUB_TOKEN=<your_github_token>\n```\n* [release-it](https://github.com/release-it/release-it)\nRun the following once (execute outside repository dir for example `~/`):\n```bash\nsudo npm install --global release-it\nnpm install --save-dev @j-ulrich/release-it-regex-bumper\nrm -f package.json package-lock.json\n```\n### usage:\n* Create a release, run from the relevant branch.\nTo create a new release, run:\n```bash\ngit checkout main\ngit pull\nrelease-it # Follow the instructions\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python utilities to manage cloud services, such as AWS.",
    "version": "2.0.18",
    "project_urls": {
        "Bug Tracker": "https://github.com/RedHatQE/cloud-tools/issues",
        "Documentation": "https://github.com/RedHatQE/cloud-tools/blob/main/README.md",
        "Download": "https://pypi.org/project/redhat-qe-cloud-tools/",
        "Homepage": "https://github.com/RedHatQE/cloud-tools",
        "Repository": "https://github.com/RedHatQE/cloud-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3630683ffb3182fadb28c96c53c1f988312714f4d57ebf4adad3d7d508396e11",
                "md5": "74a1c693095d33cf7f2363b06385a1b2",
                "sha256": "56855c54ad8ebd05420897472a4c0a9535764fa593f93aef71d5d6a285d1438d"
            },
            "downloads": -1,
            "filename": "redhat_qe_cloud_tools-2.0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "74a1c693095d33cf7f2363b06385a1b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 15119,
            "upload_time": "2025-07-20T08:17:58",
            "upload_time_iso_8601": "2025-07-20T08:17:58.247806Z",
            "url": "https://files.pythonhosted.org/packages/36/30/683ffb3182fadb28c96c53c1f988312714f4d57ebf4adad3d7d508396e11/redhat_qe_cloud_tools-2.0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-20 08:17:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RedHatQE",
    "github_project": "cloud-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "redhat-qe-cloud-tools"
}
        
Elapsed time: 1.50468s