redhat-qe-cloud-tools


Nameredhat-qe-cloud-tools JSON
Version 2.0.10 PyPI version JSON
download
home_pageNone
SummaryPython utilities to manage cloud services, such as AWS.
upload_time2025-01-29 06:38:10
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/4b/b7/23cc1caf385f0d2421b18bc24f70309c08061b6647e1f72162acb32c8375/redhat_qe_cloud_tools-2.0.10.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.10",
    "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": "4bb723cc1caf385f0d2421b18bc24f70309c08061b6647e1f72162acb32c8375",
                "md5": "27af7b47050f9adb8c618e7aaf309d56",
                "sha256": "023f084efe4c5053bff434be00ad8640f82b53fc9cece52041e34fa1af08eeea"
            },
            "downloads": -1,
            "filename": "redhat_qe_cloud_tools-2.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "27af7b47050f9adb8c618e7aaf309d56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 15117,
            "upload_time": "2025-01-29T06:38:10",
            "upload_time_iso_8601": "2025-01-29T06:38:10.763099Z",
            "url": "https://files.pythonhosted.org/packages/4b/b7/23cc1caf385f0d2421b18bc24f70309c08061b6647e1f72162acb32c8375/redhat_qe_cloud_tools-2.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-29 06:38:10",
    "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: 0.66032s